Re: [PATCH 0/2] target/ppc: Fix detection of 64-bit MMU models

2020-12-09 Thread David Gibson
On Wed, Dec 09, 2020 at 06:35:34PM +0100, Greg Kurz wrote: > Stephane Duverger posted a patch to fix a miscomputation of the > 'need_access_type' flag in ppc_tr_init_disas_context(), which can > cause QEMU to abort with 32-bit CPUs. > > This series contains an extended version of Stephane's patch

[PATCH 0/2] target/ppc: Fix detection of 64-bit MMU models

2020-12-09 Thread Greg Kurz
Stephane Duverger posted a patch to fix a miscomputation of the 'need_access_type' flag in ppc_tr_init_disas_context(), which can cause QEMU to abort with 32-bit CPUs. This series contains an extended version of Stephane's patch and introduce an mmu_is_64bit() helper to avoid a similar confusion