summary refs log tree commit diff stats
path: root/tests/unit (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* test-cutils: Avoid g_assert in unit testsEric Blake2023-06-021-162/+162
* aio: remove aio_disable_external() APIStefan Hajnoczi2023-05-305-108/+5
* block: drain from main loop thread in bdrv_co_yield_to_drain()Stefan Hajnoczi2023-05-301-6/+8
* raw-format: Fix open with 'file' in iothreadKevin Wolf2023-05-301-3/+0
* block: Take main AioContext lock when calling bdrv_open()Kevin Wolf2023-05-301-0/+3
* migration/xbzrle: Use i386 host/cpuinfo.hRichard Henderson2023-05-231-39/+10
* tested: add test for nested aio_poll() in poll handlersStefan Hajnoczi2023-05-192-1/+134
* test-bdrv-drain: Call bdrv_co_unref() in coroutine contextKevin Wolf2023-05-191-1/+1
* test-bdrv-drain: Take graph lock more selectivelyKevin Wolf2023-05-191-2/+2
* build: move sanitizer tests to mesonPaolo Bonzini2023-05-181-1/+1
* test-bdrv-drain: Don't modify the graph in coroutinesKevin Wolf2023-05-101-37/+75
* test-aio-multithread: simplify test_multi_co_schedulePaolo Bonzini2023-05-081-6/+12
* test-aio-multithread: do not use mb_read/mb_set for simple flagsPaolo Bonzini2023-05-081-6/+6
* qga: test: Add tests for `merged` flagDaniel Xu2023-05-041-17/+141
* async: Add an optional reentrancy guard to the BH APIAlexander Bulekov2023-04-281-1/+2
* Merge tag 'pull-qapi-2023-04-26' of https://repo.or.cz/qemu/armbru into stagingRichard Henderson2023-04-262-0/+105
|\
| * qapi: allow unions to contain further unionsDaniel P. Berrangé2023-04-262-0/+105
* | tests: mark more coroutine_fnsPaolo Bonzini2023-04-251-1/+1
* | thread-pool: avoid passing the pool parameter every timeEmanuele Giuseppe Esposito2023-04-251-7/+5
|/
* test: Fix test-crypto-secret when compiling without keyring supportJuan Quintela2023-04-201-5/+5
* util: import GTree as QTreeEmilio Cota2023-03-282-0/+334
* replace TABs with spacesYeqi Fu2023-03-201-1/+1
* tests/unit/test-blockjob: Disable complete_in_standby testPeter Maydell2023-03-201-1/+8
* tests: fix path separator, use g_build_filename()Marc-André Lureau2023-03-131-1/+1
* win32: replace closesocket() with close() wrapperMarc-André Lureau2023-03-131-4/+4
* error: add global &error_warn destinationMarc-André Lureau2023-03-131-0/+18
* tests: add test-error-reportMarc-André Lureau2023-03-132-0/+122
* tests: use closesocket()Marc-André Lureau2023-03-131-3/+3
* hw/xen: Add foreignmem operations to allow redirection to internal emulationDavid Woodhouse2023-03-071-0/+1
* hw/xen: Implement core serialize/deserialize methods for xenstore_implDavid Woodhouse2023-03-071-10/+226
* hw/xen: Implement XenStore permissionsPaul Durrant2023-03-071-1/+26
* hw/xen: Watches on XenStore transactionsDavid Woodhouse2023-03-071-1/+230
* hw/xen: Implement XenStore transactionsDavid Woodhouse2023-03-071-0/+118
* hw/xen: Implement XenStore watchesDavid Woodhouse2023-03-071-0/+85
* hw/xen: Add basic XenStore tree walk and write/read/directory supportDavid Woodhouse2023-03-072-0/+198
* test-vmstate: fix bad GTree usage, use-after-freeEric Auger2023-03-021-3/+2
* tests: be a bit more strict cleaning up fifosAlex Bennée2023-03-011-1/+5
* tests: don't run socat tests on MacOS as wellAlex Bennée2023-03-011-2/+2
* tests/unit: Restrict machine-smp.c test to system emulationPhilippe Mathieu-Daudé2023-02-271-1/+1
* replay: Extract core API to 'exec/replay-core.h'Philippe Mathieu-Daudé2023-02-271-1/+1
* Updated the FSF address to <https://www.gnu.org/licenses/>Khadija Kamran2023-02-272-4/+2
* block: Mark public read/write functions GRAPH_RDLOCKKevin Wolf2023-02-231-9/+11
* block: Mark bdrv_co_block_status() and callers GRAPH_RDLOCKKevin Wolf2023-02-231-1/+2
* Update bench-code for addressing CI problemling xu2023-02-111-5/+34
* Drop duplicate #includeMarkus Armbruster2023-02-081-1/+0
* Don't include headers already included by qemu/osdep.hMarkus Armbruster2023-02-081-1/+0
* io: Add support for MSG_PEEK for socket channelmanish.mishra2023-02-061-0/+1
* Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingPeter Maydell2023-02-031-0/+3
|\
| * block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixedEmanuele Giuseppe Esposito2023-02-011-0/+3
* | tests/unit: drop hacky race avoidance in test-io-channel-commandAlex Bennée2023-02-021-4/+10
|/