aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-21Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingStefan Hajnoczi129-231/+251
2023-09-21Merge tag 'pull-parallels-2023-09-20-v2' of https://src.openvz.org/scm/~den/q...Stefan Hajnoczi6-101/+544
2023-09-21Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi50-1033/+1375
2023-09-21Merge tag 'pull-testing-200923-1' of https://gitlab.com/stsquad/qemu into sta...Stefan Hajnoczi20-48/+87
2023-09-21Merge tag 'pull-block-2023-09-01' of https://gitlab.com/hreitz/qemu into stagingStefan Hajnoczi14-171/+418
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-20Merge tag 'pull-loongarch-20230920' of https://gitlab.com/gaosong/qemu into s...Stefan Hajnoczi16-4087/+7386
2023-09-20Merge tag 'hppa-btlb-pull-request' of https://github.com/hdeller/qemu-hppa in...Stefan Hajnoczi11-42/+187
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