diff options
author | Christian Borntraeger <borntraeger@de.ibm.com> | 2012-01-11 11:20:33 +0100 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2012-03-05 14:52:22 +0200 |
commit | 59674c1a6a35d56ae5197cbc9abe7bfec6762ba9 (patch) | |
tree | 2847954840109377aac1305c5552a629eed943c2 /arch/s390/include/asm/kvm_host.h | |
parent | 5a32c1af56b3c74212b1de2a1d1658c303dd3516 (diff) | |
download | talos-obmc-linux-59674c1a6a35d56ae5197cbc9abe7bfec6762ba9.tar.gz talos-obmc-linux-59674c1a6a35d56ae5197cbc9abe7bfec6762ba9.zip |
KVM: s390: provide access guest registers via kvm_run
This patch adds the access registers to the kvm_run structure.
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch/s390/include/asm/kvm_host.h')
-rw-r--r-- | arch/s390/include/asm/kvm_host.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/s390/include/asm/kvm_host.h b/arch/s390/include/asm/kvm_host.h index ed843cad4194..e6304268ea28 100644 --- a/arch/s390/include/asm/kvm_host.h +++ b/arch/s390/include/asm/kvm_host.h @@ -231,7 +231,6 @@ struct kvm_vcpu_arch { s390_fp_regs host_fpregs; unsigned int host_acrs[NUM_ACRS]; s390_fp_regs guest_fpregs; - unsigned int guest_acrs[NUM_ACRS]; struct kvm_s390_local_interrupt local_int; struct hrtimer ckc_timer; struct tasklet_struct tasklet; |