diff options
Diffstat (limited to 'drivers/kvm/kvm.h')
-rw-r--r-- | drivers/kvm/kvm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/kvm/kvm.h b/drivers/kvm/kvm.h index f8fe87d3ddbd..dbb929d8a31e 100644 --- a/drivers/kvm/kvm.h +++ b/drivers/kvm/kvm.h | |||
@@ -413,6 +413,7 @@ struct kvm { | |||
413 | struct kvm_io_bus pio_bus; | 413 | struct kvm_io_bus pio_bus; |
414 | struct kvm_pic *vpic; | 414 | struct kvm_pic *vpic; |
415 | struct kvm_ioapic *vioapic; | 415 | struct kvm_ioapic *vioapic; |
416 | int round_robin_prev_vcpu; | ||
416 | }; | 417 | }; |
417 | 418 | ||
418 | static inline struct kvm_pic *pic_irqchip(struct kvm *kvm) | 419 | static inline struct kvm_pic *pic_irqchip(struct kvm *kvm) |