From: Konrad Rzeszutek Wilk Date: Wed, 4 Jan 2012 19:10:32 +0000 (-0500) Subject: xen/pciback: Move the PCI_DEV_FLAGS_ASSIGNED ops to the "[un|]bind" X-Git-Tag: v3.3-rc1~129^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97309d3974fd371920cc8b932e2b6b5e4100c7c6;p=pandora-kernel.git xen/pciback: Move the PCI_DEV_FLAGS_ASSIGNED ops to the "[un|]bind" 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 --- Reading git-diff-tree failed