aboutsummaryrefslogtreecommitdiff
path: root/tests/unit
AgeCommit message (Expand)Author
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
2021-09-29block: use int64_t instead of uint64_t in driver read handlersVladimir Sementsov-Ogievskiy
2021-09-27test-clone-visitor: Correct an accidental renameMarkus Armbruster
2021-09-27tests/qapi-schema: Drop simple union __org.qemu_x-Union1Markus Armbruster
2021-09-27test-clone-visitor: Wean off __org.qemu_x-Union1Markus Armbruster
2021-09-27tests/qapi-schema: Wean off UserDefListUnionMarkus Armbruster
2021-09-27test-clone-visitor: Wean off UserDefListUnionMarkus Armbruster
2021-09-27test-qobject-output-visitor: Wean off UserDefListUnionMarkus Armbruster
2021-09-27test-qobject-input-visitor: Wean off UserDefListUnionMarkus Armbruster
2021-09-27qapi: Convert simple union SocketAddressLegacy to flat oneMarkus Armbruster
2021-09-01tests: Remove uses of deprecated raspi2/raspi3 machine namesPhilippe Mathieu-Daudé
2021-08-26qapi: add 'any' conditionMarc-André Lureau
2021-07-26tests/unit: Remove unused variable from test_ioRichard Henderson
2021-07-23qapi: introduce forwarding visitorPaolo Bonzini
2021-07-14crypto: replace 'des-rfb' cipher with 'des'Daniel P. Berrangé
2021-07-14crypto: add crypto tests for single block DES-ECB and DES-CBCDaniel P. Berrangé
2021-07-14crypto: use &error_fatal in crypto testsDaniel P. Berrangé
2021-07-14crypto: skip essiv ivgen tests if AES+ECB isn't availableDaniel P. Berrangé
2021-07-14crypto: remove obsolete crypto test conditionDaniel P. Berrangé
2021-07-14crypto: remove conditional around 3DES crypto test casesDaniel P. Berrangé
2021-07-08Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell
2021-07-06qemu-option: remove now-dead codePaolo Bonzini