Re: [PATCH] gitlab-ci: Check building ppc64 without TCG

2022-12-19 Thread Alex Bennée
Thomas Huth writes: > Building QEMU for ppc64 hosts with --disable-tcg used to break a couple > of times in the past, see e.g. commit a01b64cee7 ("target/ppc: Put do_rfi > under a TCG-only block") or commit 049b4ad669 ("target/ppc: Fix build > warnings when building with 'disable-tcg'"), so we

Re: [PATCH] gitlab-ci: Check building ppc64 without TCG

2022-12-08 Thread Thomas Huth
On 08/12/2022 11.17, Philippe Mathieu-Daudé wrote: On 8/12/22 11:15, Thomas Huth wrote: Building QEMU for ppc64 hosts with --disable-tcg used to break a couple of times in the past, see e.g. commit a01b64cee7 ("target/ppc: Put do_rfi under a TCG-only block") or commit 049b4ad669 ("target/ppc: Fi

Re: [PATCH] gitlab-ci: Check building ppc64 without TCG

2022-12-08 Thread Philippe Mathieu-Daudé
On 8/12/22 11:15, Thomas Huth wrote: Building QEMU for ppc64 hosts with --disable-tcg used to break a couple of times in the past, see e.g. commit a01b64cee7 ("target/ppc: Put do_rfi under a TCG-only block") or commit 049b4ad669 ("target/ppc: Fix build warnings when building with 'disable-tcg'"),

[PATCH] gitlab-ci: Check building ppc64 without TCG

2022-12-08 Thread Thomas Huth
Building QEMU for ppc64 hosts with --disable-tcg used to break a couple of times in the past, see e.g. commit a01b64cee7 ("target/ppc: Put do_rfi under a TCG-only block") or commit 049b4ad669 ("target/ppc: Fix build warnings when building with 'disable-tcg'"), so we should test this in our CI to av