qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 10/20] target/arm: Adjust aarch64_cpu_dump_state


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH 10/20] target/arm: Adjust aarch64_cpu_dump_state for system mode SVE
Date: Fri, 17 Aug 2018 17:35:15 +0100

On 9 August 2018 at 05:21, Richard Henderson
<address@hidden> wrote:
> Use the existing helpers to determine if (1) the fpu is enabled,
> (2) sve state is enabled, and (3) the current sve vector length.
>
> Signed-off-by: Richard Henderson <address@hidden>
> ---
>  target/arm/cpu.h           | 4 ++++
>  target/arm/helper.c        | 6 +++---
>  target/arm/translate-a64.c | 8 ++++++--
>  3 files changed, 13 insertions(+), 5 deletions(-)

Reviewed-by: Peter Maydell <address@hidden>

I can't think of a reason why we'd want to look at the FPU
state with the FPU disabled, so I guess this is ok...

thanks
-- PMM



reply via email to

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