summaryrefslogtreecommitdiffstats
path: root/include/asm-x86/kvm_host.h
diff options
context:
space:
mode:
authorAmit Shah <amit.shah@qumranet.com>2008-02-20 20:30:30 +0100
committerAvi Kivity <avi@qumranet.com>2008-04-27 10:53:24 +0200
commitf11c3a8d84d7bf091bf963edd7104dd4ba6416c3 (patch)
treee297b6cee55b06c8ec40fe00998deef7cfe4a7ce /include/asm-x86/kvm_host.h
parentKVM: Use x86's segment descriptor struct instead of private definition (diff)
downloadlinux-f11c3a8d84d7bf091bf963edd7104dd4ba6416c3.tar.xz
linux-f11c3a8d84d7bf091bf963edd7104dd4ba6416c3.zip
KVM: Add stat counter for hypercalls
Signed-off-by: Amit Shah <amit.shah@qumranet.com> Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'include/asm-x86/kvm_host.h')
-rw-r--r--include/asm-x86/kvm_host.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86/kvm_host.h b/include/asm-x86/kvm_host.h
index 90c80fd830fc..935ffa4db9f4 100644
--- a/include/asm-x86/kvm_host.h
+++ b/include/asm-x86/kvm_host.h
@@ -328,6 +328,7 @@ struct kvm_vcpu_stat {
u32 fpu_reload;
u32 insn_emulation;
u32 insn_emulation_fail;
+ u32 hypercalls;
};
struct descriptor_table {