aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kvm_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/kvm_host.h')
-rw-r--r--include/linux/kvm_host.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h
index fb60f31c4fb3..40e49ede8f91 100644
--- a/include/linux/kvm_host.h
+++ b/include/linux/kvm_host.h
@@ -339,11 +339,6 @@ struct kvm_assigned_dev_kernel {
339 struct msix_entry *host_msix_entries; 339 struct msix_entry *host_msix_entries;
340 int guest_irq; 340 int guest_irq;
341 struct kvm_guest_msix_entry *guest_msix_entries; 341 struct kvm_guest_msix_entry *guest_msix_entries;
342#define KVM_ASSIGNED_DEV_GUEST_INTX (1 << 0)
343#define KVM_ASSIGNED_DEV_GUEST_MSI (1 << 1)
344#define KVM_ASSIGNED_DEV_HOST_INTX (1 << 8)
345#define KVM_ASSIGNED_DEV_HOST_MSI (1 << 9)
346#define KVM_ASSIGNED_DEV_MSIX ((1 << 2) | (1 << 10))
347 unsigned long irq_requested_type; 342 unsigned long irq_requested_type;
348 int irq_source_id; 343 int irq_source_id;
349 int flags; 344 int flags;