aboutsummaryrefslogtreecommitdiff
path: root/tests/unit
AgeCommit message (Expand)AuthorFilesLines
2022-09-20Merge tag 'pull-request-2022-09-20' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi2-2/+3
2022-09-20qga: Replace 'blacklist' command line and config file options by 'block-rpcs'Thomas Huth1-1/+1
2022-09-19tests: mark io-command test as skipped if socat is missingMarc-André Lureau1-1/+2
2022-09-18tests: unit: add NULL-pointer checkPaolo Bonzini1-1/+1
2022-09-18tests: test-qga: close socket on failure to connectPaolo Bonzini1-0/+1
2022-09-18tests: unit: simplify test-visitor-serialization list testsPaolo Bonzini1-88/+69
2022-09-02Merge tag 'char-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi3-14/+48
2022-09-02tests/unit: Update test-io-channel-socket.c for WindowsBin Meng3-14/+48
2022-08-25tests: Use g_mkdir_with_parents()Bin Meng3-8/+8
2022-08-25tests/qtest: Use g_mkdtemp()Bin Meng1-1/+1
2022-08-12tests/unit: fix a -Wformat-truncation warningMarc-André Lureau1-2/+1
2022-08-01tests/unit/test-qga: Replace the word 'blacklist' in the guest agent unit testThomas Huth1-3/+3
2022-07-18tests/unit: Replace g_memdup() by g_memdup2()Philippe Mathieu-Daudé2-24/+24
2022-07-12block: Add blk_co_truncate()Alberto Faria1-0/+14
2022-07-12block: Implement blk_pwrite_zeroes() using generated_co_wrapperAlberto Faria1-0/+17
2022-07-12block: Add blk_co_pwrite_compressed()Alberto Faria1-0/+18
2022-07-12block: Export blk_pwritev_part() in block-backend-io.hAlberto Faria1-0/+19
2022-07-12block: Add blk_[co_]preadv_part()Alberto Faria1-0/+19
2022-07-12block: Add blk_{preadv,pwritev}()Alberto Faria1-1/+41
2022-07-12block: Change blk_{pread,pwrite}() param orderAlberto Faria1-4/+4
2022-07-12block: Add a 'flags' param to blk_pread()Alberto Faria1-2/+2
2022-07-12block: Make blk_{pread,pwrite}() return 0 on successAlberto Faria1-2/+2
2022-07-12crypto: Make block callbacks return 0 on successAlberto Faria1-19/+19
2022-07-12block: Make bdrv_{pread,pwrite}() return 0 on successAlberto Faria1-2/+2
2022-07-12block: Change bdrv_{pread,pwrite,pwrite_sync}() param orderAlberto Faria1-4/+4
2022-07-12block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}()Alberto Faria1-4/+4
2022-07-04tests: fix test-cutils leaksMarc-André Lureau1-8/+34
2022-06-23migration: remove the QEMUFileOps abstractionDaniel P. Berrangé1-3/+2
2022-06-22io: add a QIOChannelNull equivalent to /dev/nullDaniel P. Berrangé2-0/+96
2022-06-14cutils: add functions for IEC and SI prefixesPaolo Bonzini1-0/+52
2022-05-28test/qga: use g_auto wherever sensibleMarc-André Lureau1-78/+43
2022-05-28test/qga: use G_TEST_DIR to locate os-release test fileMarc-André Lureau1-6/+5
2022-05-26tests/crypto: Add test suite for RSA keysLei He1-3/+282
2022-05-26test/crypto: Add test suite for crypto akcipherLei He2-0/+712
2022-05-26crypto: add ASN.1 DER decoderLei He2-0/+291
2022-05-19ptimer: Rename PTIMER_POLICY_DEFAULT to PTIMER_POLICY_LEGACYPeter Maydell1-3/+3
2022-05-16QIOChannel: Add flags on io_writev and introduce io_flush callbackLeonardo Bras1-0/+1
2022-05-16tests: add migration tests of TLS with PSK credentialsDaniel P. Berrangé2-3/+16
2022-05-16tests: add more helper macros for creating TLS x509 certsDaniel P. Berrangé1-0/+53
2022-05-16tests: fix encoding of IP addresses in x509 certsDaniel P. Berrangé2-5/+22
2022-05-03util: rename qemu_*block() socket functionsMarc-André Lureau2-5/+5
2022-05-03Replace fcntl(O_NONBLOCK) with g_unix_set_fd_nonblocking()Marc-André Lureau1-2/+2
2022-05-03tests: replace pipe() with g_unix_open_pipe(CLOEXEC)Marc-André Lureau1-1/+1
2022-05-03libqtest: split QMP part in libqmpMarc-André Lureau1-1/+1
2022-05-03tests: move libqtest.h back under qtest/Marc-André Lureau1-1/+1
2022-04-21Merge tag 'pull-migration-20220421a' of https://gitlab.com/dagrh/qemu into st...Richard Henderson1-1/+1
2022-04-21tests: improve error message when saving TLS PSK file failsDaniel P. Berrangé1-1/+1
2022-04-21Merge tag 'pull-qapi-2022-04-21' of git://repo.or.cz/qemu/armbru into stagingRichard Henderson1-0/+40
2022-04-21Merge tag 'misc-pull-request' of gitlab.com:marcandre.lureau/qemu into stagingRichard Henderson6-10/+11
2022-04-21tests: run-time skip test-qga if TSAN is enabledMarc-André Lureau2-1/+8