]> git.karo-electronics.de Git - karo-tx-linux.git/commit
KVM: PPC: e500: enable magic page
authorScott Wood <scottwood@freescale.com>
Tue, 14 Jun 2011 23:34:41 +0000 (18:34 -0500)
committerAvi Kivity <avi@redhat.com>
Tue, 12 Jul 2011 10:16:37 +0000 (13:16 +0300)
commita4cd8b23ac5786943202c0174c717956947db43c
tree46e1dc4646d6c2a27fc83944e24aad1c1fafb292
parent9973d54eeafcd1c3a2e89f0f59280c4c1e03e73b
KVM: PPC: e500: enable magic page

This is a shared page used for paravirtualization.  It is always present
in the guest kernel's effective address space at the address indicated
by the hypercall that enables it.

The physical address specified by the hypercall is not used, as
e500 does not have real mode.

Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
Documentation/virtual/kvm/ppc-pv.txt
arch/powerpc/include/asm/kvm_ppc.h
arch/powerpc/kvm/booke.c
arch/powerpc/kvm/e500_tlb.c
arch/powerpc/kvm/powerpc.c