aboutsummaryrefslogtreecommitdiff
path: root/tests/unit
AgeCommit message (Expand)AuthorFilesLines
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
2023-04-25thread-pool: avoid passing the pool parameter every timeEmanuele Giuseppe Esposito1-7/+5
2023-04-20test: Fix test-crypto-secret when compiling without keyring supportJuan Quintela1-5/+5
2023-03-28util: import GTree as QTreeEmilio Cota2-0/+334
2023-03-20replace TABs with spacesYeqi Fu1-1/+1
2023-03-20tests/unit/test-blockjob: Disable complete_in_standby testPeter Maydell1-1/+8
2023-03-13tests: fix path separator, use g_build_filename()Marc-André Lureau1-1/+1
2023-03-13win32: replace closesocket() with close() wrapperMarc-André Lureau1-4/+4
2023-03-13error: add global &error_warn destinationMarc-André Lureau1-0/+18
2023-03-13tests: add test-error-reportMarc-André Lureau2-0/+122
2023-03-13tests: use closesocket()Marc-André Lureau1-3/+3
2023-03-07hw/xen: Add foreignmem operations to allow redirection to internal emulationDavid Woodhouse1-0/+1
2023-03-07hw/xen: Implement core serialize/deserialize methods for xenstore_implDavid Woodhouse1-10/+226
2023-03-07hw/xen: Implement XenStore permissionsPaul Durrant1-1/+26
2023-03-07hw/xen: Watches on XenStore transactionsDavid Woodhouse1-1/+230