[PULL 0/7] Qtest patches for 2026-09-10

Fabiano Rosas posted 7 patches 2 weeks, 1 day ago
Failed in applying to current master (apply log)
Maintainers: John Snow <jsnow@redhat.com>, "Denis V. Lunev" <den@openvz.org>, Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
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(-)
[PULL 0/7] Qtest patches for 2026-09-10
Posted by Fabiano Rosas 2 weeks, 1 day ago
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
Re: [PULL 0/7] Qtest patches for 2026-09-10
Posted by Richard Henderson 2 weeks, 1 day ago
On 9/10/26 10:25, Fabiano Rosas wrote:
> The following changes since commit 257bf4f160c50ca8c4ebd603f519f5c786013fb7:
> 
>    Merge tag 'for-upstream' ofhttps://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

Applied, thanks.

r~