Re: [Qemu-devel] [PATCH v5 1/4] target-arm: Add CPU property to disable AArch64

2015-02-11 Thread Peter Maydell
On 12 February 2015 at 02:59, Greg Bellows wrote: > Adds registration and get/set functions for enabling/disabling the AArch64 > execution state on AArch64 CPUs. By default AArch64 execution state is > enabled > on AArch64 CPUs, setting the property to off, will disable the execution > state. >

[Qemu-devel] [PATCH v5 1/4] target-arm: Add CPU property to disable AArch64

2015-02-11 Thread Greg Bellows
Adds registration and get/set functions for enabling/disabling the AArch64 execution state on AArch64 CPUs. By default AArch64 execution state is enabled on AArch64 CPUs, setting the property to off, will disable the execution state. The below QEMU invocation would have AArch64 execution state dis