diff options
author | David Hildenbrand <dahi@linux.vnet.ibm.com> | 2014-01-23 13:47:13 +0400 |
---|---|---|
committer | Christian Borntraeger <borntraeger@de.ibm.com> | 2014-04-22 15:24:50 +0400 |
commit | aba0750889d012f84a719112997abb7be11bba4b (patch) | |
tree | adf0c6d527dfb844ddfd03a0a460a3c8806e5223 /arch/s390/include/asm | |
parent | 8712836b30cef5d49bc3bb8bc3da88a40e11e574 (diff) | |
download | linux-aba0750889d012f84a719112997abb7be11bba4b.tar.xz |
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/asm')
-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 { u32 exit_instruction; u32 instruction_lctl; u32 instruction_lctlg; + u32 instruction_stctl; + u32 instruction_stctg; u32 exit_program_interruption; u32 exit_instr_and_program; u32 deliver_external_call; |