Re: [PATCH v3 2/5] arm: qemu: enable LPAE on 32-bit

2020-07-29 Thread Tom Rini
On Tue, Jul 07, 2020 at 12:07:08PM +0200, Ard Biesheuvel wrote: > QEMU's mach-virt machine only supports selecting CPU models that > implement the virtualization extensions, and are therefore guaranteed > to support LPAE as well. > > Initially, QEMU would not allow emulating these CPUs running in

[PATCH v3 2/5] arm: qemu: enable LPAE on 32-bit

2020-07-07 Thread Ard Biesheuvel
QEMU's mach-virt machine only supports selecting CPU models that implement the virtualization extensions, and are therefore guaranteed to support LPAE as well. Initially, QEMU would not allow emulating these CPUs running in HYP mode (or EL2, for AArch64), but today, it also contains a complete imp