]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
KVM: PPC: Handle magic page in kvmppc_ld/st
authorAlexander Graf <agraf@suse.de>
Fri, 20 Jun 2014 12:43:36 +0000 (14:43 +0200)
committerAlexander Graf <agraf@suse.de>
Mon, 28 Jul 2014 14:35:53 +0000 (16:35 +0200)
commitc12fb43c2f6d6a57a4e21afe74ff56485d699ee7
tree4e5b0697bebd43348fa15f116b1c746ef561a9cb
parentc45c551403f0a7b152e56c53735b954faa36c54c
KVM: PPC: Handle magic page in kvmppc_ld/st

We use kvmppc_ld and kvmppc_st to emulate load/store instructions that may as
well access the magic page. Special case it out so that we can properly access
it.

Signed-off-by: Alexander Graf <agraf@suse.de>
arch/powerpc/include/asm/kvm_book3s.h
arch/powerpc/include/asm/kvm_booke.h
arch/powerpc/kvm/powerpc.c