KVM: avoid taking ioapic mutex for non-ioapic EOIs
[profile/ivi/kernel-adaptation-intel-automotive.git] / virt / kvm / ioapic.h
index 419c43b..a505ce9 100644 (file)
@@ -46,6 +46,7 @@ struct kvm_ioapic {
        struct kvm *kvm;
        void (*ack_notifier)(void *opaque, int irq);
        struct mutex lock;
+       DECLARE_BITMAP(handled_vectors, 256);
 };
 
 #ifdef DEBUG