summaryrefslogtreecommitdiffstats
path: root/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi2022-11-081-22/+104
|\
| * crypto: Support DER encodingsLei He2022-11-021-22/+104
* | tests/unit: simpler variable sequence for test-io-channelAlex Bennée2022-11-051-10/+4Star
|/
* tests/unit: cleanups for test-io-channel-commandAlex Bennée2022-10-311-17/+28
* Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi2022-10-303-52/+79
|\
| * block: remove bdrv_try_set_aio_context and replace it with bdrv_try_change_ai...Emanuele Giuseppe Esposito2022-10-272-8/+8
| * block: Manipulate bs->file / bs->backing pointers in .attach/.detachVladimir Sementsov-Ogievskiy2022-10-271-6/+4Star
| * test-bdrv-graph-mod: fix filters to be filtersVladimir Sementsov-Ogievskiy2022-10-271-7/+17
| * tests-bdrv-drain: bdrv_replace_test driver: declare supports_backingVladimir Sementsov-Ogievskiy2022-10-271-0/+1
| * test-bdrv-graph-mod: update test_parallel_perm_update test caseVladimir Sementsov-Ogievskiy2022-10-271-31/+49
* | crypto: add test cases for many malformed LUKS header scenariosDaniel P. Berrangé2022-10-271-0/+299
* | crypto: ensure LUKS tests run with GNUTLS crypto providerDaniel P. Berrangé2022-10-271-1/+2
* | tests: avoid DOS line endings in PSK fileDaniel P. Berrangé2022-10-271-6/+5Star
|/
* Merge tag 'win32-pull-request' of https://gitlab.com/marcandre.lureau/qemu in...Stefan Hajnoczi2022-10-132-24/+22Star
|\
| * tests/unit: make test-io-channel-command work on win32Marc-André Lureau2022-10-121-18/+19
| * tests/channel-helper: set blocking in main threadMarc-André Lureau2022-10-121-6/+3Star
* | Merge tag 'pull-request-2022-10-12' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi2022-10-131-2/+4
|\ \
| * | tests/unit/test-image-locking: Fix handling of temporary filesThomas Huth2022-10-121-2/+4
| |/
* | job: remove unused functionsEmanuele Giuseppe Esposito2022-10-071-2/+2
* | job.c: enable job lock/unlock and remove Aiocontext locksEmanuele Giuseppe Esposito2022-10-073-14/+11Star
* | jobs: use job locks also in the unit testsEmanuele Giuseppe Esposito2022-10-074-83/+140
* | test-coroutine: add missing coroutine_fn annotationsMarc-André Lureau2022-10-071-1/+1
|/
* tests/unit: test-qga: Avoid using hardcoded /tmpBin Meng2022-09-271-1/+1
* tests/unit: test-image-locking: Avoid using hardcoded /tmpBin Meng2022-09-271-4/+4
* tests/unit/test-vmstate: Avoid dynamic stack allocationPhilippe Mathieu-Daudé2022-09-221-4/+3Star
* Merge tag 'pull-request-2022-09-20' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi2022-09-202-2/+3
|\
| * qga: Replace 'blacklist' command line and config file options by 'block-rpcs'Thomas Huth2022-09-201-1/+1
| * tests: mark io-command test as skipped if socat is missingMarc-André Lureau2022-09-191-1/+2
* | tests: unit: add NULL-pointer checkPaolo Bonzini2022-09-181-1/+1
* | tests: test-qga: close socket on failure to connectPaolo Bonzini2022-09-181-0/+1
* | tests: unit: simplify test-visitor-serialization list testsPaolo Bonzini2022-09-181-88/+69Star
|/
* Merge tag 'char-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi2022-09-023-14/+48
|\
| * tests/unit: Update test-io-channel-socket.c for WindowsBin Meng2022-09-023-14/+48
* | tests: Use g_mkdir_with_parents()Bin Meng2022-08-253-8/+8
* | tests/qtest: Use g_mkdtemp()Bin Meng2022-08-251-1/+1
|/
* tests/unit: fix a -Wformat-truncation warningMarc-André Lureau2022-08-121-2/+1Star
* tests/unit/test-qga: Replace the word 'blacklist' in the guest agent unit testThomas Huth2022-08-011-3/+3
* tests/unit: Replace g_memdup() by g_memdup2()Philippe Mathieu-Daudé2022-07-182-24/+24
* block: Add blk_co_truncate()Alberto Faria2022-07-121-0/+14
* block: Implement blk_pwrite_zeroes() using generated_co_wrapperAlberto Faria2022-07-121-0/+17
* block: Add blk_co_pwrite_compressed()Alberto Faria2022-07-121-0/+18
* block: Export blk_pwritev_part() in block-backend-io.hAlberto Faria2022-07-121-0/+19
* block: Add blk_[co_]preadv_part()Alberto Faria2022-07-121-0/+19
* block: Add blk_{preadv,pwritev}()Alberto Faria2022-07-121-1/+41
* block: Change blk_{pread,pwrite}() param orderAlberto Faria2022-07-121-4/+4
* block: Add a 'flags' param to blk_pread()Alberto Faria2022-07-121-2/+2
* block: Make blk_{pread,pwrite}() return 0 on successAlberto Faria2022-07-121-2/+2
* crypto: Make block callbacks return 0 on successAlberto Faria2022-07-121-19/+19
* block: Make bdrv_{pread,pwrite}() return 0 on successAlberto Faria2022-07-121-2/+2
* block: Change bdrv_{pread,pwrite,pwrite_sync}() param orderAlberto Faria2022-07-121-4/+4