Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
s390/kvm: Fix store status for ACRS/FPRS fix
In 3.0.67, commit 58c9ce6 (s390/kvm: Fix store status for ACRS/FPRS), upstream commit 15bc8d8, added a call to save_access_regs to save ACRS. But we do not have ARCS in kvm_run in 3.0 yet, so this results in: arch/s390/kvm/kvm-s390.c: In function 'kvm_s390_vcpu_store_status': arch/s390/kvm/kvm-s390.c:593: error: 'struct kvm_run' has no member named 's' Fix it by saving guest_acrs which is where ARCS are in 3.0. Signed-off-by: Jiri Slaby <jslaby@suse.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
- Loading branch information