aboutsummaryrefslogtreecommitdiff
path: root/tests/unit
AgeCommit message (Expand)AuthorFilesLines
2023-09-29test-throttle: don't shadow 'index' variable in do_test_accounting()Alberto Garcia1-1/+1
2023-09-21Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi3-1/+53
2023-09-21Merge tag 'pull-block-2023-09-01' of https://gitlab.com/hreitz/qemu into stagingStefan Hajnoczi1-5/+71
2023-09-20test-bdrv-drain: avoid race with BH in IOThread drain testStefan Hajnoczi1-0/+8
2023-09-20block: Mark bdrv_unref_child() GRAPH_WRLOCKKevin Wolf1-2/+6
2023-09-20block: Mark bdrv_parent_perms_conflict() and callers GRAPH_RDLOCKKevin Wolf1-0/+4
2023-09-20block: Mark bdrv_attach_child() GRAPH_WRLOCKKevin Wolf2-0/+24
2023-09-20block: Take AioContext lock for bdrv_append() more consistentlyKevin Wolf3-0/+12
2023-09-08tests/: spelling fixesMichael Tokarev8-16/+16
2023-09-07configure, meson: remove target OS symbols from config-host.makPaolo Bonzini1-3/+3
2023-08-29throttle: use enum ThrottleDirection instead of bool is_writezhenwei pi1-2/+2
2023-08-29test-throttle: test read only and write onlyzhenwei pi1-0/+66
2023-08-29test-throttle: use enum ThrottleDirectionzhenwei pi1-3/+3
2023-07-10qga: Add tests for --allow-rpcs optionKonstantin Kostiuk1-0/+31
2023-06-28test-block-iothread: Lock AioContext for blk_insert_bs()Kevin Wolf1-1/+6
2023-06-06atomics: eliminate mb_read/mb_setPaolo Bonzini1-1/+1
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 Blake1-4/+3
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-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-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-23migration/xbzrle: Use i386 host/cpuinfo.hRichard Henderson1-39/+10
2023-05-19tested: add test for nested aio_poll() in poll handlersStefan Hajnoczi2-1/+134
2023-05-19test-bdrv-drain: Call bdrv_co_unref() in coroutine contextKevin Wolf1-1/+1
2023-05-19test-bdrv-drain: Take graph lock more selectivelyKevin Wolf1-2/+2
2023-05-18build: move sanitizer tests to mesonPaolo Bonzini1-1/+1
2023-05-10test-bdrv-drain: Don't modify the graph in coroutinesKevin Wolf1-37/+75
2023-05-08test-aio-multithread: simplify test_multi_co_schedulePaolo Bonzini1-6/+12
2023-05-08test-aio-multithread: do not use mb_read/mb_set for simple flagsPaolo Bonzini1-6/+6
2023-05-04qga: test: Add tests for `merged` flagDaniel Xu1-17/+141
2023-04-28async: Add an optional reentrancy guard to the BH APIAlexander Bulekov1-1/+2
2023-04-26Merge tag 'pull-qapi-2023-04-26' of https://repo.or.cz/qemu/armbru into stagingRichard Henderson2-0/+105
2023-04-26qapi: allow unions to contain further unionsDaniel P. Berrangé2-0/+105
2023-04-25tests: mark more coroutine_fnsPaolo Bonzini1-1/+1