summary refs log tree commit diff stats
path: root/scripts/coverage/compare_gcov_json.py (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-25hw/mips/jazz: Move the NIC init code into a separate functionThomas Huth1-27/+35
2023-09-25tests/qtest/netdev-socket: Do not test multicast on DarwinPhilippe Mathieu-Daudé1-2/+4
2023-09-25tests/qtest/m48t59-test: Silence compiler warning with -WshadowThomas Huth1-6/+6
2023-09-25tests/qtest/netdev-socket: Raise connection timeout to 120 secondsStefan Hajnoczi1-1/+1
2023-09-25meson.build: Make keyutils independent from keyringThomas Huth3-2/+9
2023-09-21docs/devel/reset.rst: Correct function namesAkihiko Odaki1-9/+8
2023-09-21docs/cxl: Cleanout some more aarch64 examples.Jonathan Cameron1-2/+2
2023-09-21hw/mem/cxl_type3: Add missing copyright and license noticeJonathan Cameron2-0/+21
2023-09-21hw/cxl: Fix out of bound array accessDmitry Frolov1-1/+1
2023-09-21docs/cxl: Change to lowercase as othersLi Zhijian1-4/+4
2023-09-21hw/cxl/cxl_device: Replace magic number in CXLError definitionFan Ni1-1/+1
2023-09-21hw/pci-bridge/cxl_upstream: Fix bandwidth entry base unit for SSLBISDave Jiang1-1/+1
2023-09-21hw/cxl: Fix CFMW config memory leakLi Zhijian1-6/+6
2023-09-21hw/i386/pc: fix code comment on cumulative flash sizeLaszlo Ersek1-6/+6
2023-09-21subprojects: Use the correct .git suffix in the repository URLsThomas Huth3-3/+3
2023-09-21hw/other: spelling fixesMichael Tokarev48-85/+85
2023-09-21tests: extend test 131 to cover availability of the write-zeroesDenis V. Lunev2-0/+43
2023-09-21parallels: naive implementation of parallels_co_pwrite_zeroesDenis V. Lunev1-0/+14
2023-09-21tests: extend test 131 to cover availability of the discard operationDenis V. Lunev2-0/+69
2023-09-21parallels: naive implementation of parallels_co_pdiscardDenis V. Lunev1-0/+46
2023-09-21parallels: improve readability of allocate_clustersDenis V. Lunev1-8/+5
2023-09-21parallels: naive implementation of allocate_clusters with used bitmapDenis V. Lunev1-12/+39
2023-09-21parallels: update used bitmap in allocate_clusterDenis V. Lunev1-0/+14
2023-09-21parallels: accept multiple clusters in mark_used()Denis V. Lunev1-8/+10
2023-09-21tests: test self-cure of parallels image with duplicated clustersDenis V. Lunev2-0/+67
2023-09-21tests: fix broken deduplication check in parallels format testDenis V. Lunev2-8/+22
2023-09-21parallels: collect bitmap of used clusters at openDenis V. Lunev2-0/+76
2023-09-21parallels: add test which will validate data_off fixes through repairDenis V. Lunev2-0/+35
2023-09-21parallels: fix broken parallels_check_data_off()Denis V. Lunev1-0/+1
2023-09-21tests: ensure that image validation will not cure the corruptionDenis V. Lunev1-4/+5
2023-09-21parallels: create mark_used() helper which sets bit in used bitmapDenis V. Lunev1-9/+25
2023-09-21parallels: refactor path when we need to re-check image in parallels_openDenis V. Lunev1-11/+10
2023-09-21parallels: return earlier from parallels_open() function on errorDenis V. Lunev1-9/+5
2023-09-21parallels: return earler in fail_format branch in parallels_open()Denis V. Lunev1-1/+2
2023-09-21parallels: invent parallels_opts_prealloc() helper to parse prealloc optsDenis V. Lunev1-28/+44
2023-09-21parallels: fix memory leak in parallels_open()Denis V. Lunev1-0/+1
2023-09-21parallels: mark driver as supporting CBTDenis V. Lunev1-0/+6
2023-09-21parallels: fix formatting in bdrv_parallels initializationDenis V. Lunev1-17/+19
2023-09-20block: mark aio_poll as non-coroutinePaolo Bonzini1-1/+1
2023-09-20block-backend: process zoned requests in the current AioContextStefan Hajnoczi1-6/+6
2023-09-20block-backend: process I/O in the current AioContextStefan Hajnoczi1-3/+3
2023-09-20test-bdrv-drain: avoid race with BH in IOThread drain testStefan Hajnoczi1-0/+8
2023-09-20block: remove AIOCBInfo->get_aio_context()Stefan Hajnoczi8-57/+10
2023-09-20qemu-img: map: report compressed data blocksAndrey Drobyshev via16-738/+744
2023-09-20block: add BDRV_BLOCK_COMPRESSED flag for bdrv_block_status()Andrey Drobyshev via4-1/+12
2023-09-20block: Mark bdrv_add/del_child() and caller GRAPH_WRLOCKKevin Wolf4-30/+27
2023-09-20block: Mark bdrv_unref_child() GRAPH_WRLOCKKevin Wolf10-8/+50
2023-09-20block: Mark bdrv_root_unref_child() GRAPH_WRLOCKKevin Wolf4-4/+9
2023-09-20block: Take graph rdlock in bdrv_change_aio_context()Kevin Wolf1-0/+4
2023-09-20block: Take graph rdlock in bdrv_drop_intermediate()Kevin Wolf1-0/+2