diff options
author | He, Qing <qing.he@intel.com> | 2007-09-03 10:01:36 -0400 |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2007-10-13 04:18:26 -0400 |
commit | 932f72adbe76f098922c746737cb0bd75fc21e27 (patch) | |
tree | 55a98bd0692094289d4bea4f5b2c58835f8b59df /drivers/kvm/kvm.h | |
parent | 40487c680d5855459dfdce340df13d40071bb774 (diff) |
KVM: round robin for APIC lowest priority delivery mode
Signed-off-by: Qing He <qing.he@intel.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
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) |