]> 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)
commitba3b8eb135b3485962d5ea1914ff6c693a87d318
tree46e1dc4646d6c2a27fc83944e24aad1c1fafb292
parent0f7e70dff9713bced2511da0b612f8782b90b75c
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