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

2017-06-12 Thread David Gibson
On Mon, Jun 12, 2017 at 11:02:35AM +0530, Bharata B Rao wrote: > Fix migration of radix guests by ensuring that we issue > KVM_PPC_CONFIGURE_V3_MMU for radix case post migration. > > Reported-by: Nageswara R Sastry > Signed-off-by: Bharata B Rao > Reviewed-by: Suraj Jitindar Singh I believe we

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

2017-06-11 Thread Bharata B Rao
Fix migration of radix guests by ensuring that we issue KVM_PPC_CONFIGURE_V3_MMU for radix case post migration. Reported-by: Nageswara R Sastry Signed-off-by: Bharata B Rao Reviewed-by: Suraj Jitindar Singh --- hw/ppc/spapr.c | 12 1 file changed, 12 insertions(+) diff --git a/hw