aboutsummaryrefslogtreecommitdiff
path: root/tests/unit
AgeCommit message (Expand)Author
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
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-04-06tests: replace free_all() usage with g_autoMarc-André Lureau
2022-04-06meson: remove test-qdev-global-props dependency on testqapiMarc-André Lureau
2022-03-22tests: remove needless includeMarc-André Lureau
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau
2022-03-22Drop qemu_foo() socket API wrapperMarc-André Lureau
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-03-06misc: Remove unnecessary "sysemu/cpu-timers.h" includePhilippe Mathieu-Daudé
2022-03-04rcu: use coroutine TLS macrosStefan Hajnoczi
2022-03-04block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o...Emanuele Giuseppe Esposito
2022-03-04block: introduce bdrv_activateEmanuele Giuseppe Esposito
2022-02-23Merge remote-tracking branch 'remotes/berrange-gitlab/tags/misc-next-pull-req...Peter Maydell
2022-02-21configure, meson: move guest-agent, tools to mesonPaolo Bonzini
2022-02-21configure, meson: move block layer options to meson_options.txtPaolo Bonzini
2022-02-16seccomp: fix blocking of process spawningDaniel P. Berrangé
2022-02-16seccomp: add unit test for seccomp filteringDaniel P. Berrangé
2022-01-14Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell
2022-01-12aio-posix: split poll check from ready handlerStefan Hajnoczi
2022-01-12meson: reenable filemonitor-inotify compilationVolker Rümelin
2022-01-05tests/unit/test-util-sockets: Use g_file_open_tmp() to create temp filePhilippe Mathieu-Daudé
2021-12-31tests/unit/test-smp-parse: Keep default MIN/MAX CPUs in machine_base_class_initYanan Wang
2021-12-31tests/unit/test-smp-parse: No need to explicitly zero MachineClass membersYanan Wang
2021-12-31tests/unit/test-smp-parse: Add testcases for CPU clustersYanan Wang
2021-12-31hw/core: Rename smp_parse() -> machine_parse_smp_config()Philippe Mathieu-Daudé
2021-12-31tests/unit/test-smp-parse: Constify some pointer/structPhilippe Mathieu-Daudé
2021-12-31tests/unit/test-smp-parse: Simplify pointer to compound literal usePhilippe Mathieu-Daudé
2021-12-31tests/unit/test-smp-parse: Add 'smp-generic-valid' machine typePhilippe Mathieu-Daudé
2021-12-31tests/unit/test-smp-parse: Add 'smp-generic-invalid' machine typePhilippe Mathieu-Daudé
2021-12-31tests/unit/test-smp-parse: Add 'smp-with-dies' machine typePhilippe Mathieu-Daudé
2021-12-31tests/unit/test-smp-parse: Split the 'generic' test in valid / invalidPhilippe Mathieu-Daudé
2021-12-31tests/unit/test-smp-parse: Pass machine type as argument to testsPhilippe Mathieu-Daudé
2021-12-28test-bdrv-drain: don't use BlockJob.blkVladimir Sementsov-Ogievskiy
2021-12-28test-blockjob-txn: don't abuse job->blkVladimir Sementsov-Ogievskiy
2021-12-18meson: reenable test-fdmon-epollPaolo Bonzini