summaryrefslogtreecommitdiffstats
path: root/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* 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
* tests/unit: Add an unit test for smp parsingYanan Wang2021-11-012-0/+595
* host-utils: add unit tests for divu128/divs128Luis Pires2021-10-282-0/+198
* qapi: Improve input_type_enum()'s error messageMarkus Armbruster2021-10-271-1/+1
* Merge remote-tracking branch 'remotes/vsementsov/tags/pull-jobs-2021-10-07-v2...Richard Henderson2021-10-071-1/+1
|\
| * job: @force parameter for job_cancel_sync()Hanna Reitz2021-10-071-1/+1
* | meson: switch minimum meson version to 0.58.2, minimum recommended to 0.59.2Paolo Bonzini2021-10-051-1/+1
|/
* block: use int64_t instead of int in driver discard handlersVladimir Sementsov-Ogievskiy2021-09-291-1/+1
* block: use int64_t instead of uint64_t in driver write handlersVladimir Sementsov-Ogievskiy2021-09-291-2/+2
* block: use int64_t instead of uint64_t in driver read handlersVladimir Sementsov-Ogievskiy2021-09-292-12/+23
* test-clone-visitor: Correct an accidental renameMarkus Armbruster2021-09-271-2/+2
* tests/qapi-schema: Drop simple union __org.qemu_x-Union1Markus Armbruster2021-09-271-11/+5Star
* test-clone-visitor: Wean off __org.qemu_x-Union1Markus Armbruster2021-09-271-35/+41
* tests/qapi-schema: Wean off UserDefListUnionMarkus Armbruster2021-09-271-1/+1
* test-clone-visitor: Wean off UserDefListUnionMarkus Armbruster2021-09-271-8/+16
* test-qobject-output-visitor: Wean off UserDefListUnionMarkus Armbruster2021-09-271-297/+92Star
* test-qobject-input-visitor: Wean off UserDefListUnionMarkus Armbruster2021-09-271-312/+148Star
* qapi: Convert simple union SocketAddressLegacy to flat oneMarkus Armbruster2021-09-271-3/+3
* tests: Remove uses of deprecated raspi2/raspi3 machine namesPhilippe Mathieu-Daudé2021-09-011-1/+1
* qapi: add 'any' conditionMarc-André Lureau2021-08-261-0/+1
* tests/unit: Remove unused variable from test_ioRichard Henderson2021-07-261-4/+1Star
* qapi: introduce forwarding visitorPaolo Bonzini2021-07-232-0/+198
* crypto: replace 'des-rfb' cipher with 'des'Daniel P. Berrangé2021-07-141-9/+9
* crypto: add crypto tests for single block DES-ECB and DES-CBCDaniel P. Berrangé2021-07-141-0/+23
* crypto: use &error_fatal in crypto testsDaniel P. Berrangé2021-07-142-26/+15Star