aboutsummaryrefslogtreecommitdiff
path: root/tests/unit
AgeCommit message (Expand)Author
2023-09-21Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi
2023-09-21Merge tag 'pull-block-2023-09-01' of https://gitlab.com/hreitz/qemu into stagingStefan Hajnoczi
2023-09-20test-bdrv-drain: avoid race with BH in IOThread drain testStefan Hajnoczi
2023-09-20block: Mark bdrv_unref_child() GRAPH_WRLOCKKevin Wolf
2023-09-20block: Mark bdrv_parent_perms_conflict() and callers GRAPH_RDLOCKKevin Wolf
2023-09-20block: Mark bdrv_attach_child() GRAPH_WRLOCKKevin Wolf
2023-09-20block: Take AioContext lock for bdrv_append() more consistentlyKevin Wolf
2023-09-08tests/: spelling fixesMichael Tokarev
2023-09-07configure, meson: remove target OS symbols from config-host.makPaolo Bonzini
2023-08-29throttle: use enum ThrottleDirection instead of bool is_writezhenwei pi
2023-08-29test-throttle: test read only and write onlyzhenwei pi
2023-08-29test-throttle: use enum ThrottleDirectionzhenwei pi
2023-07-10qga: Add tests for --allow-rpcs optionKonstantin Kostiuk
2023-06-28test-block-iothread: Lock AioContext for blk_insert_bs()Kevin Wolf
2023-06-06atomics: eliminate mb_read/mb_setPaolo Bonzini
2023-06-02cutils: Improve qemu_strtosz handling of fractionsEric Blake
2023-06-02cutils: Improve qemu_strtod* error pathsEric Blake
2023-06-02cutils: Use parse_uint in qemu_strtosz for negative rejectionEric Blake
2023-06-02cutils: Set value in all integral qemu_strto* error pathsEric Blake
2023-06-02cutils: Set value in all qemu_strtosz* error pathsEric Blake
2023-06-02test-cutils: Add more coverage to qemu_strtoszEric Blake
2023-06-02cutils: Allow NULL str in qemu_strtoszEric Blake
2023-06-02test-cutils: Refactor qemu_strtosz tests for less boilerplateEric Blake
2023-06-02test-cutils: Prepare for upcoming semantic change in qemu_strtoszEric Blake
2023-06-02test-cutils: Add coverage of qemu_strtodEric Blake
2023-06-02cutils: Allow NULL endptr in parse_uint()Eric Blake
2023-06-02cutils: Adjust signature of parse_uint[_full]Eric Blake
2023-06-02cutils: Fix wraparound parsing in qemu_strtouiEric Blake
2023-06-02test-cutils: Test more integer corner casesEric Blake
2023-06-02test-cutils: Test integral qemu_strto* value on failuresEric Blake
2023-06-02test-cutils: Use g_assert_cmpuint where appropriateEric Blake
2023-06-02test-cutils: Avoid g_assert in unit testsEric Blake
2023-05-30aio: remove aio_disable_external() APIStefan Hajnoczi
2023-05-30block: drain from main loop thread in bdrv_co_yield_to_drain()Stefan Hajnoczi
2023-05-30raw-format: Fix open with 'file' in iothreadKevin Wolf
2023-05-30block: Take main AioContext lock when calling bdrv_open()Kevin Wolf
2023-05-23migration/xbzrle: Use i386 host/cpuinfo.hRichard Henderson
2023-05-19tested: add test for nested aio_poll() in poll handlersStefan Hajnoczi
2023-05-19test-bdrv-drain: Call bdrv_co_unref() in coroutine contextKevin Wolf
2023-05-19test-bdrv-drain: Take graph lock more selectivelyKevin Wolf
2023-05-18build: move sanitizer tests to mesonPaolo Bonzini
2023-05-10test-bdrv-drain: Don't modify the graph in coroutinesKevin Wolf
2023-05-08test-aio-multithread: simplify test_multi_co_schedulePaolo Bonzini
2023-05-08test-aio-multithread: do not use mb_read/mb_set for simple flagsPaolo Bonzini
2023-05-04qga: test: Add tests for `merged` flagDaniel Xu
2023-04-28async: Add an optional reentrancy guard to the BH APIAlexander Bulekov
2023-04-26Merge tag 'pull-qapi-2023-04-26' of https://repo.or.cz/qemu/armbru into stagingRichard Henderson
2023-04-26qapi: allow unions to contain further unionsDaniel P. Berrangé
2023-04-25tests: mark more coroutine_fnsPaolo Bonzini
2023-04-25thread-pool: avoid passing the pool parameter every timeEmanuele Giuseppe Esposito