|
From: | Richard Henderson |
Subject: | Re: [PATCH v4] hw/ppc: moved has_spr to cpu.h |
Date: | Fri, 7 May 2021 10:20:31 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 |
On 5/7/21 9:41 AM, Lucas Mateus Castro (alqotel) wrote:
Moved has_spr to cpu.h as ppc_has_spr and turned it into an inline function. Change spr verification in pnv.c and spapr.c to a version that can compile in a !TCG environment. Signed-off-by: Lucas Mateus Castro (alqotel)<lucas.araujo@eldorado.org.br> --- hw/ppc/pnv.c | 2 +- hw/ppc/spapr.c | 4 ++-- hw/ppc/spapr_hcall.c | 12 +++--------- target/ppc/cpu.h | 6 ++++++ 4 files changed, 12 insertions(+), 12 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |