aboutsummaryrefslogtreecommitdiff
path: root/tests/unit
AgeCommit message (Expand)AuthorFilesLines
2023-02-11Update bench-code for addressing CI problemling xu1-5/+34
2023-02-08Drop duplicate #includeMarkus Armbruster1-1/+0
2023-02-08Don't include headers already included by qemu/osdep.hMarkus Armbruster1-1/+0
2023-02-06io: Add support for MSG_PEEK for socket channelmanish.mishra1-0/+1
2023-02-03Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingPeter Maydell1-0/+3
2023-02-02tests/unit: drop hacky race avoidance in test-io-channel-commandAlex Bennée1-4/+10
2023-02-01block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixedEmanuele Giuseppe Esposito1-0/+3
2023-01-20Merge tag 'pull-include-2023-01-20' of https://repo.or.cz/qemu/armbru into st...Peter Maydell5-5/+3
2023-01-20include/block: Untangle inclusion loopsMarkus Armbruster2-1/+2
2023-01-20coroutine: Split qemu/coroutine-core.h off qemu/coroutine.hMarkus Armbruster1-1/+1
2023-01-19coroutine: Clean up superfluous inclusion of qemu/lockable.hMarkus Armbruster1-1/+0
2023-01-19coroutine: Clean up superfluous inclusion of qemu/coroutine.hMarkus Armbruster2-2/+0
2023-01-16Call qemu_socketpair() instead of socketpair() when possibleGuoyi Tu2-3/+3
2023-01-11tests: add G_GNUC_PRINTF for various functionsDaniel P. Berrangé1-4/+9
2023-01-06util: remove support for hex numbers with a scaling suffixPaolo Bonzini1-0/+8
2022-12-20util: Add interval-tree.cRichard Henderson2-0/+210
2022-12-15test-bdrv-drain: Fix incorrrect drain assumptionsKevin Wolf1-0/+18
2022-12-15block: Don't poll in bdrv_replace_child_noperm()Kevin Wolf1-0/+10
2022-12-15block: Call drain callbacks only onceKevin Wolf1-6/+10
2022-12-15block: Remove subtree drainsKevin Wolf1-251/+10
2022-12-15block: Revert .bdrv_drained_begin/end to non-coroutine_fnKevin Wolf1-8/+10
2022-12-15test-bdrv-drain: Don't yield in .bdrv_co_drained_begin/end()Kevin Wolf1-18/+46
2022-12-14qapi crypto: Elide redundant has_FOO in generated CMarkus Armbruster1-6/+0
2022-12-14qapi chardev: Elide redundant has_FOO in generated CMarkus Armbruster1-1/+0
2022-12-13qapi tests: Elide redundant has_FOO in generated CMarkus Armbruster5-21/+16
2022-11-07Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi1-22/+104
2022-11-05tests/unit: simpler variable sequence for test-io-channelAlex Bennée1-10/+4
2022-11-02crypto: Support DER encodingsLei He1-22/+104
2022-10-31tests/unit: cleanups for test-io-channel-commandAlex Bennée1-17/+28
2022-10-30Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi3-52/+79
2022-10-27block: remove bdrv_try_set_aio_context and replace it with bdrv_try_change_ai...Emanuele Giuseppe Esposito2-8/+8
2022-10-27block: Manipulate bs->file / bs->backing pointers in .attach/.detachVladimir Sementsov-Ogievskiy1-6/+4
2022-10-27test-bdrv-graph-mod: fix filters to be filtersVladimir Sementsov-Ogievskiy1-7/+17
2022-10-27tests-bdrv-drain: bdrv_replace_test driver: declare supports_backingVladimir Sementsov-Ogievskiy1-0/+1
2022-10-27test-bdrv-graph-mod: update test_parallel_perm_update test caseVladimir Sementsov-Ogievskiy1-31/+49
2022-10-27crypto: add test cases for many malformed LUKS header scenariosDaniel P. Berrangé1-0/+299
2022-10-27crypto: ensure LUKS tests run with GNUTLS crypto providerDaniel P. Berrangé1-1/+2
2022-10-27tests: avoid DOS line endings in PSK fileDaniel P. Berrangé1-6/+5
2022-10-13Merge tag 'win32-pull-request' of https://gitlab.com/marcandre.lureau/qemu in...Stefan Hajnoczi2-24/+22
2022-10-13Merge tag 'pull-request-2022-10-12' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi1-2/+4
2022-10-12tests/unit: make test-io-channel-command work on win32Marc-André Lureau1-18/+19
2022-10-12tests/channel-helper: set blocking in main threadMarc-André Lureau1-6/+3
2022-10-12tests/unit/test-image-locking: Fix handling of temporary filesThomas Huth1-2/+4
2022-10-07job: remove unused functionsEmanuele Giuseppe Esposito1-2/+2
2022-10-07job.c: enable job lock/unlock and remove Aiocontext locksEmanuele Giuseppe Esposito3-14/+11
2022-10-07jobs: use job locks also in the unit testsEmanuele Giuseppe Esposito4-83/+140
2022-10-07test-coroutine: add missing coroutine_fn annotationsMarc-André Lureau1-1/+1
2022-09-27tests/unit: test-qga: Avoid using hardcoded /tmpBin Meng1-1/+1
2022-09-27tests/unit: test-image-locking: Avoid using hardcoded /tmpBin Meng1-4/+4
2022-09-22tests/unit/test-vmstate: Avoid dynamic stack allocationPhilippe Mathieu-Daudé1-4/+3