diff options
author | QingFeng Hao <haoqf@linux.vnet.ibm.com> | 2018-03-02 05:56:47 -0500 |
---|---|---|
committer | Christian Borntraeger <borntraeger@de.ibm.com> | 2018-03-14 15:21:17 -0400 |
commit | 32de0749097ea5be5af7f06bc26cf4e06958ac0f (patch) | |
tree | 71dfbecd1fd55309a5a2f4ba3166dddad6d6d14e /arch/s390/include | |
parent | 258400304225a219a2d98f29fe957df98789a843 (diff) |
KVM: add machine check counter to kvm_stat
This counter can be used for administration, debug or test purposes.
Suggested-by: Vladislav Mironov <mironov@de.ibm.com>
Signed-off-by: QingFeng Hao <haoqf@linux.vnet.ibm.com>
Reviewed-by: Christian Borntraeger <borntraeger@de.ibm.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Diffstat (limited to 'arch/s390/include')
-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 22615af0b6e6..77a49de9c511 100644 --- a/arch/s390/include/asm/kvm_host.h +++ b/arch/s390/include/asm/kvm_host.h | |||
@@ -320,6 +320,7 @@ struct kvm_vcpu_stat { | |||
320 | u64 deliver_restart_signal; | 320 | u64 deliver_restart_signal; |
321 | u64 deliver_program_int; | 321 | u64 deliver_program_int; |
322 | u64 deliver_io_int; | 322 | u64 deliver_io_int; |
323 | u64 deliver_machine_check; | ||
323 | u64 exit_wait_state; | 324 | u64 exit_wait_state; |
324 | u64 instruction_epsw; | 325 | u64 instruction_epsw; |
325 | u64 instruction_gs; | 326 | u64 instruction_gs; |