Re: [Qemu-devel] [RFC PATCH 2/2] spapr: Fix migration of Radix guests

2017-05-16 Thread Bharata B Rao
On Thu, May 11, 2017 at 11:02:20AM +1000, David Gibson wrote: > On Mon, May 08, 2017 at 02:36:17PM +0530, Bharata B Rao wrote: > > Currently HTAB savevm handlers get registered by default and migration > > of radix guest will fail. > > > > - Ensure that HTAB savevm handlers are not registered for

Re: [Qemu-devel] [RFC PATCH 2/2] spapr: Fix migration of Radix guests

2017-05-10 Thread David Gibson
On Mon, May 08, 2017 at 02:36:17PM +0530, Bharata B Rao wrote: > Currently HTAB savevm handlers get registered by default and migration > of radix guest will fail. > > - Ensure that HTAB savevm handlers are not registered for radix case. > - Ensure that we issue KVM_PPC_CONFIGURE_V3_MMU for radix

[Qemu-devel] [RFC PATCH 2/2] spapr: Fix migration of Radix guests

2017-05-08 Thread Bharata B Rao
Currently HTAB savevm handlers get registered by default and migration of radix guest will fail. - Ensure that HTAB savevm handlers are not registered for radix case. - Ensure that we issue KVM_PPC_CONFIGURE_V3_MMU for radix case post migration. TODO: Right now I have delayed the HTAB savevm ha