diff options
author | Alexander Yarygin <yarygin@linux.vnet.ibm.com> | 2016-05-06 16:33:06 +0300 |
---|---|---|
committer | Christian Borntraeger <borntraeger@de.ibm.com> | 2016-06-10 10:24:24 +0200 |
commit | 9ec6de19235889ab0118e970ee732cb33c9efc06 (patch) | |
tree | 6e8d0c0765390a6d2fda77c3bf5149208bdd9004 /arch/s390/include/asm/kvm_host.h | |
parent | 0487c44d1e1070b636ba3f3a12494ec456c2d005 (diff) | |
download | op-kernel-dev-9ec6de19235889ab0118e970ee732cb33c9efc06.zip op-kernel-dev-9ec6de19235889ab0118e970ee732cb33c9efc06.tar.gz |
KVM: s390: Add stats for PEI events
Add partial execution intercepted events in kvm_stats_debugfs.
Signed-off-by: Alexander Yarygin <yarygin@linux.vnet.ibm.com>
Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Reviewed-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 37b9017..ac82e8e 100644 --- a/arch/s390/include/asm/kvm_host.h +++ b/arch/s390/include/asm/kvm_host.h @@ -245,6 +245,7 @@ struct kvm_vcpu_stat { u32 exit_stop_request; u32 exit_validity; u32 exit_instruction; + u32 exit_pei; u32 halt_successful_poll; u32 halt_attempted_poll; u32 halt_poll_invalid; |