qemu-ppc
[Top][All Lists]
Advanced

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

Re: [PATCH 01/11] target/ppc: created ppc_{store,get}_vscr for generic v


From: Richard Henderson
Subject: Re: [PATCH 01/11] target/ppc: created ppc_{store,get}_vscr for generic vscr usage
Date: Wed, 12 May 2021 11:48:32 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1

On 5/12/21 9:08 AM, Bruno Larsen (billionai) wrote:
Some functions unrelated to TCG use helper_m{t,f}vscr, so generic versions
of those functions were added to cpu.c, in preparation for compilation
without TCG

Signed-off-by: Bruno Larsen (billionai)<bruno.larsen@eldorado.org.br>
---
  target/ppc/arch_dump.c  |  3 +--
  target/ppc/cpu.c        | 16 ++++++++++++++++
  target/ppc/cpu.h        |  2 ++
  target/ppc/cpu_init.c   |  2 +-
  target/ppc/gdbstub.c    |  4 ++--
  target/ppc/int_helper.c |  9 ++-------
  6 files changed, 24 insertions(+), 12 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

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