diff options
author | Amit Shah <amit.shah@qumranet.com> | 2008-02-20 14:30:30 -0500 |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2008-04-27 04:53:24 -0400 |
commit | f11c3a8d84d7bf091bf963edd7104dd4ba6416c3 (patch) | |
tree | e297b6cee55b06c8ec40fe00998deef7cfe4a7ce /include/asm-x86/kvm_host.h | |
parent | a5f61300c489e334ddf99781a13a7f8d4b580781 (diff) |
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.h | 1 |
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 { | |||
328 | u32 fpu_reload; | 328 | u32 fpu_reload; |
329 | u32 insn_emulation; | 329 | u32 insn_emulation; |
330 | u32 insn_emulation_fail; | 330 | u32 insn_emulation_fail; |
331 | u32 hypercalls; | ||
331 | }; | 332 | }; |
332 | 333 | ||
333 | struct descriptor_table { | 334 | struct descriptor_table { |