aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include
diff options
context:
space:
mode:
authorEric Farman <farman@linux.vnet.ibm.com>2015-02-12 09:06:34 -0500
committerChristian Borntraeger <borntraeger@de.ibm.com>2015-03-06 13:49:34 +0100
commitcd7b4b61063eb55ab7a5f96523e028c9e0914694 (patch)
treeb48d1d01e9fddd46311ef08e9296dd5d8904bf08 /arch/s390/include
parentKVM: s390: Vector exceptions (diff)
downloadlinux-dev-cd7b4b61063eb55ab7a5f96523e028c9e0914694.tar.xz
linux-dev-cd7b4b61063eb55ab7a5f96523e028c9e0914694.zip
KVM: s390: Add new SIGP order to kernel counters
The new SIGP order Store Additional Status at Address is totally handled by user space, but we should still record the occurrence of this order in the kernel code. Signed-off-by: Eric Farman <farman@linux.vnet.ibm.com> Reviewed-by: Thomas Huth <thuth@linux.vnet.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')
-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 fb1fd39dfacd..3fe2597e4a4e 100644
--- a/arch/s390/include/asm/kvm_host.h
+++ b/arch/s390/include/asm/kvm_host.h
@@ -244,6 +244,7 @@ struct kvm_vcpu_stat {
u32 instruction_sigp_stop;
u32 instruction_sigp_stop_store_status;
u32 instruction_sigp_store_status;
+ u32 instruction_sigp_store_adtl_status;
u32 instruction_sigp_arch;
u32 instruction_sigp_prefix;
u32 instruction_sigp_restart;