summaryrefslogtreecommitdiff
path: root/tests/unit
AgeCommit message (Expand)Author
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
2022-07-12block: Export blk_pwritev_part() in block-backend-io.hAlberto Faria
2022-07-12block: Add blk_[co_]preadv_part()Alberto Faria
2022-07-12block: Add blk_{preadv,pwritev}()Alberto Faria
2022-07-12block: Change blk_{pread,pwrite}() param orderAlberto Faria
2022-07-12block: Add a 'flags' param to blk_pread()Alberto Faria
2022-07-12block: Make blk_{pread,pwrite}() return 0 on successAlberto Faria
2022-07-12crypto: Make block callbacks return 0 on successAlberto Faria
2022-07-12block: Make bdrv_{pread,pwrite}() return 0 on successAlberto Faria
2022-07-12block: Change bdrv_{pread,pwrite,pwrite_sync}() param orderAlberto Faria
2022-07-12block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}()Alberto Faria
2022-07-04tests: fix test-cutils leaksMarc-André Lureau
2022-06-23migration: remove the QEMUFileOps abstractionDaniel P. Berrangé
2022-06-22io: add a QIOChannelNull equivalent to /dev/nullDaniel P. Berrangé
2022-06-14cutils: add functions for IEC and SI prefixesPaolo Bonzini
2022-05-28test/qga: use g_auto wherever sensibleMarc-André Lureau
2022-05-28test/qga: use G_TEST_DIR to locate os-release test fileMarc-André Lureau
2022-05-26tests/crypto: Add test suite for RSA keysLei He
2022-05-26test/crypto: Add test suite for crypto akcipherLei He
2022-05-26crypto: add ASN.1 DER decoderLei He
2022-05-19ptimer: Rename PTIMER_POLICY_DEFAULT to PTIMER_POLICY_LEGACYPeter Maydell
2022-05-16QIOChannel: Add flags on io_writev and introduce io_flush callbackLeonardo Bras
2022-05-16tests: add migration tests of TLS with PSK credentialsDaniel P. Berrangé
2022-05-16tests: add more helper macros for creating TLS x509 certsDaniel P. Berrangé
2022-05-16tests: fix encoding of IP addresses in x509 certsDaniel P. Berrangé
2022-05-03util: rename qemu_*block() socket functionsMarc-André Lureau
2022-05-03Replace fcntl(O_NONBLOCK) with g_unix_set_fd_nonblocking()Marc-André Lureau
2022-05-03tests: replace pipe() with g_unix_open_pipe(CLOEXEC)Marc-André Lureau
2022-05-03libqtest: split QMP part in libqmpMarc-André Lureau
2022-05-03tests: move libqtest.h back under qtest/Marc-André Lureau
2022-04-21Merge tag 'pull-migration-20220421a' of https://gitlab.com/dagrh/qemu into st...Richard Henderson
2022-04-21tests: improve error message when saving TLS PSK file failsDaniel P. Berrangé
2022-04-21Merge tag 'pull-qapi-2022-04-21' of git://repo.or.cz/qemu/armbru into stagingRichard Henderson
2022-04-21Merge tag 'misc-pull-request' of gitlab.com:marcandre.lureau/qemu into stagingRichard Henderson
2022-04-21tests: run-time skip test-qga if TSAN is enabledMarc-André Lureau
2022-04-21tests: remove block/qdict checks from check-qobject.cMarc-André Lureau
2022-04-21include: move qdict_{crumple,flatten} declarationsMarc-André Lureau
2022-04-21include: add qemu/keyval.hMarc-André Lureau
2022-04-21qapi-schema: test: add a unit test for parsing array alternatesPaolo Bonzini
2022-04-20Merge tag 'pull-ppc-20220420-2' of https://gitlab.com/danielhb/qemu into stagingRichard Henderson
2022-04-20qemu/int128: add int128_urshiftMatheus Ferst
2022-04-20util/log: Remove qemu_log_closeRichard Henderson
2022-04-20include/qemu/log: Move entire implementation out-of-lineRichard Henderson
2022-04-20tests/unit: Do not reference QemuLogFile directlyRichard Henderson
2022-04-20util/log: Rename qemu_log_lock to qemu_log_trylockRichard Henderson
2022-04-20util/log: Pass Error pointer to qemu_set_logRichard Henderson