diff options
Diffstat (limited to 'include/linux/kvm_host.h')
-rw-r--r-- | include/linux/kvm_host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index b9c3299c6a55..31ebb59cbd2f 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h | |||
@@ -517,6 +517,7 @@ struct kvm_assigned_dev_kernel { | |||
517 | struct kvm *kvm; | 517 | struct kvm *kvm; |
518 | spinlock_t intx_lock; | 518 | spinlock_t intx_lock; |
519 | char irq_name[32]; | 519 | char irq_name[32]; |
520 | struct pci_saved_state *pci_saved_state; | ||
520 | }; | 521 | }; |
521 | 522 | ||
522 | struct kvm_irq_mask_notifier { | 523 | struct kvm_irq_mask_notifier { |