]> git.baikalelectronics.ru Git - kernel.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)
commitbec15d24ebe952cb91a07c605ff5263fbacc3592
tree46e1dc4646d6c2a27fc83944e24aad1c1fafb292
parent54b5e7e55ad5d3ecb3870687a131346b75f72349
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