diff options
author | David Hildenbrand <dahi@linux.vnet.ibm.com> | 2014-07-11 08:00:43 (GMT) |
---|---|---|
committer | Christian Borntraeger <borntraeger@de.ibm.com> | 2014-10-01 12:42:14 (GMT) |
commit | ce2e4f0b75a567d25375b52476662c724304e476 (patch) | |
tree | a7e08d055f37627bf801b3cb1f510099fda54f7b /arch/s390/include/asm/kvm_host.h | |
parent | 7be81a46695d2088f848653f2bbec06bb178adce (diff) | |
download | linux-ce2e4f0b75a567d25375b52476662c724304e476.tar.xz |
KVM: s390: count vcpu wakeups in stat.halt_wakeup
This patch introduces the halt_wakeup counter used by common code and uses it to
count vcpu wakeups done in s390 arch specific code.
Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: David Hildenbrand <dahi@linux.vnet.ibm.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Diffstat (limited to 'arch/s390/include/asm/kvm_host.h')
-rw-r--r-- | arch/s390/include/asm/kvm_host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/include/asm/kvm_host.h b/arch/s390/include/asm/kvm_host.h index 1a6f6fd..2175f911 100644 --- a/arch/s390/include/asm/kvm_host.h +++ b/arch/s390/include/asm/kvm_host.h @@ -192,6 +192,7 @@ struct kvm_vcpu_stat { u32 exit_stop_request; u32 exit_validity; u32 exit_instruction; + u32 halt_wakeup; u32 instruction_lctl; u32 instruction_lctlg; u32 instruction_stctl; |