aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorWeidong Han <weidong.han@intel.com>2008-12-08 23:29:53 +0800
committerJoerg Roedel <joerg.roedel@amd.com>2009-01-03 14:10:08 +0100
commitb653574a7d14b663cc812cb20be6a114939ba186 (patch)
tree1fa1c833bacea5411e1c640180a00848552d7282 /include
parentKVM: support device deassignment (diff)
downloadlinux-dev-b653574a7d14b663cc812cb20be6a114939ba186.tar.xz
linux-dev-b653574a7d14b663cc812cb20be6a114939ba186.zip
Deassign device in kvm_free_assgined_device
In kvm_iommu_unmap_memslots(), assigned_dev_head is already empty. Signed-off-by: Weidong Han <weidong.han@intel.com> Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/kvm_host.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h
index ce5d1c17ce26..e62a4629e51c 100644
--- a/include/linux/kvm_host.h
+++ b/include/linux/kvm_host.h
@@ -316,6 +316,7 @@ struct kvm_assigned_dev_kernel {
#define KVM_ASSIGNED_DEV_HOST_MSI (1 << 9)
unsigned long irq_requested_type;
int irq_source_id;
+ int flags;
struct pci_dev *dev;
struct kvm *kvm;
};