On Wed, 8 Jan 2020 at 03:45, Richard Henderson <richard.hender...@linaro.org> wrote: > > The following changes since commit 035eed4c0d257c905a556fa0f4865a0c077b4e7f: > > Merge remote-tracking branch > 'remotes/vivier/tags/q800-for-5.0-pull-request' into staging (2020-01-07 > 17:08:21 +0000) > > are available in the Git repository at: > > https://github.com/rth7680/qemu.git tags/pull-tcg-20200108 > > for you to fetch changes up to 5e7ef51cbe47e726f76bfbc208e167085cf398c4: > > MAINTAINERS: Replace Claudio Fontana for tcg/aarch64 (2020-01-08 11:54:12 > +1100) > > ---------------------------------------------------------------- > Improve -static and -pie linking > Add cpu_{ld,st}*_mmuidx_ra > Remove MMU_MODE*_SUFFIX > Move tcg headers under include/
This makes the x86-64 'ls' binary in the linux-user-tests tarball segfault: /home/petmay01/linaro/qemu-for-merges/build/all-linux-static/x86_64-linux-user/qemu-x86_64 -L ./gnemul/qemu-x86_64 x86_64/ls -l dummyfile qemu: uncaught target signal 11 (Segmentation fault) - core dumped (probably http://people.linaro.org/~peter.maydell/linux-user-test-modified-pmm.tgz if you don't have a copy to hand) thanks -- PMM