The following changes since commit 257bf4f160c50ca8c4ebd603f519f5c786013fb7:

  Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging 
(2026-09-10 11:08:04 +0100)

are available in the Git repository at:

  https://gitlab.com/farosas/qemu.git tags/qtest-20260910-pull-request

for you to fetch changes up to bc4f7b451e1f38578427e5df186aa1327d739ee2:

  tests/qtest/ahci: fix a racy deadlock in the engine stop test (2026-09-10 
17:22:02 -0300)

----------------------------------------------------------------
QTest pull request

- Improvements to fdc-test execution ordering
- Fix to a deadlock in ahci-test under host load
- Leak fixes to migration and IDE

----------------------------------------------------------------

Christian Quante (3):
  tests/qtest/fdc-test: give each test case its own QEMU instance
  tests/qtest/fdc-test: skip test cases when the 'pc' machine is missing
  tests/qtest/fdc-test: check that READ ID answers for the drive it
    names

Denis V. Lunev (1):
  tests/qtest/ahci: fix a racy deadlock in the engine stop test

Fabiano Rosas (3):
  ahci: Fix leak of IRQState
  migration: Drop iochannel reference during snapshot setup
  migration: Free the JSON writer during snapshots

 hw/ide/ahci.c           |   1 +
 migration/migration.c   |   2 +-
 migration/migration.h   |   1 +
 migration/savevm.c      |  10 +++-
 tests/qtest/ahci-test.c |   6 ++
 tests/qtest/fdc-test.c  | 127 +++++++++++++++++++++++++++++++++-------
 6 files changed, 124 insertions(+), 23 deletions(-)

-- 
2.53.0


Reply via email to