All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/5] QTest patches for 2025-01-17
@ 2025-01-17 16:49 Fabiano Rosas
  2025-01-17 16:49 ` [PULL 1/5] target/riscv: Add RISC-V CSR qtest support Fabiano Rosas
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Fabiano Rosas @ 2025-01-17 16:49 UTC (permalink / raw)
  To: qemu-devel

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



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-01-19 13:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-17 16:49 [PULL 0/5] QTest patches for 2025-01-17 Fabiano Rosas
2025-01-17 16:49 ` [PULL 1/5] target/riscv: Add RISC-V CSR qtest support Fabiano Rosas
2025-01-17 16:49 ` [PULL 2/5] tests/qtest: QTest example for RISC-V CSR register Fabiano Rosas
2025-01-17 16:49 ` [PULL 3/5] tests/qtest: Introduce qtest_init_with_env_and_capabilities() Fabiano Rosas
2025-01-17 16:49 ` [PULL 4/5] tests/qtest/migration: Use out-of-band execution for migrate-recover Fabiano Rosas
2025-01-17 16:49 ` [PULL 5/5] tests/qtest/test-x86-cpuid-compat: Remove tests related to pc-i440fx-2.3 Fabiano Rosas
2025-01-19 13:53 ` [PULL 0/5] QTest patches for 2025-01-17 Stefan Hajnoczi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.