diff options
Diffstat (limited to 'include/linux/kvm_host.h')
-rw-r--r-- | include/linux/kvm_host.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index 3a0fb77d1f6a..c3d4b96a08fa 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h | |||
@@ -307,7 +307,9 @@ struct kvm_assigned_dev_kernel { | |||
307 | int host_devfn; | 307 | int host_devfn; |
308 | int host_irq; | 308 | int host_irq; |
309 | int guest_irq; | 309 | int guest_irq; |
310 | int irq_requested; | 310 | #define KVM_ASSIGNED_DEV_GUEST_INTX (1 << 0) |
311 | #define KVM_ASSIGNED_DEV_HOST_INTX (1 << 8) | ||
312 | unsigned long irq_requested_type; | ||
311 | int irq_source_id; | 313 | int irq_source_id; |
312 | struct pci_dev *dev; | 314 | struct pci_dev *dev; |
313 | struct kvm *kvm; | 315 | struct kvm *kvm; |