aboutsummaryrefslogtreecommitdiff
path: root/tests/unit
AgeCommit message (Expand)AuthorFilesLines
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
2022-04-21tests: remove block/qdict checks from check-qobject.cMarc-André Lureau1-8/+0
2022-04-21include: move qdict_{crumple,flatten} declarationsMarc-André Lureau1-0/+1
2022-04-21include: add qemu/keyval.hMarc-André Lureau3-2/+3
2022-04-21qapi-schema: test: add a unit test for parsing array alternatesPaolo Bonzini1-0/+40
2022-04-20Merge tag 'pull-ppc-20220420-2' of https://gitlab.com/danielhb/qemu into stagingRichard Henderson1-0/+50
2022-04-20qemu/int128: add int128_urshiftMatheus Ferst1-0/+50
2022-04-20util/log: Remove qemu_log_closeRichard Henderson1-2/+2
2022-04-20include/qemu/log: Move entire implementation out-of-lineRichard Henderson1-0/+1
2022-04-20tests/unit: Do not reference QemuLogFile directlyRichard Henderson1-18/+15
2022-04-20util/log: Rename qemu_log_lock to qemu_log_trylockRichard Henderson1-1/+1
2022-04-20util/log: Pass Error pointer to qemu_set_logRichard Henderson1-1/+1
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau19-19/+0
2022-04-06tests: replace free_all() usage with g_autoMarc-André Lureau1-87/+40
2022-04-06meson: remove test-qdev-global-props dependency on testqapiMarc-André Lureau1-1/+1
2022-03-22tests: remove needless includeMarc-André Lureau1-1/+0
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau1-2/+2
2022-03-22Drop qemu_foo() socket API wrapperMarc-André Lureau1-1/+1
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster4-30/+30
2022-03-06misc: Remove unnecessary "sysemu/cpu-timers.h" includePhilippe Mathieu-Daudé1-1/+0
2022-03-04rcu: use coroutine TLS macrosStefan Hajnoczi2-7/+7
2022-03-04block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o...Emanuele Giuseppe Esposito1-3/+3
2022-03-04block: introduce bdrv_activateEmanuele Giuseppe Esposito1-1/+1
2022-02-23Merge remote-tracking branch 'remotes/berrange-gitlab/tags/misc-next-pull-req...Peter Maydell2-0/+273
2022-02-21configure, meson: move guest-agent, tools to mesonPaolo Bonzini1-3/+1
2022-02-21configure, meson: move block layer options to meson_options.txtPaolo Bonzini1-1/+1
2022-02-16seccomp: fix blocking of process spawningDaniel P. Berrangé1-2/+1
2022-02-16seccomp: add unit test for seccomp filteringDaniel P. Berrangé2-0/+274
2022-01-14Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell2-4/+4