diff options
author | David Hildenbrand <dahi@linux.vnet.ibm.com> | 2014-01-23 04:47:13 -0500 |
---|---|---|
committer | Christian Borntraeger <borntraeger@de.ibm.com> | 2014-04-22 07:24:50 -0400 |
commit | aba0750889d012f84a719112997abb7be11bba4b (patch) | |
tree | adf0c6d527dfb844ddfd03a0a460a3c8806e5223 /arch/s390/include | |
parent | 8712836b30cef5d49bc3bb8bc3da88a40e11e574 (diff) |
KVM: s390: emulate stctl and stctg
Introduce the methods to emulate the stctl and stctg instruction. Added tracing
code.
Signed-off-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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/s390/include/asm/kvm_host.h b/arch/s390/include/asm/kvm_host.h index 5e5a14db8c21..5d9648925a8e 100644 --- a/arch/s390/include/asm/kvm_host.h +++ b/arch/s390/include/asm/kvm_host.h | |||
@@ -175,6 +175,8 @@ struct kvm_vcpu_stat { | |||
175 | u32 exit_instruction; | 175 | u32 exit_instruction; |
176 | u32 instruction_lctl; | 176 | u32 instruction_lctl; |
177 | u32 instruction_lctlg; | 177 | u32 instruction_lctlg; |
178 | u32 instruction_stctl; | ||
179 | u32 instruction_stctg; | ||
178 | u32 exit_program_interruption; | 180 | u32 exit_program_interruption; |
179 | u32 exit_instr_and_program; | 181 | u32 exit_instr_and_program; |
180 | u32 deliver_external_call; | 182 | u32 deliver_external_call; |