On Tue, Feb 3, 2015 at 1:14 PM, Peter Maydell
wrote:
> On 27 January 2015 at 23:58, 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, sett
On Tue, Feb 3, 2015 at 3:21 PM, Christoffer Dall <
christoffer.d...@linaro.org> wrote:
> On Tue, Feb 3, 2015 at 10:15 PM, Peter Maydell
> wrote:
> > On 3 February 2015 at 19:14, Peter Maydell
> wrote:
> >> On 27 January 2015 at 23:58, Greg Bellows
> wrote:
> >>> static void aarch64_cpu_initfn(
On Tue, Feb 3, 2015 at 10:15 PM, Peter Maydell wrote:
> On 3 February 2015 at 19:14, Peter Maydell wrote:
>> On 27 January 2015 at 23:58, Greg Bellows wrote:
>>> static void aarch64_cpu_initfn(Object *obj)
>>> {
>>> +object_property_add_bool(obj, "aarch64", aarch64_cpu_get_aarch64,
>>> +
On 3 February 2015 at 19:14, Peter Maydell wrote:
> On 27 January 2015 at 23:58, Greg Bellows wrote:
>> static void aarch64_cpu_initfn(Object *obj)
>> {
>> +object_property_add_bool(obj, "aarch64", aarch64_cpu_get_aarch64,
>> + aarch64_cpu_set_aarch64, NULL);
>>
On 27 January 2015 at 23:58, 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.
>
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