aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-18block/vpc: Make vpc_open() read the full dynamic headerMarkus Armbruster1-4/+4
2020-12-18block/nvme: Implement fake truncate() coroutinePhilippe Mathieu-Daudé1-0/+24
2020-12-18quorum: Implement bdrv_co_pwrite_zeroes()Alberto Garcia3-2/+53
2020-12-18quorum: Implement bdrv_co_block_status()Alberto Garcia4-0/+268
2020-12-18scripts/simplebench: add bench_prealloc.pyVladimir Sementsov-Ogievskiy1-0/+132
2020-12-18simplebench/results_to_text: make executableVladimir Sementsov-Ogievskiy1-0/+14
2020-12-18simplebench/results_to_text: add difference line to the tableVladimir Sementsov-Ogievskiy1-7/+60
2020-12-18simplebench/results_to_text: improve view of the tableVladimir Sementsov-Ogievskiy1-1/+12
2020-12-18simplebench: move results_to_text() into separate fileVladimir Sementsov-Ogievskiy4-33/+52
2020-12-18simplebench: rename ascii() to results_to_text()Vladimir Sementsov-Ogievskiy3-7/+7
2020-12-18scripts/simplebench: use standard deviation for +- errorVladimir Sementsov-Ogievskiy1-5/+6
2020-12-18scripts/simplebench: support iopsVladimir Sementsov-Ogievskiy1-10/+28
2020-12-18scripts/simplebench: fix grammar: s/successed/succeeded/Vladimir Sementsov-Ogievskiy1-6/+6
2020-12-18iotests: add 298 to test new preallocate filter driverVladimir Sementsov-Ogievskiy3-0/+192
2020-12-18iotests.py: execute_setup_common(): add required_fmts argumentVladimir Sementsov-Ogievskiy1-1/+8
2020-12-18iotests: qemu_io_silent: support --image-optsVladimir Sementsov-Ogievskiy1-1/+6
2020-12-18qemu-io: add preallocate mode parameter for truncate commandVladimir Sementsov-Ogievskiy1-14/+32
2020-12-18block: introduce preallocate filterVladimir Sementsov-Ogievskiy4-1/+605
2020-12-18block: bdrv_check_perm(): process children anywayVladimir Sementsov-Ogievskiy1-2/+5
2020-12-18block: introduce BDRV_REQ_NO_WAIT flagVladimir Sementsov-Ogievskiy2-2/+18
2020-12-18block: bdrv_mark_request_serialising: split non-waiting functionVladimir Sementsov-Ogievskiy3-14/+26
2020-12-18block/io: bdrv_wait_serialising_requests_locked: drop extra bs argVladimir Sementsov-Ogievskiy1-5/+5
2020-12-18block/io: split out bdrv_find_conflicting_requestVladimir Sementsov-Ogievskiy1-30/+41
2020-12-18block/io.c: drop assertion on double waiting for request serialisationVladimir Sementsov-Ogievskiy1-10/+1
2020-12-18block: simplify comment to BDRV_REQ_SERIALISINGVladimir Sementsov-Ogievskiy1-10/+1
2020-12-18block: drop tighten_restrictionsVladimir Sementsov-Ogievskiy1-72/+17
2020-12-18block: bdrv_child_set_perm() drop redundant parameters.Vladimir Sementsov-Ogievskiy1-11/+4
2020-12-18block: bdrv_set_perm() drop redundant parameters.Vladimir Sementsov-Ogievskiy1-14/+15
2020-12-18block: add bdrv_refresh_perms() helperVladimir Sementsov-Ogievskiy1-30/+31
2020-12-18gitlab-ci: Archive logs of acceptance testsWainer dos Santos Moschetta1-0/+4
2020-12-18gitlab-ci: Refactor code that show logs of failed acceptancesWainer dos Santos Moschetta1-1/+2
2020-12-18tests/acceptance: Bump avocado requirements to 83.0Wainer dos Santos Moschetta1-1/+1
2020-12-18Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20201...Peter Maydell20-307/+434
2020-12-18fuzz: fix the generic-fuzz-floppy configAlexander Bulekov1-2/+2
2020-12-18fuzz: Add more i386 configurations for fuzzingAlexander Bulekov1-0/+80
2020-12-18iotests:172: use _filter_qom_pathVladimir Sementsov-Ogievskiy2-77/+77
2020-12-18iotests: make _filter_qom_path more strictVladimir Sementsov-Ogievskiy2-29/+29
2020-12-18MAINTAINERS: add Kevin Wolf as storage daemon maintainerStefan Hajnoczi1-0/+9
2020-12-18docs: add qemu-storage-daemon(1) man pageStefan Hajnoczi3-0/+151
2020-12-18docs: generate qemu-storage-daemon-qmp-ref(7) man pageStefan Hajnoczi5-0/+20
2020-12-18block/nfs: fix int overflow in nfs_client_open_qdictPeter Lieven1-1/+1
2020-12-18hw/block/nand: Decommission the NAND museumPhilippe Mathieu-Daudé1-11/+1
2020-12-18iotests/210: Fix reference outputMax Reitz1-1/+1
2020-12-18linux-user/sparc: Handle tstate in sparc64_get/set_context()Peter Maydell3-12/+24
2020-12-18linux-user/sparc: Don't restore %g7 in sparc64_set_context()Peter Maydell1-1/+1
2020-12-18linux-user/sparc: Remove unneeded checks of 'err' from sparc64_get_context()Peter Maydell1-4/+0
2020-12-18linux-user/sparc: Correct sparc64_get/set_context() FPU handlingPeter Maydell2-32/+46
2020-12-18linux-user: Add most IFTUN ioctlsShu-Chun Weng3-0/+115
2020-12-18linux-user: Implement copy_file_rangeAndreas Schwab1-0/+42
2020-12-18migration: Don't allow migration if vm is in POSTMIGRATETuguoyi1-0/+6