aboutsummaryrefslogtreecommitdiff
path: root/tests/qtest
AgeCommit message (Expand)Author
2021-06-17hw/audio/sb16: Avoid assertion by restricting I/O sampling rate rangePhilippe Mathieu-Daudé
2021-06-04tests/qtest/virtio-scsi-test: add unmap large LBA with 4k blocks testKit Westneat
2021-06-03tests/qtest/tpm-tests: Remove unnecessary NULL checksPeter Maydell
2021-06-03tests/qtest/pflash-cfi02-test: Avoid potential integer overflowPeter Maydell
2021-06-03tests/qtest/hd-geo-test: Fix checks on mkstemp() return valuePeter Maydell
2021-06-03tests/qtest/e1000e-test: Check qemu_recv() succeededPeter Maydell
2021-06-03tests/qtest/bios-tables-test: Check for dup2() failurePeter Maydell
2021-05-26tests/qtest/fuzz: Fix build failurePhilippe Mathieu-Daudé
2021-05-18vhost-user-blk-test: test discard/write zeroes invalid inputsStefan Hajnoczi
2021-05-18tests/qtest: add multi-queue test case to vhost-user-blk-testStefan Hajnoczi
2021-05-18test: new qTest case to test the vhost-user-blk-serverCoiby Xu
2021-05-14tests/qtest/migration-test: Use g_autofree to avoid leaks on error pathsPeter Maydell
2021-05-14tests: Avoid side effects inside g_assert() argumentsPeter Maydell
2021-05-14tests/qtest/rtc-test: Remove pointless NULL checkPeter Maydell
2021-05-14tests/qtest/tpm-util.c: Free memory with correct free functionPeter Maydell
2021-05-14tests/migration-test: Fix "true" vs trueDr. David Alan Gilbert
2021-05-14tests/qtest/npcm7xx_pwm-test.c: Avoid g_assert_true() for non-test assertionsPeter Maydell
2021-05-14tests/qtest/ahci-test.c: Calculate iso_size with 64-bit arithmeticPeter Maydell
2021-05-14libqtest: refuse QTEST_QEMU_BINARY=qemu-kvmStefan Hajnoczi
2021-05-14libqos/qgraph: fix "UNAVAILBLE" typoStefan Hajnoczi
2021-05-12Drop the deprecated unicore32 targetMarkus Armbruster
2021-05-12Drop the deprecated lm32 targetMarkus Armbruster
2021-05-12Remove the deprecated moxie targetThomas Huth
2021-05-05Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth
2021-05-01tests/qtest: Rename m25p80 test in aspeed_smc testCédric Le Goater
2021-05-01tests/qtest: Add test for Aspeed HACEJoel Stanley
2021-04-12tests/qtest: add tests for am53c974 deviceMark Cave-Ayland
2021-04-08Revert "tests: Add tests for query-netdev command"Jason Wang
2021-04-04x86: rename oem-id and oem-table-id propertiesPaolo Bonzini
2021-03-30net/npcm7xx_emc.c: Fix handling of receiving packets when RSDR not setDoug Evans
2021-03-23memory: Add offset_in_region to flatview_cb argumentsPeter Maydell
2021-03-23memory: Make flatview_cb return bool, not intPeter Maydell
2021-03-22net/eth: Read ip6_ext_hdr_routing buffer before accessing itPhilippe Mathieu-Daudé
2021-03-19Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-03-19tests/qtest: cleanup the testcase for bug 1878642Paolo Bonzini
2021-03-19fuzz: Avoid deprecated misuse of -drive if=sdMarkus Armbruster
2021-03-19tests: Drop 'props' from object-add callsKevin Wolf
2021-03-18Merge remote-tracking branch 'remotes/berrange-gitlab/tags/dep-many-pull-requ...Peter Maydell
2021-03-18machine: remove 'query-cpus' QMP commandDaniel P. Berrangé
2021-03-18migrate: remove QMP/HMP commands for speed, downtime and cache sizeDaniel P. Berrangé
2021-03-16fuzz: configure a sparse-mem device, by defaultAlexander Bulekov
2021-03-16fuzz: add a am53c974 generic-fuzzer configAlexander Bulekov
2021-03-16fuzz: don't leave orphan llvm-symbolizers aroundAlexander Bulekov
2021-03-16fuzz: fix the pro100 generic-fuzzer configAlexander Bulekov
2021-03-16tests/qtest: Only run fuzz-virtio-scsi when virtio-scsi is availablePhilippe Mathieu-Daudé
2021-03-16tests/qtest: Only run fuzz-megasas-test if megasas device is availablePhilippe Mathieu-Daudé
2021-03-15tests: Add tests for query-netdev commandAlexey Kirillov
2021-03-12tests/qtest: Test PWM fan RPM using MFT in PWM testHao Wu