aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2023-06-06meson: subprojects: replace berkeley-{soft,test}float-3 with wrapsPaolo Bonzini1-526/+15
2023-06-06tests: Use separate virtual environment for avocadoPaolo Bonzini3-13/+12
2023-06-06Revert "tests/requirements.txt: bump up avocado-framework version to 101.0"Paolo Bonzini2-12/+8
2023-06-06atomics: eliminate mb_read/mb_setPaolo Bonzini1-1/+1
2023-06-05iotests/iov-padding: New testHanna Czenczek2-0/+144
2023-06-02Merge tag 'migration-20230602-pull-request' of https://gitlab.com/juan.quinte...Richard Henderson5-275/+501
2023-06-02cutils: Improve qemu_strtosz handling of fractionsEric Blake1-31/+19
2023-06-02cutils: Improve qemu_strtod* error pathsEric Blake1-27/+36
2023-06-02cutils: Use parse_uint in qemu_strtosz for negative rejectionEric Blake4-13/+7
2023-06-02cutils: Set value in all integral qemu_strto* error pathsEric Blake1-12/+12
2023-06-02cutils: Set value in all qemu_strtosz* error pathsEric Blake1-55/+51
2023-06-02test-cutils: Add more coverage to qemu_strtoszEric Blake1-11/+129
2023-06-02cutils: Allow NULL str in qemu_strtoszEric Blake1-1/+9
2023-06-02test-cutils: Refactor qemu_strtosz tests for less boilerplateEric Blake1-404/+101
2023-06-02test-cutils: Prepare for upcoming semantic change in qemu_strtoszEric Blake1-15/+27
2023-06-02test-cutils: Add coverage of qemu_strtodEric Blake1-0/+512
2023-06-02cutils: Allow NULL endptr in parse_uint()Eric Blake1-2/+16
2023-06-02cutils: Adjust signature of parse_uint[_full]Eric Blake1-66/+53
2023-06-02cutils: Fix wraparound parsing in qemu_strtouiEric Blake1-11/+9
2023-06-02test-cutils: Test more integer corner casesEric Blake1-63/+862
2023-06-02test-cutils: Test integral qemu_strto* value on failuresEric Blake1-7/+51
2023-06-02test-cutils: Use g_assert_cmpuint where appropriateEric Blake1-74/+74
2023-06-02test-cutils: Avoid g_assert in unit testsEric Blake1-162/+162
2023-06-02iotests: Fix test 104 under NBDEric Blake2-4/+3
2023-06-02qtest/migration: Document live=true casesPeter Xu1-6/+31
2023-06-02tests/qtest: make more migration pre-copy scenarios run non-liveDaniel P. Berrangé1-15/+66
2023-06-02tests/qtest: distinguish src/dst migration VM stop/resume eventsDaniel P. Berrangé1-13/+13
2023-06-02tests/qtest: capture RESUME events during migrationDaniel P. Berrangé3-0/+20
2023-06-02tests/qtest: replace wait_command() with qtest_qmp_assert_successDaniel P. Berrangé3-157/+74
2023-06-02tests/qtest: switch to using event callbacks for STOP eventDaniel P. Berrangé3-11/+15
2023-06-02tests/qtest: get rid of some 'qtest_qmp' usage in migration testDaniel P. Berrangé2-39/+21
2023-06-02tests/qtest: get rid of 'qmp_command' helper in migration testDaniel P. Berrangé3-39/+15
2023-06-02tests/qtest: add support for callback to receive QMP eventsDaniel P. Berrangé2-4/+57
2023-06-02tests/qtest: add various qtest_qmp_assert_success() variantsDaniel P. Berrangé2-7/+205
2023-05-31decodetree: Add --output-null for meson testingRichard Henderson1-2/+2
2023-05-30Merge tag 'pull-tcg-20230530' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson8-28/+120
2023-05-30tests/avocado/virtio-gpu: Cancel test if drm rendering is not availableThomas Huth1-1/+5
2023-05-30tests/decode: Add tests for various named-field casesPeter Maydell6-0/+60
2023-05-30tests/decode: Convert tests to mesonRichard Henderson3-28/+60
2023-05-30Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingRichard Henderson10-118/+88
2023-05-30aio: remove aio_disable_external() APIStefan Hajnoczi5-108/+5
2023-05-30block: drain from main loop thread in bdrv_co_yield_to_drain()Stefan Hajnoczi1-6/+8
2023-05-30iotests: Test blockdev-create in iothreadKevin Wolf2-0/+71
2023-05-30iotests: Make verify_virtio_scsi_pci_or_ccw() publicKevin Wolf2-2/+2
2023-05-30raw-format: Fix open with 'file' in iothreadKevin Wolf1-3/+0
2023-05-30block: Take main AioContext lock when calling bdrv_open()Kevin Wolf1-0/+3
2023-05-30tests/qtest: Run arm-specific tests only if the required machine is availableThomas Huth1-3/+4
2023-05-28target/ppc: Add POWER9 DD2.2 modelNicholas Piggin1-2/+2
2023-05-26Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson4-11/+10
2023-05-26Merge tag 'pull-hex-20230526' of https://github.com/quic/qemu into stagingRichard Henderson20-1206/+1061