commit | e8508940a88691ad3d1c46608cd968eb4be9cbc5 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Thu Jul 29 14:47:54 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Sun Oct 24 10:50:48 2010 +0200 |
tree | c14d6cbc9c947cdbf69a255f04d44024a79ed6e6 | |
parent | beb03f14da9ceff76ff08cbb8af064b52dc21f7e [diff] |
KVM: PPC: Magic Page Book3s support We need to override EA as well as PA lookups for the magic page. When the guest tells us to project it, the magic page overrides any guest mappings. In order to reflect that, we need to hook into all the MMU layers of KVM to force map the magic page if necessary. Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Avi Kivity <avi@redhat.com>