commit | a4cd8b23ac5786943202c0174c717956947db43c | [log] [tgz] |
---|---|---|
author | Scott Wood <scottwood@freescale.com> | Tue Jun 14 18:34:41 2011 -0500 |
committer | Avi Kivity <avi@redhat.com> | Tue Jul 12 13:16:37 2011 +0300 |
tree | 46e1dc4646d6c2a27fc83944e24aad1c1fafb292 | |
parent | 9973d54eeafcd1c3a2e89f0f59280c4c1e03e73b [diff] |
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>