aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/kvm_host.h
diff options
context:
space:
mode:
authorAlexander Yarygin <yarygin@linux.vnet.ibm.com>2016-05-06 16:33:06 +0300
committerChristian Borntraeger <borntraeger@de.ibm.com>2016-06-10 10:24:24 +0200
commit9ec6de19235889ab0118e970ee732cb33c9efc06 (patch)
tree6e8d0c0765390a6d2fda77c3bf5149208bdd9004 /arch/s390/include/asm/kvm_host.h
parentKVM: s390: ignore IBC if zero (diff)
downloadlinux-dev-9ec6de19235889ab0118e970ee732cb33c9efc06.tar.xz
linux-dev-9ec6de19235889ab0118e970ee732cb33c9efc06.zip
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.h1
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 37b9017c6a96..ac82e8eb936d 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;