Re: [Qemu-devel] [PATCH] ppc: Add/Re-introduce MMU model definitions needed by PR KVM

2015-11-10 Thread David Gibson
On Tue, Nov 10, 2015 at 10:59:45AM +0530, Bharata B Rao wrote: > On Tue, Nov 10, 2015 at 12:13:50PM +1100, Alexey Kardashevskiy wrote: > > On 11/07/2015 08:12 AM, Benjamin Herrenschmidt wrote: > > >On Fri, 2015-11-06 at 13:12 +0530, Bharata B Rao wrote: > > >>Commit aa4bb5875231 (ppc: Add mmu_model

Re: [Qemu-devel] [PATCH] ppc: Add/Re-introduce MMU model definitions needed by PR KVM

2015-11-10 Thread Alexey Kardashevskiy
On 11/10/2015 04:29 PM, Bharata B Rao wrote: On Tue, Nov 10, 2015 at 12:13:50PM +1100, Alexey Kardashevskiy wrote: On 11/07/2015 08:12 AM, Benjamin Herrenschmidt wrote: On Fri, 2015-11-06 at 13:12 +0530, Bharata B Rao wrote: Commit aa4bb5875231 (ppc: Add mmu_model defines for arch 2.03 and 2.0

Re: [Qemu-devel] [PATCH] ppc: Add/Re-introduce MMU model definitions needed by PR KVM

2015-11-09 Thread Bharata B Rao
On Tue, Nov 10, 2015 at 12:13:50PM +1100, Alexey Kardashevskiy wrote: > On 11/07/2015 08:12 AM, Benjamin Herrenschmidt wrote: > >On Fri, 2015-11-06 at 13:12 +0530, Bharata B Rao wrote: > >>Commit aa4bb5875231 (ppc: Add mmu_model defines for arch 2.03 and > >>2.07) > >>removed the mmu_model definiti

Re: [Qemu-devel] [PATCH] ppc: Add/Re-introduce MMU model definitions needed by PR KVM

2015-11-09 Thread Alexey Kardashevskiy
On 11/07/2015 08:12 AM, Benjamin Herrenschmidt wrote: On Fri, 2015-11-06 at 13:12 +0530, Bharata B Rao wrote: Commit aa4bb5875231 (ppc: Add mmu_model defines for arch 2.03 and 2.07) removed the mmu_model definition POWERPC_MMU_2_06a which is needed by PR KVM. Reintroduce it and also add POWERPC_

Re: [Qemu-devel] [PATCH] ppc: Add/Re-introduce MMU model definitions needed by PR KVM

2015-11-06 Thread Benjamin Herrenschmidt
On Fri, 2015-11-06 at 13:12 +0530, Bharata B Rao wrote: > Commit aa4bb5875231 (ppc: Add mmu_model defines for arch 2.03 and > 2.07) > removed the mmu_model definition POWERPC_MMU_2_06a which is needed by > PR KVM. Reintroduce it and also add POWERPC_MMU_2_07a. > > This fixes QEMU crash (qemu: fata

[Qemu-devel] [PATCH] ppc: Add/Re-introduce MMU model definitions needed by PR KVM

2015-11-06 Thread Bharata B Rao
Commit aa4bb5875231 (ppc: Add mmu_model defines for arch 2.03 and 2.07) removed the mmu_model definition POWERPC_MMU_2_06a which is needed by PR KVM. Reintroduce it and also add POWERPC_MMU_2_07a. This fixes QEMU crash (qemu: fatal: Unknown MMU model) during booting of PR KVM guest. Signed-off-by