summary refs log tree commit diff stats
path: root/scripts/render_block_graph.py (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-16target/avr: Fix compiler errors (-Werror=enum-conversion)Stefan Weil1-5/+3
2021-09-16hw/vfio: Fix typo in commentsCai Huoqing4-6/+6
2021-09-16intel_iommu: Fix typo in commentsCai Huoqing1-4/+4
2021-09-16target/i386: spelling: occured=>occurred, mininum=>minimumMichael Tokarev2-2/+2
2021-09-15qemu-img: Add -F shorthand to convertEric Blake4-7/+11
2021-09-15qcow2-refcount: check_refblocks(): add separate message for reservedVladimir Sementsov-Ogievskiy2-1/+10
2021-09-15qcow2-refcount: check_refcounts_l1(): check reserved bitsVladimir Sementsov-Ogievskiy2-0/+7
2021-09-15qcow2-refcount: improve style of check_refcounts_l1()Vladimir Sementsov-Ogievskiy1-48/+50
2021-09-15qcow2-refcount: check_refcounts_l2(): check reserved bitsVladimir Sementsov-Ogievskiy2-1/+14
2021-09-15qcow2-refcount: check_refcounts_l2(): check l2_bitmapVladimir Sementsov-Ogievskiy1-2/+26
2021-09-15qcow2-refcount: fix_l2_entry_by_zero(): also zero L2 entry bitmapVladimir Sementsov-Ogievskiy1-3/+15
2021-09-15qcow2-refcount: introduce fix_l2_entry_by_zero()Vladimir Sementsov-Ogievskiy1-27/+60
2021-09-15qcow2: introduce qcow2_parse_compressed_l2_entry() helperVladimir Sementsov-Ogievskiy4-27/+36
2021-09-15qcow2: compressed read: simplify cluster descriptor passingVladimir Sementsov-Ogievskiy3-9/+9
2021-09-15qcow2-refcount: improve style of check_refcounts_l2()Vladimir Sementsov-Ogievskiy1-23/+24
2021-09-15gitlab-ci: Mark manual-only jobs as allow_failurePeter Maydell1-0/+16
2021-09-15qemu-img: Allow target be aligned to sector sizeHanna Reitz1-0/+8
2021-09-15qcow2: handle_dependencies(): relax conflict detectionVladimir Sementsov-Ogievskiy3-3/+17
2021-09-15qcow2: refactor handle_dependencies() loop bodyVladimir Sementsov-Ogievskiy1-21/+28
2021-09-15simplebench: add img_bench_templater.pyVladimir Sementsov-Ogievskiy2-0/+157
2021-09-15block: bdrv_inactivate_recurse(): check for permissions and fix crashVladimir Sementsov-Ogievskiy2-1/+9
2021-09-15tests: add migrate-during-backupVladimir Sementsov-Ogievskiy2-0/+102
2021-09-15block/mirror: fix NULL pointer dereference in mirror_wait_on_conflicts()Stefano Garzarella1-9/+16
2021-09-15iotests/297: Cover tests/Hanna Reitz1-2/+3
2021-09-15mirror-top-perms: Fix AbnormalShutdown pathHanna Reitz1-1/+1
2021-09-15migrate-bitmaps-test: Fix pylint warningsHanna Reitz1-18/+25
2021-09-15migrate-bitmaps-postcopy-test: Fix pylint warningsHanna Reitz1-6/+7
2021-09-15iotests/297: Drop 169 and 199 from the skip listHanna Reitz1-1/+1
2021-09-15iotests: Fix use-{list,dict}-literal warningsHanna Reitz1-2/+2
2021-09-15iotests: Fix unspecified-encoding pylint warningsHanna Reitz2-4/+6
2021-09-15block/iscsi: Do not force-cap *pnumHanna Reitz1-3/+0
2021-09-15block/gluster: Do not force-cap *pnumHanna Reitz1-3/+4
2021-09-15block/file-posix: Do not force-cap *pnumHanna Reitz1-3/+4
2021-09-15block: Clarify that @bytes is no limit on *pnumHanna Reitz1-0/+9
2021-09-15block: block-status cache for data regionsHanna Reitz3-3/+195
2021-09-15block: Drop BDS comment regarding bdrv_append()Hanna Reitz1-6/+0
2021-09-15gluster: Align block-status tailMax Reitz1-0/+16
2021-09-15configure: add missing pc-bios/qemu_vga.ndrv symlink in build treeJohn Arbuckle1-1/+3
2021-09-15spelling: sytem => systemMichael Tokarev2-3/+3
2021-09-15qdev: Complete qdev_init_gpio_out() documentationPhilippe Mathieu-Daudé1-0/+4
2021-09-15hw/i386/acpi-build: Fix a typoPhilippe Mathieu-Daudé1-3/+3
2021-09-15util: Remove redundant checks in the openpty()AlexChen1-4/+3
2021-09-15virtio-gpu: Add gl_flushed callbackVivek Kasireddy1-2/+30
2021-09-15ui/gtk-egl: Wait for the draw signal for dmabuf blobsVivek Kasireddy3-1/+18
2021-09-15ui: Create sync objects and fences only for blobsVivek Kasireddy7-0/+68
2021-09-15ui/egl: Add egl helpers to help with synchronizationVivek Kasireddy3-0/+30
2021-09-15ui/gtk: Create a common release_dmabuf helperVivek Kasireddy3-11/+10
2021-09-15qxl: fix pre-save logicGerd Hoffmann1-1/+1
2021-09-14tcg/arm: More use of the TCGReg enumRichard Henderson1-30/+35
2021-09-14tcg/arm: More use of the ARMInsn enumRichard Henderson1-10/+10