Message ID | 20240204214052.5639-1-richard.henderson@linaro.org |
---|---|
State | New |
Headers | show |
On Sun, 4 Feb 2024 at 21:41, Richard Henderson <richard.henderson@linaro.org> wrote: > > The following changes since commit 39a6e4f87e7b75a45b08d6dc8b8b7c2954c87440: > > Merge tag 'pull-qapi-2024-02-03' of https://repo.or.cz/qemu/armbru into staging (2024-02-03 13:31:58 +0000) > > are available in the Git repository at: > > https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20240205 > > for you to fetch changes up to 867db6870a6f5d4e0915822d6a84e665bec1f22e: > > tcg/tci: Support TCG_COND_TST{EQ,NE} (2024-02-03 23:53:49 +0000) > > ---------------------------------------------------------------- > tcg: Introduce TCG_COND_TST{EQ,NE} > target/alpha: Use TCG_COND_TST{EQ,NE} > target/m68k: Use TCG_COND_TST{EQ,NE} in gen_fcc_cond > target/sparc: Use TCG_COND_TSTEQ in gen_op_mulscc > target/s390x: Use TCG_COND_TSTNE for CC_OP_{TM,ICM} > target/s390x: Improve general case of disas_jcc > > ---------------------------------------------------------------- The s390 linux-user guest on s390 host dumped core on the sha1 test binary: TEST sha1 on s390x qemu: uncaught target signal 11 (Segmentation fault) - core dumped timeout: the monitored command dumped core Segmentation fault make[1]: *** [Makefile:178: run-sha1] Error 139 https://gitlab.com/qemu-project/qemu/-/jobs/6095771567 thanks -- PMM