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

Alex Bennée posted 3 patches 7 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250409131942.1706923-1-alex.bennee@linaro.org
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, Alexandre Iooss <erdnaxe@crans.org>, Mahmoud Mandour <ma.mandourr@gmail.com>, Pierrick Bouvier <pierrick.bouvier@linaro.org>, Peter Maydell <peter.maydell@linaro.org>
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
[PULL for 10.0 0/3] final fixes (tcg tests, plugins)
Posted by Alex Bennée 7 months, 1 week ago
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

-- 
2.39.5


Re: [PULL for 10.0 0/3] final fixes (tcg tests, plugins)
Posted by Stefan Hajnoczi 7 months ago
Applied, thanks!

Stefan