aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-09-16virtiofsd: Reverse req_list before processing itSergio Lopez1-0/+1
2021-09-16tools/virtiofsd: Add fstatfs64 syscall to the seccomp allowlistThomas Huth1-0/+1
2021-09-15Merge remote-tracking branch 'remotes/hreitz/tags/pull-block-2021-09-15' into...Peter Maydell26-217/+855
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-15Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210914-4' in...Peter Maydell85-627/+699
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
2021-09-14tcg/arm: Give enum arm_cond_code_e a typedef and use itRichard Henderson1-68/+68
2021-09-14tcg/arm: Drop inline markersRichard Henderson1-120/+114
2021-09-14tcg/arm: Simplify usage of encode_immRichard Henderson1-64/+77
2021-09-14tcg/arm: Split out tcg_out_ldstmRichard Henderson1-2/+17
2021-09-14tcg/arm: Support armv4t in tcg_out_goto and tcg_out_callRichard Henderson1-15/+34
2021-09-14tcg/arm: Simplify use_armv5t_instructionsRichard Henderson1-7/+1
2021-09-14tcg/arm: Standardize on tcg_out_<branch>_{reg,imm}Richard Henderson1-16/+22
2021-09-14tcg/arm: Remove fallback definition of __ARM_ARCHRichard Henderson1-19/+0
2021-09-14accel/tcg/user-exec: Fix read-modify-write of code on s390 hostsIlya Leoshkevich1-7/+41
2021-09-14user: Remove cpu_get_pic_interrupt() stubsPhilippe Mathieu-Daudé4-18/+1
2021-09-14accel/tcg: Restrict TCGCPUOps::cpu_exec_interrupt() to sysemuPhilippe Mathieu-Daudé2-5/+9