qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH v5 1/4] target-arm: Add CPU property to disable AArch64
Date: Thu, 12 Feb 2015 03:44:02 +0000

On 12 February 2015 at 02:59, Greg Bellows <address@hidden> 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.
> The below QEMU invocation would have AArch64 execution state disabled.
>
>     $ ./qemu-system-aarch64 -machine virt -cpu cortex-a57,aarch64=off
>
> Also adds stripping of features from CPU model string in acquiring the ARM CPU
> by name.
>
> Signed-off-by: Greg Bellows <address@hidden>

Reviewed-by: Peter Maydell <address@hidden>

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]