On Tue, Jul 30, 2019 at 2:53 PM Paolo Bonzini <pbonz...@redhat.com> wrote: > > On 29/07/19 13:56, Anup Patel wrote: > > + case KVM_CAP_DEVICE_CTRL: > > + case KVM_CAP_USER_MEMORY: > > + case KVM_CAP_SYNC_MMU: > > Technically KVM_CAP_SYNC_MMU should only be added after you add MMU > notifiers.
Sure, I will move this case to MMU notifier patch. Regards, Anup