aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-27docs/devel: make a statement about includesAlex Bennée1-0/+14
2023-04-27docs/system: remove excessive punctuation from guest-loader docsAlex Bennée1-3/+3
2023-04-27qemu-options.hx: Update descriptions of memory options for NUMA nodeYohei Kojima1-9/+16
2023-04-27tests/tcg: limit the scope of the plugin testsAlex Bennée14-30/+25
2023-04-27tests/avocado/tuxrun_baselines.py: improve code coverage for ppc64Kautuk Consul1-6/+64
2023-04-27avocado_qemu/__init__.py: factor out the qemu-img findingKautuk Consul1-11/+16
2023-04-27MAINTAINERS: Cover tests/avocado/machine_aspeed.pyThomas Huth1-1/+1
2023-04-27tests/avocado/machine_aspeed: Fix the broken ast2[56]00_evb_sdk testsThomas Huth1-13/+17
2023-04-27tests/avocado: Make ssh_command_output_contains() globally availableThomas Huth2-8/+8
2023-04-27.gitlab-ci.d/cirrus: Drop the CI job for compiling with FreeBSD 12Thomas Huth3-30/+0
2023-04-27qemu-options: finesse the recommendations around -blockdevAlex Bennée1-2/+22
2023-04-27scripts/device-crash-test: Add a parameter to run with TCG onlyThomas Huth2-2/+4
2023-04-27gitlab-ci: Avoid to re-run "configure" in the device-crash-test jobsThomas Huth1-2/+2
2023-04-27tests/avocado: Add set of boot tests on SBSA-refPhilippe Mathieu-Daudé2-0/+159
2023-04-27tests/avocado: use the new snapshots for testingAlex Bennée1-26/+144
2023-04-27tests/requirements.txt: bump up avocado-framework version to 101.0Kautuk Consul2-8/+12
2023-04-27Merge tag 'migration-20230426-pull-request' of https://gitlab.com/juan.quinte...Richard Henderson10-471/+501
2023-04-27vmstate-static-checker: Recognize "num" fieldPeter Xu1-3/+10
2023-04-27migration/vmstate-dump: Dump array size too as "num"Peter Xu1-0/+3
2023-04-27migration: Allow postcopy_ram_supported_by_host() to report errPeter Xu4-35/+39
2023-04-27migration: Move qmp_migrate_set_parameters() to options.cJuan Quintela3-420/+429
2023-04-27migration: Move migrate_use_tls() to options.cJuan Quintela5-13/+13
2023-04-27MAINTAINERS: Add Leonardo and Peter as reviewersJuan Quintela1-0/+2
2023-04-27migration: Disable postcopy + multifd migrationLeonardo Bras1-0/+5
2023-04-26Merge tag 'pull-qapi-2023-04-26' of https://repo.or.cz/qemu/armbru into stagingRichard Henderson39-102/+382
2023-04-26Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingRichard Henderson40-262/+283
2023-04-26qapi: allow unions to contain further unionsDaniel P. Berrangé12-3/+234
2023-04-26qapi: Improve specificity of type/member descriptionsMarkus Armbruster1-2/+7
2023-04-25qapi: support updating expected test output via makeDaniel P. Berrangé1-0/+1
2023-04-25block/monitor: Fix crash when executing HMP commitWang Liang1-4/+6
2023-04-25vmdk: make vmdk_is_cid_valid a coroutine_fnPaolo Bonzini1-1/+1
2023-04-25qcow2: mark various functions as coroutine_fn and GRAPH_RDLOCKPaolo Bonzini6-45/+53
2023-04-25tests: mark more coroutine_fnsPaolo Bonzini1-1/+1
2023-04-25qemu-pr-helper: mark more coroutine_fnsPaolo Bonzini1-11/+11
2023-04-259pfs: mark more coroutine_fnsPaolo Bonzini2-5/+5
2023-04-25nbd: mark more coroutine_fns, do not use co_wrappersPaolo Bonzini1-24/+24
2023-04-25mirror: make mirror_flush a coroutine_fn, do not use co_wrappersPaolo Bonzini1-2/+2
2023-04-25blkdebug: add missing coroutine_fn annotationPaolo Bonzini1-2/+2
2023-04-25vvfat: mark various functions as coroutine_fnPaolo Bonzini1-28/+30
2023-04-25thread-pool: avoid passing the pool parameter every timeEmanuele Giuseppe Esposito12-44/+27
2023-04-25thread-pool: use ThreadPool from the running threadEmanuele Giuseppe Esposito5-18/+21
2023-04-25io_uring: use LuringState from the running threadEmanuele Giuseppe Esposito4-24/+30
2023-04-25linux-aio: use LinuxAioState from the running threadEmanuele Giuseppe Esposito5-29/+37
2023-04-25block: add missing coroutine_fn to bdrv_sum_allocated_file_size()Stefan Hajnoczi1-1/+1
2023-04-25include/block: fixup typosWilfred Mallawa2-2/+2
2023-04-25monitor: convert monitor_cleanup() to AIO_WAIT_WHILE_UNLOCKED()Stefan Hajnoczi1-2/+2
2023-04-25hmp: convert handle_hmp_command() to AIO_WAIT_WHILE_UNLOCKED()Stefan Hajnoczi1-1/+1
2023-04-25block: convert bdrv_drain_all_begin() to AIO_WAIT_WHILE_UNLOCKED()Stefan Hajnoczi1-1/+1
2023-04-25block: convert bdrv_graph_wrlock() to AIO_WAIT_WHILE_UNLOCKED()Stefan Hajnoczi1-1/+1
2023-04-25block: convert blk_exp_close_all_type() to AIO_WAIT_WHILE_UNLOCKED()Stefan Hajnoczi1-1/+1