Re: [Qemu-devel] [PATCH v2 5/5] target-arm: A64: disable a bunch of ARMv5 machines

2014-08-01 Thread Peter Maydell
On 1 August 2014 17:45, Christopher Covington wrote: > On 07/30/2014 11:20 AM, Alex Bennée wrote: >> If you attempt to run a system image which uses 1k pages in the >> qemu-system-aarch64 build it will fail thanks to the change to 12 bit >> pages. The boards are still available for the qemu-system

Re: [Qemu-devel] [PATCH v2 5/5] target-arm: A64: disable a bunch of ARMv5 machines

2014-08-01 Thread Christopher Covington
On 07/30/2014 11:20 AM, Alex Bennée wrote: > If you attempt to run a system image which uses 1k pages in the > qemu-system-aarch64 build it will fail thanks to the change to 12 bit > pages. The boards are still available for the qemu-system-arm build. I fail to understand the correlation between A

[Qemu-devel] [PATCH v2 5/5] target-arm: A64: disable a bunch of ARMv5 machines

2014-07-30 Thread Alex Bennée
If you attempt to run a system image which uses 1k pages in the qemu-system-aarch64 build it will fail thanks to the change to 12 bit pages. The boards are still available for the qemu-system-arm build. Signed-off-by: Alex Bennée diff --git a/default-configs/aarch64-softmmu.mak b/default-config