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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h
index 9fe7fefe76b1..4bd663d6443d 100644
--- a/include/linux/kvm_host.h
+++ b/include/linux/kvm_host.h
@@ -489,6 +489,7 @@ struct kvm_assigned_dev_kernel {
489 struct pci_dev *dev; 489 struct pci_dev *dev;
490 struct kvm *kvm; 490 struct kvm *kvm;
491 spinlock_t intx_lock; 491 spinlock_t intx_lock;
492 char irq_name[32];
492}; 493};
493 494
494struct kvm_irq_mask_notifier { 495struct kvm_irq_mask_notifier {