Re: [PATCH v3 12/48] target/arm: Fix test of TCG_OVERSIZED_GUEST

2023-06-01 Thread Philippe Mathieu-Daudé
On 31/5/23 06:02, Richard Henderson wrote: The symbol is always defined, even if to 0. We wanted to test for TCG_OVERSIZED_GUEST == 0. Fixes: 71943a1e90 ("target/arm: Implement FEAT_HAFDBS, access flag portion") Signed-off-by: Richard Henderson --- target/arm/ptw.c | 7 ++- 1 file cha

[PATCH v3 12/48] target/arm: Fix test of TCG_OVERSIZED_GUEST

2023-05-30 Thread Richard Henderson
The symbol is always defined, even if to 0. We wanted to test for TCG_OVERSIZED_GUEST == 0. Signed-off-by: Richard Henderson --- target/arm/ptw.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/target/arm/ptw.c b/target/arm/ptw.c index 69c05cd9da..b0d2a05403 100644 ---