Re: [PATCH v16 53/99] target/arm: replace CONFIG_TCG with tcg_enabled

2021-06-04 Thread Richard Henderson
On 6/4/21 8:52 AM, Alex Bennée wrote: From: Claudio Fontana for "all" builds (tcg + kvm), we want to avoid doing the psci and semihosting checks if tcg is built-in, but not enabled. Signed-off-by: Claudio Fontana Signed-off-by: Alex Bennée --- target/arm/cpu-sysemu.c | 30 +++-

[PATCH v16 53/99] target/arm: replace CONFIG_TCG with tcg_enabled

2021-06-04 Thread Alex Bennée
From: Claudio Fontana for "all" builds (tcg + kvm), we want to avoid doing the psci and semihosting checks if tcg is built-in, but not enabled. Signed-off-by: Claudio Fontana Signed-off-by: Alex Bennée --- target/arm/cpu-sysemu.c | 30 +++--- 1 file changed, 15 inserti