aboutsummaryrefslogtreecommitdiff
path: root/tests/unit
AgeCommit message (Expand)Author
2024-09-12hw/core/ptimer: fix timer zero period condition for freq > 1GHzJianzhou Yue
2024-03-20tests: Raise timeouts for bufferiszero and crypto-tlscredsx509Peter Maydell
2024-03-20tests/unit: Bump test-replication timeout to 60 secondsKevin Wolf
2024-03-20tests/unit: Bump test-crypto-block test timeout to 5 minutesThomas Huth
2024-03-20tests/unit: Bump test-aio-multithread test timeout to 2 minutesThomas Huth
2024-03-01tests/unit/test-blockjob: Disable complete_in_standby testPeter Maydell
2024-03-01test-vmstate: fix bad GTree usage, use-after-freeEric Auger
2024-03-01tests/unit/test-util-sockets: Remove temporary file after testThomas Huth
2023-09-11async: Add an optional reentrancy guard to the BH APIAlexander Bulekov
2022-11-07Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi
2022-11-05tests/unit: simpler variable sequence for test-io-channelAlex Bennée
2022-11-02crypto: Support DER encodingsLei He
2022-10-31tests/unit: cleanups for test-io-channel-commandAlex Bennée
2022-10-30Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi
2022-10-27block: remove bdrv_try_set_aio_context and replace it with bdrv_try_change_ai...Emanuele Giuseppe Esposito
2022-10-27block: Manipulate bs->file / bs->backing pointers in .attach/.detachVladimir Sementsov-Ogievskiy
2022-10-27test-bdrv-graph-mod: fix filters to be filtersVladimir Sementsov-Ogievskiy
2022-10-27tests-bdrv-drain: bdrv_replace_test driver: declare supports_backingVladimir Sementsov-Ogievskiy
2022-10-27test-bdrv-graph-mod: update test_parallel_perm_update test caseVladimir Sementsov-Ogievskiy
2022-10-27crypto: add test cases for many malformed LUKS header scenariosDaniel P. Berrangé
2022-10-27crypto: ensure LUKS tests run with GNUTLS crypto providerDaniel P. Berrangé
2022-10-27tests: avoid DOS line endings in PSK fileDaniel P. Berrangé
2022-10-13Merge tag 'win32-pull-request' of https://gitlab.com/marcandre.lureau/qemu in...Stefan Hajnoczi
2022-10-13Merge tag 'pull-request-2022-10-12' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi
2022-10-12tests/unit: make test-io-channel-command work on win32Marc-André Lureau
2022-10-12tests/channel-helper: set blocking in main threadMarc-André Lureau
2022-10-12tests/unit/test-image-locking: Fix handling of temporary filesThomas Huth
2022-10-07job: remove unused functionsEmanuele Giuseppe Esposito
2022-10-07job.c: enable job lock/unlock and remove Aiocontext locksEmanuele Giuseppe Esposito
2022-10-07jobs: use job locks also in the unit testsEmanuele Giuseppe Esposito
2022-10-07test-coroutine: add missing coroutine_fn annotationsMarc-André Lureau
2022-09-27tests/unit: test-qga: Avoid using hardcoded /tmpBin Meng
2022-09-27tests/unit: test-image-locking: Avoid using hardcoded /tmpBin Meng
2022-09-22tests/unit/test-vmstate: Avoid dynamic stack allocationPhilippe Mathieu-Daudé
2022-09-20Merge tag 'pull-request-2022-09-20' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi
2022-09-20qga: Replace 'blacklist' command line and config file options by 'block-rpcs'Thomas Huth
2022-09-19tests: mark io-command test as skipped if socat is missingMarc-André Lureau
2022-09-18tests: unit: add NULL-pointer checkPaolo Bonzini
2022-09-18tests: test-qga: close socket on failure to connectPaolo Bonzini
2022-09-18tests: unit: simplify test-visitor-serialization list testsPaolo Bonzini
2022-09-02Merge tag 'char-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi
2022-09-02tests/unit: Update test-io-channel-socket.c for WindowsBin Meng
2022-08-25tests: Use g_mkdir_with_parents()Bin Meng
2022-08-25tests/qtest: Use g_mkdtemp()Bin Meng
2022-08-12tests/unit: fix a -Wformat-truncation warningMarc-André Lureau
2022-08-01tests/unit/test-qga: Replace the word 'blacklist' in the guest agent unit testThomas Huth
2022-07-18tests/unit: Replace g_memdup() by g_memdup2()Philippe Mathieu-Daudé
2022-07-12block: Add blk_co_truncate()Alberto Faria
2022-07-12block: Implement blk_pwrite_zeroes() using generated_co_wrapperAlberto Faria
2022-07-12block: Add blk_co_pwrite_compressed()Alberto Faria