summaryrefslogtreecommitdiffstats
path: root/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* tests: improve error message when saving TLS PSK file failsDaniel P. Berrangé2022-04-211-1/+1
* Merge tag 'misc-pull-request' of gitlab.com:marcandre.lureau/qemu into stagingRichard Henderson2022-04-216-10/+11
|\
| * tests: run-time skip test-qga if TSAN is enabledMarc-André Lureau2022-04-212-1/+8
| * tests: remove block/qdict checks from check-qobject.cMarc-André Lureau2022-04-211-8/+0Star
| * include: move qdict_{crumple,flatten} declarationsMarc-André Lureau2022-04-211-0/+1
| * include: add qemu/keyval.hMarc-André Lureau2022-04-213-2/+3
* | Merge tag 'pull-ppc-20220420-2' of https://gitlab.com/danielhb/qemu into stagingRichard Henderson2022-04-211-0/+50
|\ \ | |/ |/|
| * qemu/int128: add int128_urshiftMatheus Ferst2022-04-201-0/+50
* | util/log: Remove qemu_log_closeRichard Henderson2022-04-201-2/+2
* | include/qemu/log: Move entire implementation out-of-lineRichard Henderson2022-04-201-0/+1
* | tests/unit: Do not reference QemuLogFile directlyRichard Henderson2022-04-201-18/+15Star
* | util/log: Rename qemu_log_lock to qemu_log_trylockRichard Henderson2022-04-201-1/+1
* | util/log: Pass Error pointer to qemu_set_logRichard Henderson2022-04-201-1/+1
|/
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-0619-19/+0Star
* tests: replace free_all() usage with g_autoMarc-André Lureau2022-04-061-87/+40Star
* meson: remove test-qdev-global-props dependency on testqapiMarc-André Lureau2022-04-061-1/+1
* tests: remove needless includeMarc-André Lureau2022-03-221-1/+0Star
* Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau2022-03-221-2/+2
* Drop qemu_foo() socket API wrapperMarc-André Lureau2022-03-221-1/+1
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-214-30/+30
* misc: Remove unnecessary "sysemu/cpu-timers.h" includePhilippe Mathieu-Daudé2022-03-061-1/+0Star
* rcu: use coroutine TLS macrosStefan Hajnoczi2022-03-042-7/+7
* block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o...Emanuele Giuseppe Esposito2022-03-041-3/+3
* block: introduce bdrv_activateEmanuele Giuseppe Esposito2022-03-041-1/+1
* Merge remote-tracking branch 'remotes/berrange-gitlab/tags/misc-next-pull-req...Peter Maydell2022-02-232-0/+273
|\
| * seccomp: fix blocking of process spawningDaniel P. Berrangé2022-02-161-2/+1Star
| * seccomp: add unit test for seccomp filteringDaniel P. Berrangé2022-02-162-0/+274
* | configure, meson: move guest-agent, tools to mesonPaolo Bonzini2022-02-211-3/+1Star
* | configure, meson: move block layer options to meson_options.txtPaolo Bonzini2022-02-211-1/+1
|/
* Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell2022-01-142-4/+4
|\
| * aio-posix: split poll check from ready handlerStefan Hajnoczi2022-01-122-4/+4
* | meson: reenable filemonitor-inotify compilationVolker Rümelin2022-01-121-1/+1
|/
* tests/unit/test-util-sockets: Use g_file_open_tmp() to create temp filePhilippe Mathieu-Daudé2022-01-051-2/+4
* tests/unit/test-smp-parse: Keep default MIN/MAX CPUs in machine_base_class_initYanan Wang2021-12-311-14/+2Star
* tests/unit/test-smp-parse: No need to explicitly zero MachineClass membersYanan Wang2021-12-311-10/+0Star
* tests/unit/test-smp-parse: Add testcases for CPU clustersYanan Wang2021-12-311-7/+123
* hw/core: Rename smp_parse() -> machine_parse_smp_config()Philippe Mathieu-Daudé2021-12-311-4/+4
* tests/unit/test-smp-parse: Constify some pointer/structPhilippe Mathieu-Daudé2021-12-311-6/+6
* tests/unit/test-smp-parse: Simplify pointer to compound literal usePhilippe Mathieu-Daudé2021-12-311-33/+33
* tests/unit/test-smp-parse: Add 'smp-generic-valid' machine typePhilippe Mathieu-Daudé2021-12-311-4/+15
* tests/unit/test-smp-parse: Add 'smp-generic-invalid' machine typePhilippe Mathieu-Daudé2021-12-311-9/+16
* tests/unit/test-smp-parse: Add 'smp-with-dies' machine typePhilippe Mathieu-Daudé2021-12-311-7/+15
* tests/unit/test-smp-parse: Split the 'generic' test in valid / invalidPhilippe Mathieu-Daudé2021-12-311-3/+18
* tests/unit/test-smp-parse: Pass machine type as argument to testsPhilippe Mathieu-Daudé2021-12-311-6/+12
* test-bdrv-drain: don't use BlockJob.blkVladimir Sementsov-Ogievskiy2021-12-281-4/+8
* test-blockjob-txn: don't abuse job->blkVladimir Sementsov-Ogievskiy2021-12-281-9/+1Star
* meson: reenable test-fdmon-epollPaolo Bonzini2021-12-181-1/+1
* tests/unit/test-smp-parse: Explicit MachineClass namePhilippe Mathieu-Daudé2021-11-151-2/+6
* tests/unit/test-smp-parse: QOM'ify smp_machine_class_init()Philippe Mathieu-Daudé2021-11-151-16/+18
* tests/unit/test-smp-parse: Restore MachineClass fields after modifyingPhilippe Mathieu-Daudé2021-11-151-1/+9