Merge remote-tracking branch 'kvm-ppc-paulus/kvm-ppc-next'
[deliverable/linux.git] / arch / x86 / include / asm / kvm_host.h
index 67c8f5268af5d38725ab9e0d0b3b829e24210c08..cd82bf74e7a551ad3954498b03af7e1cec8021b1 100644 (file)
@@ -781,9 +781,11 @@ struct kvm_arch {
        bool disabled_lapic_found;
 
        /* Struct members for AVIC */
+       u32 avic_vm_id;
        u32 ldr_mode;
        struct page *avic_logical_id_table_page;
        struct page *avic_physical_id_table_page;
+       struct hlist_node hnode;
 
        bool x2apic_format;
        bool x2apic_broadcast_quirk_disabled;
This page took 0.031008 seconds and 5 git commands to generate.