commit | 3167355801505886209374daf86a452034e34ee8 | [log] [tgz] |
---|---|---|
author | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Wed Jan 04 15:11:02 2012 -0500 |
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Sat Jan 07 20:35:56 2012 -0500 |
tree | b8749f0b98b4a60a940d5f55292745134ec71a12 | |
parent | 97309d3974fd371920cc8b932e2b6b5e4100c7c6 [diff] |
xen/pciback: Fix "device has been assigned to X domain!" warning The full warning is: "pciback 0000:05:00.0: device has been assigned to 2 domain! Over-writting the ownership, but beware." which is correct - the previous domain that was using the device forgot to unregister the ownership. This patch fixes this by calling the unregister ownership function when the PCI device is relinquished from the guest domain. Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>