aboutsummaryrefslogtreecommitdiff
path: root/tests/unit
AgeCommit message (Expand)Author
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
2023-03-07hw/xen: Watches on XenStore transactionsDavid Woodhouse
2023-03-07hw/xen: Implement XenStore transactionsDavid Woodhouse
2023-03-07hw/xen: Implement XenStore watchesDavid Woodhouse
2023-03-07hw/xen: Add basic XenStore tree walk and write/read/directory supportDavid Woodhouse
2023-03-02test-vmstate: fix bad GTree usage, use-after-freeEric Auger
2023-03-01tests: be a bit more strict cleaning up fifosAlex Bennée
2023-03-01tests: don't run socat tests on MacOS as wellAlex Bennée
2023-02-27tests/unit: Restrict machine-smp.c test to system emulationPhilippe Mathieu-Daudé
2023-02-27replay: Extract core API to 'exec/replay-core.h'Philippe Mathieu-Daudé
2023-02-27Updated the FSF address to <https://www.gnu.org/licenses/>Khadija Kamran
2023-02-23block: Mark public read/write functions GRAPH_RDLOCKKevin Wolf
2023-02-23block: Mark bdrv_co_block_status() and callers GRAPH_RDLOCKKevin Wolf
2023-02-11Update bench-code for addressing CI problemling xu
2023-02-08Drop duplicate #includeMarkus Armbruster
2023-02-08Don't include headers already included by qemu/osdep.hMarkus Armbruster
2023-02-06io: Add support for MSG_PEEK for socket channelmanish.mishra
2023-02-03Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingPeter Maydell
2023-02-02tests/unit: drop hacky race avoidance in test-io-channel-commandAlex Bennée
2023-02-01block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixedEmanuele Giuseppe Esposito
2023-01-20Merge tag 'pull-include-2023-01-20' of https://repo.or.cz/qemu/armbru into st...Peter Maydell
2023-01-20include/block: Untangle inclusion loopsMarkus Armbruster
2023-01-20coroutine: Split qemu/coroutine-core.h off qemu/coroutine.hMarkus Armbruster
2023-01-19coroutine: Clean up superfluous inclusion of qemu/lockable.hMarkus Armbruster
2023-01-19coroutine: Clean up superfluous inclusion of qemu/coroutine.hMarkus Armbruster
2023-01-16Call qemu_socketpair() instead of socketpair() when possibleGuoyi Tu
2023-01-11tests: add G_GNUC_PRINTF for various functionsDaniel P. Berrangé
2023-01-06util: remove support for hex numbers with a scaling suffixPaolo Bonzini
2022-12-20util: Add interval-tree.cRichard Henderson