qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 03/11] target/ppc: moved ppc_cpu_dump_state to cpu_init.c


From: Richard Henderson
Subject: Re: [PATCH 03/11] target/ppc: moved ppc_cpu_dump_state to cpu_init.c
Date: Wed, 12 May 2021 12:00:24 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1

On 5/12/21 11:58 AM, Richard Henderson wrote:
On 5/12/21 9:08 AM, Bruno Larsen (billionai) wrote:
This function was forgotten in the cpu_init code motion series, but it
seems to be used regardless of TCG, and so needs to be moved to support
disabling TCG.

Signed-off-by: Bruno Larsen (billionai)<bruno.larsen@eldorado.org.br>
---
  target/ppc/cpu_init.c  | 182 +++++++++++++++++++++++++++++++++++++++
  target/ppc/translate.c | 187 -----------------------------------------
  2 files changed, 182 insertions(+), 187 deletions(-)

Not just "seems to be" -- "is".

Indeed, cpu_dump_state is called from accel/kvm/kvm-all.c, and the monitor.

... and I meant to include

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

r~



reply via email to

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