diff options
author | Christian Borntraeger <borntraeger@de.ibm.com> | 2011-07-24 04:48:17 -0400 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2011-07-24 04:48:20 -0400 |
commit | bb25b9ba3e33e941dc48048d0a784e6a05e5648a (patch) | |
tree | 687caacfbe9165dd80d2e29af4b68ce32216e28d /arch/s390/include | |
parent | b02f0c2ea25781e0f94b4fc8f6f85582057857b3 (diff) |
[S390] kvm: handle tprot intercepts
When running a kvm guest we can get intercepts for tprot, if the host
page table is read-only or not populated. This patch implements the
most common case (linux memory detection).
This also allows host copy on write for guest memory on newer systems.
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/include')
-rw-r--r-- | arch/s390/include/asm/kvm_host.h | 1 |
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 cef7dbf69dfc..e9bcdca32a32 100644 --- a/arch/s390/include/asm/kvm_host.h +++ b/arch/s390/include/asm/kvm_host.h | |||
@@ -138,6 +138,7 @@ struct kvm_vcpu_stat { | |||
138 | u32 instruction_chsc; | 138 | u32 instruction_chsc; |
139 | u32 instruction_stsi; | 139 | u32 instruction_stsi; |
140 | u32 instruction_stfl; | 140 | u32 instruction_stfl; |
141 | u32 instruction_tprot; | ||
141 | u32 instruction_sigp_sense; | 142 | u32 instruction_sigp_sense; |
142 | u32 instruction_sigp_emergency; | 143 | u32 instruction_sigp_emergency; |
143 | u32 instruction_sigp_stop; | 144 | u32 instruction_sigp_stop; |