aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm
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 07:49:34 -0500
commitcd7b4b61063eb55ab7a5f96523e028c9e0914694 (patch)
treeb48d1d01e9fddd46311ef08e9296dd5d8904bf08 /arch/s390/include/asm
parent403c8648cb191ef88555bfa72deaa969c0367f41 (diff)
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/asm')
-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 {
244 u32 instruction_sigp_stop; 244 u32 instruction_sigp_stop;
245 u32 instruction_sigp_stop_store_status; 245 u32 instruction_sigp_stop_store_status;
246 u32 instruction_sigp_store_status; 246 u32 instruction_sigp_store_status;
247 u32 instruction_sigp_store_adtl_status;
247 u32 instruction_sigp_arch; 248 u32 instruction_sigp_arch;
248 u32 instruction_sigp_prefix; 249 u32 instruction_sigp_prefix;
249 u32 instruction_sigp_restart; 250 u32 instruction_sigp_restart;