Re: [PATCH v3 30/33] target/arm/ptw: remove TARGET_AARCH64 from arm_casq_ptw

2025-05-04 Thread Richard Henderson
On 5/3/25 15:48, Pierrick Bouvier wrote: On 5/1/25 9:24 AM, Richard Henderson wrote: Are we still able to build qemu-system-arm on a 32-bit host with these changes?  It may be tricky to check, because the two easiest 32-bit hosts (i686, armv7) also happen to have a 64-bit cmpxchg.  I think "ma

Re: [PATCH v3 30/33] target/arm/ptw: remove TARGET_AARCH64 from arm_casq_ptw

2025-05-03 Thread Pierrick Bouvier
On 5/1/25 9:24 AM, Richard Henderson wrote: Are we still able to build qemu-system-arm on a 32-bit host with these changes? It may be tricky to check, because the two easiest 32-bit hosts (i686, armv7) also happen to have a 64-bit cmpxchg. I think "make docker-test-build@debian-mipsel-cross"

Re: [PATCH v3 30/33] target/arm/ptw: remove TARGET_AARCH64 from arm_casq_ptw

2025-05-03 Thread Pierrick Bouvier
On 5/1/25 9:24 AM, Richard Henderson wrote: On 4/30/25 23:23, Pierrick Bouvier wrote: Signed-off-by: Pierrick Bouvier --- target/arm/ptw.c | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/target/arm/ptw.c b/target/arm/ptw.c index 424d1b54275..f428c9b9267 10

Re: [PATCH v3 30/33] target/arm/ptw: remove TARGET_AARCH64 from arm_casq_ptw

2025-05-01 Thread Richard Henderson
On 4/30/25 23:23, Pierrick Bouvier wrote: Signed-off-by: Pierrick Bouvier --- target/arm/ptw.c | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/target/arm/ptw.c b/target/arm/ptw.c index 424d1b54275..f428c9b9267 100644 --- a/target/arm/ptw.c +++ b/target/arm/pt