aboutsummaryrefslogtreecommitdiff
path: root/tests/unit
AgeCommit message (Expand)Author
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
2021-11-15tests/unit/test-smp-parse: Explicit MachineClass namePhilippe Mathieu-Daudé
2021-11-15tests/unit/test-smp-parse: QOM'ify smp_machine_class_init()Philippe Mathieu-Daudé
2021-11-15tests/unit/test-smp-parse: Restore MachineClass fields after modifyingPhilippe Mathieu-Daudé
2021-11-01tests/unit: Add an unit test for smp parsingYanan Wang
2021-10-27host-utils: add unit tests for divu128/divs128Luis Pires
2021-10-27qapi: Improve input_type_enum()'s error messageMarkus Armbruster
2021-10-07Merge remote-tracking branch 'remotes/vsementsov/tags/pull-jobs-2021-10-07-v2...Richard Henderson
2021-10-07job: @force parameter for job_cancel_sync()Hanna Reitz
2021-10-05meson: switch minimum meson version to 0.58.2, minimum recommended to 0.59.2Paolo Bonzini
2021-09-29block: use int64_t instead of int in driver discard handlersVladimir Sementsov-Ogievskiy
2021-09-29block: use int64_t instead of uint64_t in driver write handlersVladimir Sementsov-Ogievskiy