Re: [RFC PATCH 10/11] KVM: PPC: Implement MMU notifiers

2011-11-20 Thread Avi Kivity
On 11/17/2011 01:52 AM, Paul Mackerras wrote: > This implements the low-level functions called by the MMU notifiers in > the generic KVM code, and defines KVM_ARCH_WANT_MMU_NOTIFIER if > CONFIG_KVM_BOOK3S_64_HV so that the generic KVM MMU notifiers get > included. > > That means we also have to tak

[RFC PATCH 10/11] KVM: PPC: Implement MMU notifiers

2011-11-16 Thread Paul Mackerras
This implements the low-level functions called by the MMU notifiers in the generic KVM code, and defines KVM_ARCH_WANT_MMU_NOTIFIER if CONFIG_KVM_BOOK3S_64_HV so that the generic KVM MMU notifiers get included. That means we also have to take notice of when PTE invalidations are in progress, as in