[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 0/5] QTest patches for 2025-01-17
From: |
Fabiano Rosas |
Subject: |
[PULL 0/5] QTest patches for 2025-01-17 |
Date: |
Fri, 17 Jan 2025 13:49:31 -0300 |
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
- [PULL 0/5] QTest patches for 2025-01-17,
Fabiano Rosas <=
- [PULL 1/5] target/riscv: Add RISC-V CSR qtest support, Fabiano Rosas, 2025/01/17
- [PULL 2/5] tests/qtest: QTest example for RISC-V CSR register, Fabiano Rosas, 2025/01/17
- [PULL 3/5] tests/qtest: Introduce qtest_init_with_env_and_capabilities(), Fabiano Rosas, 2025/01/17
- [PULL 4/5] tests/qtest/migration: Use out-of-band execution for migrate-recover, Fabiano Rosas, 2025/01/17
- [PULL 5/5] tests/qtest/test-x86-cpuid-compat: Remove tests related to pc-i440fx-2.3, Fabiano Rosas, 2025/01/17