aboutsummaryrefslogtreecommitdiff
path: root/tests/unit
AgeCommit message (Expand)AuthorFilesLines
2022-01-14Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell2-4/+4
2022-01-12aio-posix: split poll check from ready handlerStefan Hajnoczi2-4/+4
2022-01-12meson: reenable filemonitor-inotify compilationVolker Rümelin1-1/+1
2022-01-05tests/unit/test-util-sockets: Use g_file_open_tmp() to create temp filePhilippe Mathieu-Daudé1-2/+4
2021-12-31tests/unit/test-smp-parse: Keep default MIN/MAX CPUs in machine_base_class_initYanan Wang1-14/+2
2021-12-31tests/unit/test-smp-parse: No need to explicitly zero MachineClass membersYanan Wang1-10/+0
2021-12-31tests/unit/test-smp-parse: Add testcases for CPU clustersYanan Wang1-7/+123
2021-12-31hw/core: Rename smp_parse() -> machine_parse_smp_config()Philippe Mathieu-Daudé1-4/+4
2021-12-31tests/unit/test-smp-parse: Constify some pointer/structPhilippe Mathieu-Daudé1-6/+6
2021-12-31tests/unit/test-smp-parse: Simplify pointer to compound literal usePhilippe Mathieu-Daudé1-33/+33
2021-12-31tests/unit/test-smp-parse: Add 'smp-generic-valid' machine typePhilippe Mathieu-Daudé1-4/+15
2021-12-31tests/unit/test-smp-parse: Add 'smp-generic-invalid' machine typePhilippe Mathieu-Daudé1-9/+16
2021-12-31tests/unit/test-smp-parse: Add 'smp-with-dies' machine typePhilippe Mathieu-Daudé1-7/+15
2021-12-31tests/unit/test-smp-parse: Split the 'generic' test in valid / invalidPhilippe Mathieu-Daudé1-3/+18
2021-12-31tests/unit/test-smp-parse: Pass machine type as argument to testsPhilippe Mathieu-Daudé1-6/+12
2021-12-28test-bdrv-drain: don't use BlockJob.blkVladimir Sementsov-Ogievskiy1-4/+8
2021-12-28test-blockjob-txn: don't abuse job->blkVladimir Sementsov-Ogievskiy1-9/+1
2021-12-18meson: reenable test-fdmon-epollPaolo Bonzini1-1/+1
2021-11-15tests/unit/test-smp-parse: Explicit MachineClass namePhilippe Mathieu-Daudé1-2/+6
2021-11-15tests/unit/test-smp-parse: QOM'ify smp_machine_class_init()Philippe Mathieu-Daudé1-16/+18
2021-11-15tests/unit/test-smp-parse: Restore MachineClass fields after modifyingPhilippe Mathieu-Daudé1-1/+9
2021-11-01tests/unit: Add an unit test for smp parsingYanan Wang2-0/+595
2021-10-27host-utils: add unit tests for divu128/divs128Luis Pires2-0/+198
2021-10-27qapi: Improve input_type_enum()'s error messageMarkus Armbruster1-1/+1
2021-10-07Merge remote-tracking branch 'remotes/vsementsov/tags/pull-jobs-2021-10-07-v2...Richard Henderson1-1/+1
2021-10-07job: @force parameter for job_cancel_sync()Hanna Reitz1-1/+1
2021-10-05meson: switch minimum meson version to 0.58.2, minimum recommended to 0.59.2Paolo Bonzini1-1/+1
2021-09-29block: use int64_t instead of int in driver discard handlersVladimir Sementsov-Ogievskiy1-1/+1
2021-09-29block: use int64_t instead of uint64_t in driver write handlersVladimir Sementsov-Ogievskiy1-2/+2
2021-09-29block: use int64_t instead of uint64_t in driver read handlersVladimir Sementsov-Ogievskiy2-12/+23
2021-09-27test-clone-visitor: Correct an accidental renameMarkus Armbruster1-2/+2
2021-09-27tests/qapi-schema: Drop simple union __org.qemu_x-Union1Markus Armbruster1-11/+5
2021-09-27test-clone-visitor: Wean off __org.qemu_x-Union1Markus Armbruster1-35/+41
2021-09-27tests/qapi-schema: Wean off UserDefListUnionMarkus Armbruster1-1/+1
2021-09-27test-clone-visitor: Wean off UserDefListUnionMarkus Armbruster1-8/+16
2021-09-27test-qobject-output-visitor: Wean off UserDefListUnionMarkus Armbruster1-297/+92
2021-09-27test-qobject-input-visitor: Wean off UserDefListUnionMarkus Armbruster1-312/+148
2021-09-27qapi: Convert simple union SocketAddressLegacy to flat oneMarkus Armbruster1-3/+3
2021-09-01tests: Remove uses of deprecated raspi2/raspi3 machine namesPhilippe Mathieu-Daudé1-1/+1
2021-08-26qapi: add 'any' conditionMarc-André Lureau1-0/+1
2021-07-26tests/unit: Remove unused variable from test_ioRichard Henderson1-4/+1
2021-07-23qapi: introduce forwarding visitorPaolo Bonzini2-0/+198
2021-07-14crypto: replace 'des-rfb' cipher with 'des'Daniel P. Berrangé1-9/+9
2021-07-14crypto: add crypto tests for single block DES-ECB and DES-CBCDaniel P. Berrangé1-0/+23
2021-07-14crypto: use &error_fatal in crypto testsDaniel P. Berrangé2-26/+15
2021-07-14crypto: skip essiv ivgen tests if AES+ECB isn't availableDaniel P. Berrangé1-5/+9
2021-07-14crypto: remove obsolete crypto test conditionDaniel P. Berrangé1-4/+1
2021-07-14crypto: remove conditional around 3DES crypto test casesDaniel P. Berrangé1-2/+0
2021-07-08Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell1-1/+1
2021-07-06qemu-option: remove now-dead codePaolo Bonzini1-35/+0