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 ab428552af8e..9272db03a3e5 100644
--- a/include/linux/kvm_host.h
+++ b/include/linux/kvm_host.h
@@ -513,6 +513,7 @@ struct kvm_assigned_dev_kernel {
513 struct kvm *kvm; 513 struct kvm *kvm;
514 spinlock_t intx_lock; 514 spinlock_t intx_lock;
515 char irq_name[32]; 515 char irq_name[32];
516 struct pci_saved_state *pci_saved_state;
516}; 517};
517 518
518struct kvm_irq_mask_notifier { 519struct kvm_irq_mask_notifier {