kvm: don't take vcpu mutex for obviously invalid vcpu ioctls
[pandora-kernel.git] / virt / kvm / ioapic.h
index 90d43e9..e23b706 100644 (file)
@@ -59,6 +59,8 @@ struct kvm_ioapic {
        spinlock_t lock;
        DECLARE_BITMAP(handled_vectors, 256);
        struct rtc_status rtc_status;
+       struct delayed_work eoi_inject;
+       u32 irq_eoi[IOAPIC_NUM_PINS];
 };
 
 #ifdef DEBUG