The following changes since commit 7457b407edd6e8555e4b46488aab2f13959fccf8:
Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-07-19' into staging (2021-07-19 11:34:08 +0100) are available in the git repository at: https://github.com/quic/qemu tags/pull-hex-20210721 for you to fetch changes up to 953ea3e4b426ee0c8349343c53e3358cfec720f2: linux-test (tests/tcg/multiarch/linux-test.c) add check (2021-07-21 15:54:28 -0500) ---------------------------------------------------------------- The Hexagon target was silently failing the SIGSEGV test because the signal handler was not called. Patch 1/3 fixes the Hexagon target Patch 2/3 drops include qemu.h from target/hexagon/op_helper.c Patch 3/3 adds a check that the signal handler is called ---------------------------------------------------------------- Peter Maydell (1): target/hexagon: Drop include of qemu.h Taylor Simpson (2): Hexagon (target/hexagon) remove put_user_*/get_user_* linux-test (tests/tcg/multiarch/linux-test.c) add check target/hexagon/op_helper.c | 42 +++++++++++++++++++--------------------- tests/tcg/multiarch/linux-test.c | 8 ++++++++ 2 files changed, 28 insertions(+), 22 deletions(-)