Re: [PATCH v2 08/14] target/mips: Protect objects with CONFIG_TCG

2025-02-03 Thread Richard Henderson
On 2/3/25 09:25, Philippe Mathieu-Daudé wrote: Hi Richard, On 3/2/25 04:18, Richard Henderson wrote: Hack around mips32 host allowing kvm acceleration of mips64 guest, but tcg is disabled. We have in target/mips/meson.build: if 'CONFIG_TCG' in config_all_accel   subdir('tcg') endif What is

Re: [PATCH v2 08/14] target/mips: Protect objects with CONFIG_TCG

2025-02-03 Thread Philippe Mathieu-Daudé
Hi Richard, On 3/2/25 04:18, Richard Henderson wrote: Hack around mips32 host allowing kvm acceleration of mips64 guest, but tcg is disabled. We have in target/mips/meson.build: if 'CONFIG_TCG' in config_all_accel subdir('tcg') endif What is the problem you are trying to address here? Si

Re: [PATCH v2 08/14] target/mips: Protect objects with CONFIG_TCG

2025-02-03 Thread Thomas Huth
On 03/02/2025 04.18, Richard Henderson wrote: Hack around mips32 host allowing kvm acceleration of mips64 guest, but tcg is disabled. Signed-off-by: Richard Henderson --- target/mips/tcg/meson.build| 4 ++-- target/mips/tcg/system/meson.build | 6 +++--- 2 files changed, 5 insertion

[PATCH v2 08/14] target/mips: Protect objects with CONFIG_TCG

2025-02-02 Thread Richard Henderson
Hack around mips32 host allowing kvm acceleration of mips64 guest, but tcg is disabled. Signed-off-by: Richard Henderson --- target/mips/tcg/meson.build| 4 ++-- target/mips/tcg/system/meson.build | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/target/mips/tcg/