aboutsummaryrefslogtreecommitdiff
path: root/tests/unit
AgeCommit message (Expand)Author
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
2023-04-20test: Fix test-crypto-secret when compiling without keyring supportJuan Quintela
2023-03-28util: import GTree as QTreeEmilio Cota
2023-03-20replace TABs with spacesYeqi Fu
2023-03-20tests/unit/test-blockjob: Disable complete_in_standby testPeter Maydell
2023-03-13tests: fix path separator, use g_build_filename()Marc-André Lureau
2023-03-13win32: replace closesocket() with close() wrapperMarc-André Lureau
2023-03-13error: add global &error_warn destinationMarc-André Lureau
2023-03-13tests: add test-error-reportMarc-André Lureau
2023-03-13tests: use closesocket()Marc-André Lureau
2023-03-07hw/xen: Add foreignmem operations to allow redirection to internal emulationDavid Woodhouse
2023-03-07hw/xen: Implement core serialize/deserialize methods for xenstore_implDavid Woodhouse
2023-03-07hw/xen: Implement XenStore permissionsPaul Durrant