]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-x86/kvm_host.h
KVM: MMU: out of sync shadow core
[linux-2.6-omap-h63xx.git] / include / asm-x86 / kvm_host.h
index 8b935cc4c14b9f9c0229ce1b7909c4ff2c8b7938..7d36fcc02818da2d059d56012df55b0c37bbc9e6 100644 (file)
@@ -195,6 +195,8 @@ struct kvm_mmu_page {
                                    */
        int multimapped;         /* More than one parent_pte? */
        int root_count;          /* Currently serving as active root */
+       bool unsync;
+       bool unsync_children;
        union {
                u64 *parent_pte;               /* !multimapped */
                struct hlist_head parent_ptes; /* multimapped, kvm_pte_chain */
@@ -371,6 +373,7 @@ struct kvm_vm_stat {
        u32 mmu_flooded;
        u32 mmu_recycled;
        u32 mmu_cache_miss;
+       u32 mmu_unsync;
        u32 remote_tlb_flush;
        u32 lpages;
 };