qemu-ppc
[Top][All Lists]
Advanced

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

Re: [PATCH 05/11] target/ppc: moved ppc_store_lpcr to cpu.c


From: Richard Henderson
Subject: Re: [PATCH 05/11] target/ppc: moved ppc_store_lpcr to cpu.c
Date: Wed, 12 May 2021 12:07:35 -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:
This function is used in !TCG cases, so it has been moved into a file
that is compiled when --disable-tcg is selected.

Signed-off-by: Bruno Larsen (billionai)<bruno.larsen@eldorado.org.br>
---
  target/ppc/cpu.c         | 11 +++++++++++
  target/ppc/misc_helper.c | 10 ----------
  2 files changed, 11 insertions(+), 10 deletions(-)

It's helpful to be more specific about where it's used -- not just !tcg, but the location. In this case, hw/ppc/ during machine startup.

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


r~



reply via email to

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