aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/kvm/kvm.h
diff options
context:
space:
mode:
authorAvi Kivity <avi@qumranet.com>2007-11-20 23:01:14 +0200
committerAvi Kivity <avi@qumranet.com>2008-01-30 17:53:10 +0200
commit0f74a24c59b814c1c8085251cbea48d339f0c7c6 (patch)
tree1102e9835f247b7c9d05887f36e2f8fa3b20681a /drivers/kvm/kvm.h
parentKVM: MMU: Implement guest page fault bypass for nonpae (diff)
downloadlinux-dev-0f74a24c59b814c1c8085251cbea48d339f0c7c6.tar.xz
linux-dev-0f74a24c59b814c1c8085251cbea48d339f0c7c6.zip
KVM: Add statistic for remote tlb flushes
Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'drivers/kvm/kvm.h')
-rw-r--r--drivers/kvm/kvm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/kvm/kvm.h b/drivers/kvm/kvm.h
index b65f5dee4b1b..048849d97b35 100644
--- a/drivers/kvm/kvm.h
+++ b/drivers/kvm/kvm.h
@@ -300,6 +300,7 @@ struct kvm_vm_stat {
u32 mmu_pde_zapped;
u32 mmu_flooded;
u32 mmu_recycled;
+ u32 remote_tlb_flush;
};
struct kvm {