]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/kvm/x86.h
KVM: Portability: Move round_robin_prev_vcpu and tss_addr to kvm_arch
[linux-2.6-omap-h63xx.git] / drivers / kvm / x86.h
index ef23a30bf0480c96d999e7ea0dc145e5efad97b7..945583934853a5c655a4a3fc1dcf399988fad370 100644 (file)
@@ -277,6 +277,10 @@ struct kvm_arch{
        struct list_head active_mmu_pages;
        struct kvm_pic *vpic;
        struct kvm_ioapic *vioapic;
+
+       int round_robin_prev_vcpu;
+       unsigned int tss_addr;
+       struct page *apic_access_page;
 };
 
 struct kvm_vcpu_stat {