aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-05parallels: Replace qemu_co_mutex_lock by WITH_QEMU_LOCK_GUARDAlexander Ivanov1-19/+14
2023-06-05parallels: Move statistic collection to a separate functionAlexander Ivanov1-22/+30
2023-06-05parallels: Move check of leaks to a separate functionAlexander Ivanov1-29/+45
2023-06-05parallels: Fix statistics calculationAlexander Ivanov1-1/+5
2023-06-05parallels: Move check of cluster outside image to a separate functionAlexander Ivanov1-26/+49
2023-06-05parallels: Move check of unclean image to a separate functionAlexander Ivanov1-10/+21
2023-06-05parallels: Use generic infrastructure for BAT writing in parallels_co_check()Alexander Ivanov1-13/+10
2023-06-05parallels: create parallels_set_bat_entry_helper() to assign BAT valueAlexander Ivanov1-3/+8
2023-06-05parallels: Fix image_end_offset and data_end after out-of-image checkAlexander Ivanov1-1/+7
2023-06-05parallels: Fix high_off calculation in parallels_co_check()Alexander Ivanov1-2/+2
2023-06-05parallels: Out of image offset in BAT leads to image inflationAlexander Ivanov1-0/+17
2023-06-05iotests/iov-padding: New testHanna Czenczek2-0/+144
2023-06-05util/iov: Remove qemu_iovec_init_extended()Hanna Czenczek2-73/+11
2023-06-05block: Collapse padded I/O vecs exceeding IOV_MAXHanna Czenczek1-15/+151
2023-06-05util/iov: Make qiov_slice() publicHanna Czenczek2-7/+10
2023-06-02Merge tag 'migration-20230602-pull-request' of https://gitlab.com/juan.quinte...Richard Henderson5-275/+501
2023-06-02Merge tag 'pull-nbd-2023-06-01-v2' of https://repo.or.cz/qemu/ericb into stagingRichard Henderson19-730/+1983
2023-06-02cutils: Improve qemu_strtosz handling of fractionsEric Blake2-53/+87
2023-06-02cutils: Improve qemu_strtod* error pathsEric Blake2-40/+55
2023-06-02cutils: Use parse_uint in qemu_strtosz for negative rejectionEric Blake5-19/+9
2023-06-02cutils: Set value in all integral qemu_strto* error pathsEric Blake2-28/+38
2023-06-02cutils: Set value in all qemu_strtosz* error pathsEric Blake2-60/+63
2023-06-02test-cutils: Add more coverage to qemu_strtoszEric Blake1-11/+129
2023-06-02numa: Check for qemu_strtosz_MiB errorEric Blake1-2/+9
2023-06-02cutils: Allow NULL str in qemu_strtoszEric Blake2-2/+10
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 Blake2-24/+28
2023-06-02cutils: Adjust signature of parse_uint[_full]Eric Blake12-101/+86
2023-06-02cutils: Document differences between parse_uint and qemu_strtou64Eric Blake1-8/+12
2023-06-02cutils: Fix wraparound parsing in qemu_strtouiEric Blake2-17/+28
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-02qcow2: Explicit mention of padding bytesEric Blake1-0/+1
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-06-01Merge tag 'migration-20230601-pull-request' of https://gitlab.com/juan.quinte...Richard Henderson7-71/+66
2023-06-02migration: stop tracking ram writes when cancelling background migrationFiona Ebner1-7/+7