[PULL 0/5] QTest patches for 2025-01-17

Fabiano Rosas posted 5 patches 2 weeks, 4 days ago
hw/riscv/riscv_hart.c                 | 55 ++++++++++++++++++++++++++
tests/qtest/libqtest.c                | 45 ++++++++++++++++++++-
tests/qtest/libqtest.h                | 31 +++++++++++++++
tests/qtest/meson.build               |  2 +-
tests/qtest/migration/framework.c     | 23 ++++++++++-
tests/qtest/migration/framework.h     |  2 +
tests/qtest/migration/migration-qmp.c |  2 +-
tests/qtest/riscv-csr-test.c          | 56 +++++++++++++++++++++++++++
tests/qtest/test-x86-cpuid-compat.c   | 18 ---------
9 files changed, 210 insertions(+), 24 deletions(-)
create mode 100644 tests/qtest/riscv-csr-test.c
[PULL 0/5] QTest patches for 2025-01-17
Posted by Fabiano Rosas 2 weeks, 4 days ago
The following changes since commit 4d5d933bbc7cc52f6cc6b9021f91fa06266222d5:

  Merge tag 'pull-xenfv-20250116' of git://git.infradead.org/users/dwmw2/qemu into staging (2025-01-16 09:03:43 -0500)

are available in the Git repository at:

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

for you to fetch changes up to aa601bd4f1208d85906f7778679c57d91cef6c70:

  tests/qtest/test-x86-cpuid-compat: Remove tests related to pc-i440fx-2.3 (2025-01-17 11:48:44 -0300)

----------------------------------------------------------------
Qtest pull request

- RISCV CSR test
- migration recover changed to OOB
- removal of dead code in test-x86-cpuid-compat

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

Ivan Klokov (2):
  target/riscv: Add RISC-V CSR qtest support
  tests/qtest: QTest example for RISC-V CSR register

Juraj Marcin (2):
  tests/qtest: Introduce qtest_init_with_env_and_capabilities()
  tests/qtest/migration: Use out-of-band execution for migrate-recover

Thomas Huth (1):
  tests/qtest/test-x86-cpuid-compat: Remove tests related to
    pc-i440fx-2.3

 hw/riscv/riscv_hart.c                 | 55 ++++++++++++++++++++++++++
 tests/qtest/libqtest.c                | 45 ++++++++++++++++++++-
 tests/qtest/libqtest.h                | 31 +++++++++++++++
 tests/qtest/meson.build               |  2 +-
 tests/qtest/migration/framework.c     | 23 ++++++++++-
 tests/qtest/migration/framework.h     |  2 +
 tests/qtest/migration/migration-qmp.c |  2 +-
 tests/qtest/riscv-csr-test.c          | 56 +++++++++++++++++++++++++++
 tests/qtest/test-x86-cpuid-compat.c   | 18 ---------
 9 files changed, 210 insertions(+), 24 deletions(-)
 create mode 100644 tests/qtest/riscv-csr-test.c

-- 
2.35.3
Re: [PULL 0/5] QTest patches for 2025-01-17
Posted by Stefan Hajnoczi 2 weeks, 2 days ago
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/10.0 for any user-visible changes.