summary refs log tree commit diff stats
path: root/scripts/coverage/compare_gcov_json.py (unfollow)
Commit message (Expand)AuthorFilesLines
2023-04-28hw: replace most qemu_bh_new calls with qemu_bh_new_guardedAlexander Bulekov25-33/+66
2023-04-28checkpatch: add qemu_bh_new/aio_bh_new checksAlexander Bulekov1-0/+8
2023-04-28async: Add an optional reentrancy guard to the BH APIAlexander Bulekov7-8/+52
2023-04-28memory: prevent dma-reentracy issuesAlexander Bulekov3-0/+28
2023-04-28tests: vhost-user-test: release mutex on protocol violationPaolo Bonzini1-1/+2
2023-04-28hw/rdma: VMW_PVRDMA should depend on VMXNET3_PCIThomas Huth1-1/+1
2023-04-28hw/rdma: Compile target-independent parts of the rdma code only onceThomas Huth1-3/+5
2023-04-28hw/rdma: Remove unused macros PG_DIR_SZ and PG_TBL_SZThomas Huth1-4/+0
2023-04-28s390x/gdb: Split s390-virt.xmlIlya Leoshkevich5-26/+61
2023-04-27docs/style: call out the use of GUARD macrosAlex Bennée1-0/+54
2023-04-27docs/devel: mention the spacing requirement for QOMAlex Bennée2-0/+39
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-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-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