mbox

[PULL,for,10.0,0/3] final fixes (tcg tests, plugins)

Message ID 20250409131942.1706923-1-alex.bennee@linaro.org
State New
Headers show

Pull-request

https://gitlab.com/stsquad/qemu.git tags/pull-10.0-final-fixes-090425-1

Message

Alex Bennée April 9, 2025, 1:19 p.m. UTC
The following changes since commit c302660920acf48425a1317d56122ea8af60fbc4:

  Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging (2025-04-08 09:59:33 -0400)

are available in the Git repository at:

  https://gitlab.com/stsquad/qemu.git tags/pull-10.0-final-fixes-090425-1

for you to fetch changes up to d832ff9d0248c2f1895352ced3b3bf7a71f42702:

  tests/tcg/plugins: add plugin to test reset and uninstall (2025-04-09 10:35:29 +0100)

----------------------------------------------------------------
Final fixes for 10.0

 - properly exit aarch64-softmmu tcg tests on unexpected exceptions
 - fix deadlock when uninstalling a plugin

----------------------------------------------------------------
Alex Bennée (1):
      tests/tcg: fix semihosting SYS_EXIT for aarch64 in boot.S

Pierrick Bouvier (2):
      plugins/loader: fix deadlock when resetting/uninstalling a plugin
      tests/tcg/plugins: add plugin to test reset and uninstall

 plugins/loader.c                |  2 +-
 tests/tcg/plugins/reset.c       | 73 +++++++++++++++++++++++++++++++++++++++++
 tests/tcg/aarch64/system/boot.S |  5 ++-
 tests/tcg/plugins/meson.build   |  2 +-
 4 files changed, 77 insertions(+), 5 deletions(-)
 create mode 100644 tests/tcg/plugins/reset.c