Re: [PATCH 0/8] KVM: PPC: E500: Implement MMU Notifiers

2012-08-08 Thread Alexander Graf
On 07.08.2012, at 12:57, Alexander Graf wrote: > This patch set adds a very simple implementation of MMU notifiers for the > e500 target. Along the way, I stumbled over a few other things that I've > put into the same patch set, namely: > > * e500 prerequisites > * icache flushing on page map

[PATCH 0/8] KVM: PPC: E500: Implement MMU Notifiers

2012-08-07 Thread Alexander Graf
This patch set adds a very simple implementation of MMU notifiers for the e500 target. Along the way, I stumbled over a few other things that I've put into the same patch set, namely: * e500 prerequisites * icache flushing on page map (probably also hits ARM!) * exit trace point for e500 Al