Re: [Qemu-devel] [PATCH v2 0/5] target/s390x: Fix broken build with --disable-tcg

2017-07-24 Thread Thomas Huth
On 21.07.2017 17:07, no-re...@patchew.org wrote: > Hi, > > This series failed build test on s390x host. Please find the details below. [...] > CC s390x-linux-user/target/s390x/interrupt.o > CC sh4eb-linux-user/linux-user/linuxload.o > CC sparc32plus-linux-user/accel/tcg/cpu-ex

[Qemu-devel] [PATCH v2 0/5] target/s390x: Fix broken build with --disable-tcg

2017-07-21 Thread Thomas Huth
Our configure script was recently equipped with a new --disable-tcg parameter, but this does unfortunately not work on s390x hosts yet. Fix the build by moving some code around and by adding some few #ifdefs in the right places. v2: - Reworked the changes to program_interrupt() according to the