KVM: Move x86 VMX's posted interrupt list_head to vcpu_vmx
[linux-2.6-microblaze.git] / arch / x86 / kvm / vmx / vmx.h
index f8fc744..7f2c82e 100644 (file)
@@ -317,6 +317,9 @@ struct vcpu_vmx {
        /* Posted interrupt descriptor */
        struct pi_desc pi_desc;
 
+       /* Used if this vCPU is waiting for PI notification wakeup. */
+       struct list_head pi_wakeup_list;
+
        /* Support for a guest hypervisor (nested VMX) */
        struct nested_vmx nested;