diff options
author | Cornelia Huck <cornelia.huck@de.ibm.com> | 2011-11-17 11:00:42 +0100 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2011-11-17 16:25:46 +0200 |
commit | bd59d3a4444e5f941c863db1a7715edf7289e29a (patch) | |
tree | 2e046f944900102b94608984d02d1a20312070e6 /arch/s390/include | |
parent | 9e6dabeffd1d0ec2aa19aa076c4886067238d442 (diff) | |
download | linux-bd59d3a4444e5f941c863db1a7715edf7289e29a.tar.gz linux-bd59d3a4444e5f941c863db1a7715edf7289e29a.tar.bz2 linux-bd59d3a4444e5f941c863db1a7715edf7289e29a.zip |
KVM: s390: handle SIGP sense running intercepts
SIGP sense running may cause an intercept on higher level
virtualization, so handle it by checking the CPUSTAT_RUNNING flag.
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Carsten Otte <cotte@de.ibm.com>
Signed-off-by: Avi Kivity <avi@redhat.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 20f9068cd6b5..b0c235cb6ad5 100644 --- a/arch/s390/include/asm/kvm_host.h +++ b/arch/s390/include/asm/kvm_host.h @@ -139,6 +139,7 @@ struct kvm_vcpu_stat { u32 instruction_stfl; u32 instruction_tprot; u32 instruction_sigp_sense; + u32 instruction_sigp_sense_running; u32 instruction_sigp_external_call; u32 instruction_sigp_emergency; u32 instruction_sigp_stop; |