On Fri, 10 May 2019 at 17:25, Peter Maydell <peter.mayd...@linaro.org> wrote: > > On Fri, 10 May 2019 at 16:05, Markus Armbruster <arm...@redhat.com> wrote: > > I tried to reproduce on a ppc64 box in the gcc compile farm, no dice. I > > double-checked config-host.h has #define HOST_WORDS_BIGENDIAN 1. > > On s390: > git clone git://git.qemu.org/qemu.git qemu-tmp > cd qemu-tmp > mkdir build > cd build > ../configure > make -j3 > make -j3 check V=1 # passes > wget https://patchew.org/QEMU/20190313162812.8885-1-arm...@redhat.com/mbox > git am mbox > make -j3 > make -j3 check V=1 # fails
For completeness, the commit I got from git clone was efb4f3b62c69383a7308. thanks -- PMM