xen/pciback: Move the PCI_DEV_FLAGS_ASSIGNED ops to the "[un|]bind"
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 4 Jan 2012 19:10:32 +0000 (14:10 -0500)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Sun, 8 Jan 2012 01:35:55 +0000 (20:35 -0500)
operation instead of doing it per guest creation/disconnection. Without
this we could have potentially unloaded the vf driver from the
xen pciback control even if the driver was binded to the xen-pciback.
This will hold on to it until the user "unbind"s the PCI device using
SysFS.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>

No differences found