[PATCH 13/27] KVM: PPC: Magic Page Book3s support

2010-07-29 Thread Alexander Graf
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 -

Re: [PATCH 13/27] KVM: PPC: Magic Page Book3s support

2010-07-04 Thread Avi Kivity
On 07/02/2010 06:37 PM, Alexander Graf wrote: Alexander Graf wrote: 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 t

Re: [PATCH 13/27] KVM: PPC: Magic Page Book3s support

2010-07-02 Thread Alexander Graf
Alexander Graf wrote: > 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.

[PATCH 13/27] KVM: PPC: Magic Page Book3s support

2010-07-01 Thread Alexander Graf
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 v