commit | f11c3a8d84d7bf091bf963edd7104dd4ba6416c3 | [log] [tgz] |
---|---|---|
author | Amit Shah <amit.shah@qumranet.com> | Thu Feb 21 01:00:30 2008 +0530 |
committer | Avi Kivity <avi@qumranet.com> | Sun Apr 27 11:53:24 2008 +0300 |
tree | e297b6cee55b06c8ec40fe00998deef7cfe4a7ce | |
parent | a5f61300c489e334ddf99781a13a7f8d4b580781 [diff] [blame] |
KVM: Add stat counter for hypercalls Signed-off-by: Amit Shah <amit.shah@qumranet.com> 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 90c80fd..935ffa4 100644 --- a/include/asm-x86/kvm_host.h +++ b/include/asm-x86/kvm_host.h
@@ -328,6 +328,7 @@ u32 fpu_reload; u32 insn_emulation; u32 insn_emulation_fail; + u32 hypercalls; }; struct descriptor_table {