You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/tests/qtest
Stefan Hajnoczi 20fac491cf Qtest pull request
- RISCV CSR test
 - migration recover changed to OOB
 - removal of dead code in test-x86-cpuid-compat
 -----BEGIN PGP SIGNATURE-----
 
 iQJEBAABCAAuFiEEqhtIsKIjJqWkw2TPx5jcdBvsMZ0FAmeKbx4QHGZhcm9zYXNA
 c3VzZS5kZQAKCRDHmNx0G+wxnRD7D/9v4ovvGn/IwSXjjpOpkjhCSgV8TMi1F61P
 hqB5TTCY8yejvT7JauplMUHmcJsVCNx+HF36D+YjxBjqrhQE8vzPRXgcLxHL9RX4
 Kwgdk24kFKADE3gsiys9gOpwRhmtY0/2CT5LvitfJRMxUNPtm0Mr7qM3Z0Taeusu
 lxZgIMTBeNakpY5vua8nlLQ4r+/Df6S3TFFAaQ4UYab/T5zHVcjKaySXDlT1QXpp
 M+Be21jPxuUYJnKCSxMCUtuY9wkSPcITzJW91V+JxL9STSpsKpnQe10JWDRbwLBt
 /am2Jg5f8iFEblCwr5aQRMwXB+e/Y7K4qKPOUalj+weGnCXh9DmWPXnV6qzdZNO8
 sePKoFj1AMtqbVf3iOpDBRkH8dECiDh1jHmflW1grF0BuOwOw8dKYW+i2qz9ZDiW
 rKWKfRcZZ059aOCQWqpMC9TGQ8osMC/v6GGJwiPBDLapGjnAm5d1683w4Z1l8tAg
 vf9yti2mpzK15PB6doEj/IuZr8WKWFMklizmMMZpXgHIUpjtm3JFKXX/jGHcD3KU
 E8F4ns3zPMlq7ncIwc6GADRB3XzEuzzuXAaEO8HMN0fYHevfnFIon749udyBDI/n
 a1/CTzTmchItwzgpdvcoiKO6gkg6DO9n08QULCMPSVCtl5KAlz5yuwxWGI/rM6u7
 ixPi8i24oA==
 =i4AD
 -----END PGP SIGNATURE-----

Merge tag 'qtest-20250117-pull-request' of https://gitlab.com/farosas/qemu into staging

Qtest pull request

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

# -----BEGIN PGP SIGNATURE-----
#
# iQJEBAABCAAuFiEEqhtIsKIjJqWkw2TPx5jcdBvsMZ0FAmeKbx4QHGZhcm9zYXNA
# c3VzZS5kZQAKCRDHmNx0G+wxnRD7D/9v4ovvGn/IwSXjjpOpkjhCSgV8TMi1F61P
# hqB5TTCY8yejvT7JauplMUHmcJsVCNx+HF36D+YjxBjqrhQE8vzPRXgcLxHL9RX4
# Kwgdk24kFKADE3gsiys9gOpwRhmtY0/2CT5LvitfJRMxUNPtm0Mr7qM3Z0Taeusu
# lxZgIMTBeNakpY5vua8nlLQ4r+/Df6S3TFFAaQ4UYab/T5zHVcjKaySXDlT1QXpp
# M+Be21jPxuUYJnKCSxMCUtuY9wkSPcITzJW91V+JxL9STSpsKpnQe10JWDRbwLBt
# /am2Jg5f8iFEblCwr5aQRMwXB+e/Y7K4qKPOUalj+weGnCXh9DmWPXnV6qzdZNO8
# sePKoFj1AMtqbVf3iOpDBRkH8dECiDh1jHmflW1grF0BuOwOw8dKYW+i2qz9ZDiW
# rKWKfRcZZ059aOCQWqpMC9TGQ8osMC/v6GGJwiPBDLapGjnAm5d1683w4Z1l8tAg
# vf9yti2mpzK15PB6doEj/IuZr8WKWFMklizmMMZpXgHIUpjtm3JFKXX/jGHcD3KU
# E8F4ns3zPMlq7ncIwc6GADRB3XzEuzzuXAaEO8HMN0fYHevfnFIon749udyBDI/n
# a1/CTzTmchItwzgpdvcoiKO6gkg6DO9n08QULCMPSVCtl5KAlz5yuwxWGI/rM6u7
# ixPi8i24oA==
# =i4AD
# -----END PGP SIGNATURE-----
# gpg: Signature made Fri 17 Jan 2025 09:54:22 EST
# gpg:                using RSA key AA1B48B0A22326A5A4C364CFC798DC741BEC319D
# gpg:                issuer "farosas@suse.de"
# gpg: Good signature from "Fabiano Rosas <farosas@suse.de>" [unknown]
# gpg:                 aka "Fabiano Almeida Rosas <fabiano.rosas@suse.com>" [unknown]
# gpg: WARNING: The key's User ID is not certified with a trusted signature!
# gpg:          There is no indication that the signature belongs to the owner.
# Primary key fingerprint: AA1B 48B0 A223 26A5 A4C3  64CF C798 DC74 1BEC 319D

* tag 'qtest-20250117-pull-request' of https://gitlab.com/farosas/qemu:
  tests/qtest/test-x86-cpuid-compat: Remove tests related to pc-i440fx-2.3
  tests/qtest/migration: Use out-of-band execution for migrate-recover
  tests/qtest: Introduce qtest_init_with_env_and_capabilities()
  tests/qtest: QTest example for RISC-V CSR register
  target/riscv: Add RISC-V CSR qtest support

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
3 days ago
..
fuzz ui & main loop: Redesign of system-specific main thread event handling 3 weeks ago
libqos tests/qtest: fix some copy and paste errors in kdoc 5 days ago
migration tests/qtest/migration: Use out-of-band execution for migrate-recover 5 days ago
ac97-test.c tests/qtest/ac97-test: add up-/downsampling tests 2 years ago
acpi-utils.c tests/qtest: remove return after g_assert_not_reached() 4 months ago
acpi-utils.h
adm1266-test.c tests/qtest: add tests for ADM1266 1 year ago
adm1272-test.c
ahci-test.c tests/qtest: ahci-test: add test exposing reset issue with pending callback 1 year ago
am53c974-test.c
arm-cpu-features.c target/arm: add new property to select pauth-qarma5 1 week ago
aspeed-smc-utils.c test/qtest: Introduce a new aspeed-smc-utils.c to place common testcases 1 month ago
aspeed-smc-utils.h test/qtest: Introduce a new aspeed-smc-utils.c to place common testcases 1 month ago
aspeed_fsi-test.c tests/qtest : Use `g_assert_cmphex` instead of `g_assert_cmpuint` 9 months ago
aspeed_gpio-test.c
aspeed_hace-test.c
aspeed_smc-test.c test/qtest: Introduce a new aspeed-smc-utils.c to place common testcases 1 month ago
ast2700-gpio-test.c tests/qtest:ast2700-gpio-test: Add GPIO test case for AST2700 3 months ago
ast2700-smc-test.c test/qtest/ast2700-smc-test: Support to test AST2700 1 month ago
bcm2835-dma-test.c tests/: spelling fixes 1 year ago
bcm2835-i2c-test.c hw/sensor/tmp105: Lower 4 bit of limit registers are always 0 4 months ago
bios-tables-test-allowed-diff.h tests: acpi: update expected blobs 6 days ago
bios-tables-test.c tests/qtest/bios-tables-test: Free tables at dump_aml_files 3 weeks ago
boot-order-test.c tests/qtest: Use qtest_system_reset() instead of open-coded versions 1 month ago
boot-sector.c tests: boot_sector_test(): make it multi-shot 2 years ago
boot-sector.h
boot-serial-test.c tests: Add functional tests for HPPA machines 1 week ago
cdrom-test.c tests/qtest: Add s390x boot order tests to cdrom-test.c 3 months ago
cmsdk-apb-dualtimer-test.c tests/qtest : Use `g_assert_cmphex` instead of `g_assert_cmpuint` 9 months ago
cmsdk-apb-timer-test.c
cmsdk-apb-watchdog-test.c tests/qtest/cmsdk-apb-watchdog-test: Test INTEN as counter enable 2 months ago
cpu-plug-test.c
cxl-test.c tests/qtest/cxl-test: Clean up temporary directories after testing 2 years ago
dbus-display-test.c tests: add basic -display dbus Map.Unix test 3 months ago
dbus-vmstate-test.c tests/qtest: Use EXIT_FAILURE instead of magic number 2 years ago
device-introspect-test.c tests/qtest: Use qtest_add_data_func_full() 7 months ago
device-plug-test.c tests/qtest: Use qtest_system_reset_nowait() where appropriate 1 month ago
display-vga-test.c tests/qtest/display-vga-test: Add proper checks if a device is available 2 years ago
dm163-test.c tests/qtest: Add missing qtest_quit() to stm32 tests 5 months ago
drive_del-test.c tests/qtest: Use qtest_system_reset_nowait() where appropriate 1 month ago
ds1338-test.c tests/: spelling fixes 1 year ago
e1000-test.c tests: Fix error strings 2 years ago
e1000e-test.c tests/qtest/e1000e-test: Fabricate ethernet header 2 years ago
eepro100-test.c
emc141x-test.c
endianness-test.c Revert "Remove the unused sh4eb target" 3 months ago
erst-test.c tests/qtest : Use `g_assert_cmphex` instead of `g_assert_cmpuint` 9 months ago
es1370-test.c tests/qtest: Specify audiodev= and -audiodev 1 year ago
fdc-test.c meson: Split --enable-sanitizers to --enable-{asan, ubsan} 4 months ago
fuzz-e1000e-test.c
fuzz-lsi53c895a-test.c hw/scsi/lsi53c895a: Fix reentrancy issues in the LSI controller (CVE-2023-0330) 2 years ago
fuzz-megasas-test.c qtest: "-display none" is set in qtest_init() 2 years ago
fuzz-sb16-test.c qtest: "-display none" is set in qtest_init() 2 years ago
fuzz-sdcard-test.c qtest: "-display none" is set in qtest_init() 2 years ago
fuzz-virtio-scsi-test.c qtest: "-display none" is set in qtest_init() 2 years ago
fuzz-xlnx-dp-test.c qtest: "-display none" is set in qtest_init() 2 years ago
fw_cfg-test.c qtest/fw-cfg: remove compiled out code 3 weeks ago
hd-geo-test.c tests/qtest: Use qtest_system_reset() instead of open-coded versions 1 month ago
hexloader-test.c cleanup: Tweak and re-run return_directly.cocci 2 years ago
i440fx-test.c tests/qtest: i440fx-test: Rewrite create_blob_file() to be portable 2 years ago
i82801b11-test.c
ide-test.c tests/qtest/ide-test: Verify READ NATIVE MAX ADDRESS is not limited 9 months ago
igb-test.c igb: Introduce qtest for igb device 2 years ago
intel-hda-test.c tests/qtest: Specify audiodev= and -audiodev 1 year ago
intel-iommu-test.c tests/qtest: Add intel-iommu test 6 days ago
ioh3420-test.c
ipmi-bt-test.c chardev: finalize 'reconnect' deprecation 3 months ago
ipmi-kcs-test.c tests/qtest: replace assert(0) with g_assert_not_reached() 4 months ago
ipoctal232-test.c
isl_pmbus_vr-test.c
ivshmem-test.c tests/qtest : Use `g_assert_cmphex` instead of `g_assert_cmpuint` 9 months ago
libqmp.c tests: add G_GNUC_PRINTF for various functions 2 years ago
libqmp.h
libqtest-single.h tests/qtest: libqtest: Adapt global_qtest declaration for win32 2 years ago
libqtest.c tests/qtest: Introduce qtest_init_with_env_and_capabilities() 5 days ago
libqtest.h Qtest pull request 3 days ago
lpc-ich9-test.c
lsm303dlhc-mag-test.c
m48t59-test.c tests/qtest: skip m48t59-test if the machine is absent 9 months ago
machine-none-test.c Revert "Remove the unused sh4eb target" 3 months ago
max34451-test.c hw/i2c: pmbus: reset page register for out of range reads 1 year ago
megasas-test.c
meson.build tests/qtest: QTest example for RISC-V CSR register 5 days ago
microbit-test.c tests/qtest : Use `g_assert_cmphex` instead of `g_assert_cmpuint` 9 months ago
migration-test.c tests/qtest/migration: Split validation tests + misc 1 month ago
modules-test.c blkio: add libblkio block driver 2 years ago
ne2000-test.c
netdev-socket.c net/stream: deprecate 'reconnect' in favor of 'reconnect-ms' 3 months ago
npcm7xx_adc-test.c tests/npcm7xx_adc: Clean up global variable shadowing 1 year ago
npcm7xx_emc-test.c tests/qtest/npcm7xx_emc_test: Don't leak cmd_line 10 months ago
npcm7xx_gpio-test.c
npcm7xx_pwm-test.c tests/qtest/npcm7xx_pwm-test: Only do full testing in slow mode 1 year ago
npcm7xx_rng-test.c
npcm7xx_sdhci-test.c tests/qtest/npcm7xx_sdhci: Access the card using its published address 7 months ago
npcm7xx_smbus-test.c
npcm7xx_timer-test.c tests/qtest: Fix npcm7xx_timer-test.c flaky test 1 year ago
npcm7xx_watchdog_timer-test.c tests/qtest/npcm7xx_watchdog_timer: Only test the corner cases by default 1 year ago
npcm_gmac-test.c tests/qtest: Fix GMAC test to run on a machine in upstream QEMU 11 months ago
numa-test.c tests/qtest: replace assert(false) with g_assert_not_reached() 4 months ago
nvme-test.c misc: Use QEMU header path relative to include/ directory 9 months ago
pca9552-test.c misc/pca955*: Move models under hw/gpio 10 months ago
pci-test.c
pcnet-test.c
pflash-cfi02-test.c tests/qtest/pflash: Clean up local variable shadowing 1 year ago
pnv-host-i2c-test.c misc/pca955*: Move models under hw/gpio 10 months ago
pnv-spi-seeprom-test.c tests/qtest: Add pnv-spi-seeprom qtest 6 months ago
pnv-xive2-common.c tests/qtest: Add XIVE tests for the powernv10 machine 3 months ago
pnv-xive2-common.h tests/qtest: Add XIVE tests for the powernv10 machine 3 months ago
pnv-xive2-flush-sync.c tests/qtest: Add XIVE tests for the powernv10 machine 3 months ago
pnv-xive2-test.c tests/qtest: Add XIVE tests for the powernv10 machine 3 months ago
pnv-xscom-test.c ppc/pnv: Test pnv i2c master and connected devices 11 months ago
pnv-xscom.h ppc/pnv: Update Power10's cfam id to use Power10 DD2 6 months ago
ppc-util.h tests/qtest: Move common define from libqos-spapr.h to new ppc-util.h 7 months ago
prom-env-test.c tests/qtest: Move common define from libqos-spapr.h to new ppc-util.h 7 months ago
pvpanic-pci-test.c tests/qtest/pvpanic: add tests for pvshutdown event 7 months ago
pvpanic-test.c tests/qtest/pvpanic: add tests for pvshutdown event 7 months ago
pxe-test.c tests/qtest: Move common define from libqos-spapr.h to new ppc-util.h 7 months ago
q35-test.c tests/qtest: Use qtest_system_reset() instead of open-coded versions 1 month ago
qmp-cmd-test.c qapi: Add HV_BALLOON_STATUS_REPORT event and its QMP query command 1 year ago
qmp-test.c tests/qtest: qmp-test: Avoid using hardcoded /tmp 2 years ago
qom-test.c tests/qtest/qom-test: Stop spamming the test log 2 years ago
qos-test.c tests/qtest: Use qtest_system_reset() instead of open-coded versions 1 month ago
qtest_aspeed.c qtest: Add functions for accessing devices on Aspeed I2C controller 2 years ago
qtest_aspeed.h aspeed: Clean up includes 12 months ago
readconfig-test.c tests/qtest/readconfig: Test the docs/config/q35-*.cfg files 2 years ago
riscv-csr-test.c tests/qtest: QTest example for RISC-V CSR register 5 days ago
riscv-iommu-test.c qtest/riscv-iommu-test: add init queues test 3 months ago
rtas-test.c tests: add G_GNUC_PRINTF for various functions 2 years ago
rtc-test.c tests/qtest: Adapt {m48t59,rtc}-test cases for win32 2 years ago
rtl8139-test.c tests/qtest: replace assert(0) with g_assert_not_reached() 4 months ago
sdhci-test.c
sifive-e-aon-watchdog-test.c tests/qtest: sifive-e-aon-watchdog-test.c: Add QTest of watchdog of sifive_e 2 years ago
spapr-phb-test.c
sse-timer-test.c tests/qtest : Use `g_assert_cmphex` instead of `g_assert_cmpuint` 9 months ago
stm32l4x5.h tests/qtest: Check STM32L4x5 clock connections 3 months ago
stm32l4x5_exti-test.c tests/qtest: Ensure STM32L4x5 EXTI state is correct at the end of QTests 7 months ago
stm32l4x5_gpio-test.c tests/qtest: Use qtest_system_reset() instead of open-coded versions 1 month ago
stm32l4x5_rcc-test.c tests/qtest/stm32l4x5_rcc-test.c: Add tests for the STM32L4x5_RCC 11 months ago
stm32l4x5_syscfg-test.c tests/qtest: Use qtest_system_reset() instead of open-coded versions 1 month ago
stm32l4x5_usart-test.c tests/qtest: Check STM32L4x5 clock connections 3 months ago
tco-test.c hw: Move ich9.h to southbridge/ 2 years ago
test-arm-mptimer.c
test-filter-mirror.c tests/qtest: check the return value 1 year ago
test-filter-redirector.c tests/qtest: check the return value 1 year ago
test-hmp.c hmp: Remove deprecated 'singlestep' command 1 year ago
test-netfilter.c
test-x86-cpuid-compat.c tests/qtest/test-x86-cpuid-compat: Remove tests related to pc-i440fx-2.3 5 days ago
tmp105-test.c hw/sensor/tmp105: Lower 4 bit of limit registers are always 0 4 months ago
tpm-crb-swtpm-test.c qtest: Move tpm_util_tis_transmit() into tpm-tis-utils.c and rename it 2 years ago
tpm-crb-test.c qtest: Move tpm_util_tis_transmit() into tpm-tis-utils.c and rename it 2 years ago
tpm-emu.c tests/: spelling fixes 1 year ago
tpm-emu.h include: Rename sysemu/ -> system/ 1 month ago
tpm-tests.c tests: Wait for migration completion on destination QEMU to avoid failures 3 months ago
tpm-tests.h tests/: spelling fixes 1 year ago
tpm-tis-device-swtpm-test.c qtest: Move tpm_util_tis_transmit() into tpm-tis-utils.c and rename it 2 years ago
tpm-tis-device-test.c
tpm-tis-i2c-test.c tests/: spelling fixes 1 year ago
tpm-tis-swtpm-test.c qtest: Move tpm_util_tis_transmit() into tpm-tis-utils.c and rename it 2 years ago
tpm-tis-test.c
tpm-tis-util.c tests/: spelling fixes 1 year ago
tpm-tis-util.h qtest: Move tpm_util_tis_transmit() into tpm-tis-utils.c and rename it 2 years ago
tpm-util.c qtest: Move tpm_util_tis_transmit() into tpm-tis-utils.c and rename it 2 years ago
tpm-util.h qtest: Move tpm_util_tis_transmit() into tpm-tis-utils.c and rename it 2 years ago
tulip-test.c
ufs-test.c hw/ufs: Adjust value to match CPU's endian format 1 week ago
usb-hcd-ehci-test.c tests/qtest/usb-hcd-ehci-test: Check for EHCI and UHCI HCDs before using them 2 years ago
usb-hcd-ohci-test.c
usb-hcd-uhci-test.c tests/qtest/usb-hcd: Remove the empty "init" tests 1 year ago
usb-hcd-xhci-test.c tests/qtest/usb-hcd: Remove the empty "init" tests 1 year ago
vhost-user-blk-test.c tests/qtest/vhost-user-blk-test: use memory-backend-shm 7 months ago
vhost-user-test.c include: Rename sysemu/ -> system/ 1 month ago
virtio-9p-test.c tests/9p: also check 'Tgetattr' in 'use-after-unlink' test 2 months ago
virtio-balloon-test.c tests/qtest: add test for querying balloon guest stats 2 months ago
virtio-blk-test.c tests/qtest: replace qmp_discard_response with qtest_qmp_assert_success 2 years ago
virtio-ccw-test.c tests/qtest/virtio-ccw: Fix device presence checking 1 year ago
virtio-iommu-test.c tests/qtest/virtio-iommu-test: Don't pass uninitialized data into qtest_memwrite 3 weeks ago
virtio-net-failover.c tests/qtest/migration: Rename migration-helpers.c 1 month ago
virtio-net-test.c tests/qtest: check the return value 1 year ago
virtio-rng-test.c
virtio-scsi-test.c tests/virtio-scsi: Clean up global variable shadowing 1 year ago
virtio-serial-test.c
virtio-test.c
vmgenid-test.c tests/: spelling fixes 1 year ago
vmxnet3-test.c
vnc-display-test.c qtest: enable vnc-display test on win32 2 years ago
wdt_ib700-test.c
xlnx-can-test.c
xlnx-canfd-test.c tests/qtest: xlnx-canfd-test: Fix code coverity issues 2 years ago
xlnx-versal-trng-test.c tests/qtest/xlnx-versal-trng-test.c: Drop use of variable length array 12 months ago