aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-11block: introduce BDRV_MAX_LENGTHVladimir Sementsov-Ogievskiy8-14/+90
2020-12-11block/io: bdrv_check_byte_request(): drop bdrv_is_inserted()Vladimir Sementsov-Ogievskiy1-13/+12
2020-12-11block/io: bdrv_refresh_limits(): use ERRP_GUARDVladimir Sementsov-Ogievskiy1-4/+3
2020-12-11block/file-posix: fix workaround in raw_do_pwrite_zeroes()Vladimir Sementsov-Ogievskiy1-1/+0
2020-12-11can-host: Fix crash when 'canbus' property is not setKevin Wolf1-0/+5
2020-12-11iotests/221: Discard image before qemu-img mapMax Reitz2-8/+13
2020-12-11file-posix: check the use_lock before setting the file lockLi Feng1-1/+1
2020-12-11iotests/308: Add test for FUSE exportsMax Reitz3-0/+437
2020-12-11iotests: Enable fuse for many testsMax Reitz75-75/+75
2020-12-11iotests: Allow testing FUSE exportsMax Reitz3-1/+134
2020-12-11iotests: Give access to the qemu-storage-daemonMax Reitz2-0/+28
2020-12-11storage-daemon: Call bdrv_close_all() on exitMax Reitz1-0/+3
2020-12-11iotests/287: Clean up subshell test imageMax Reitz1-2/+2
2020-12-11iotests: Let _make_test_img guess $TEST_IMG_FILEMax Reitz1-3/+37
2020-12-11iotests: Restrict some Python tests to fileMax Reitz2-2/+4
2020-12-11iotests/091: Use _cleanup_qemu instad of "wait"Max Reitz1-1/+2
2020-12-11iotests: Derive image names from $TEST_IMGMax Reitz4-9/+7
2020-12-11iotests/046: Avoid renaming imagesMax Reitz2-3/+4
2020-12-11iotests: Use convert -n in some casesMax Reitz4-11/+10
2020-12-11iotests: Do not pipe _make_test_imgMax Reitz2-5/+24
2020-12-11iotests: Do not needlessly filter _make_test_imgMax Reitz3-12/+12
2020-12-11fuse: Implement hole detection through lseekMax Reitz4-1/+106
2020-12-11fuse: (Partially) implement fallocate()Max Reitz1-0/+84
2020-12-11fuse: Allow growable exportsMax Reitz2-9/+41
2020-12-11fuse: Implement standard FUSE operationsMax Reitz1-0/+242
2020-12-11fuse: Allow exporting BDSs via FUSEMax Reitz7-2/+359
2020-12-11meson: Detect libfuseMax Reitz3-0/+15
2020-12-11block/iscsi: Use lock guard macrosGan Qixin1-26/+24
2020-12-11block/throttle-groups: Use lock guard macrosGan Qixin1-25/+23
2020-12-11block/curl: Use lock guard macrosGan Qixin1-14/+14
2020-12-11block/accounting: Use lock guard macrosGan Qixin1-17/+15
2020-12-11Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell151-1768/+2879
2020-12-11Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell11-7/+151
2020-12-10i386/cpu: Make the Intel PT LIP feature configurableLuwei Kang2-1/+34
2020-12-10sev: add sev-inject-launch-secretTobin Feldman-Fitzthum8-4/+114
2020-12-10qom: code hardening - have bound checking while looping with integer valueAni Sinha1-2/+3
2020-12-10scripts: kernel-doc: remove unnecessary change wrt LinuxPaolo Bonzini1-1/+1
2020-12-10Revert "docs: temporarily disable the kernel-doc extension"Paolo Bonzini1-3/+0
2020-12-10scripts: kernel-doc: use :c:union when neededMauro Carvalho Chehab1-1/+5
2020-12-10scripts: kernel-doc: split typedef complex regexMauro Carvalho Chehab1-5/+9
2020-12-10scripts: kernel-doc: fix typedef parsingMauro Carvalho Chehab1-2/+3
2020-12-10Revert "kernel-doc: Handle function typedefs that return pointers"Paolo Bonzini1-2/+2
2020-12-10Revert "kernel-doc: Handle function typedefs without asterisks"Paolo Bonzini1-1/+1
2020-12-10scripts: kernel-doc: try to use c:function if possibleMauro Carvalho Chehab1-9/+14
2020-12-10scripts: kernel-doc: fix line number handlingMauro Carvalho Chehab1-2/+4
2020-12-10scripts: kernel-doc: allow passing desired Sphinx C domain dialectMauro Carvalho Chehab2-8/+48
2020-12-10scripts: kernel-doc: don't mangle with parameter listMauro Carvalho Chehab1-12/+14
2020-12-10scripts: kernel-doc: fix typedef identificationMauro Carvalho Chehab1-23/+41
2020-12-10scripts: kernel-doc: reimplement -nofunction argumentMauro Carvalho Chehab1-23/+21
2020-12-10scripts: kernel-doc: fix troubles with line countsMauro Carvalho Chehab1-3/+4