commit | dfc5aa00cbe888d3a9ea97775bbac74cb1c1a1d8 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Tue Dec 18 19:47:18 2007 +0200 |
committer | Avi Kivity <avi@qumranet.com> | Wed Jan 30 18:01:19 2008 +0200 |
tree | 4b39394d26c4a71e9325959fd1a9b438c2e3a239 | |
parent | caa5b8a5ed27708521e0667649699fea202043b2 [diff] [blame] |
KVM: MMU: Add cache miss statistic Signed-off-by: Avi Kivity <avi@qumranet.com>
diff --git a/include/asm-x86/kvm_host.h b/include/asm-x86/kvm_host.h index 28940e1..ced1beb 100644 --- a/include/asm-x86/kvm_host.h +++ b/include/asm-x86/kvm_host.h
@@ -289,6 +289,7 @@ u32 mmu_pde_zapped; u32 mmu_flooded; u32 mmu_recycled; + u32 mmu_cache_miss; u32 remote_tlb_flush; };