summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-18block/vpc: Don't abuse the footer buffer as BAT sector bufferMarkus Armbruster
2020-12-18block/vpc: Make vpc_open() read the full dynamic headerMarkus Armbruster
2020-12-18block/nvme: Implement fake truncate() coroutinePhilippe Mathieu-Daudé
2020-12-18quorum: Implement bdrv_co_pwrite_zeroes()Alberto Garcia
2020-12-18quorum: Implement bdrv_co_block_status()Alberto Garcia
2020-12-18scripts/simplebench: add bench_prealloc.pyVladimir Sementsov-Ogievskiy
2020-12-18simplebench/results_to_text: make executableVladimir Sementsov-Ogievskiy
2020-12-18simplebench/results_to_text: add difference line to the tableVladimir Sementsov-Ogievskiy
2020-12-18simplebench/results_to_text: improve view of the tableVladimir Sementsov-Ogievskiy
2020-12-18simplebench: move results_to_text() into separate fileVladimir Sementsov-Ogievskiy
2020-12-18simplebench: rename ascii() to results_to_text()Vladimir Sementsov-Ogievskiy
2020-12-18scripts/simplebench: use standard deviation for +- errorVladimir Sementsov-Ogievskiy
2020-12-18scripts/simplebench: support iopsVladimir Sementsov-Ogievskiy
2020-12-18scripts/simplebench: fix grammar: s/successed/succeeded/Vladimir Sementsov-Ogievskiy
2020-12-18iotests: add 298 to test new preallocate filter driverVladimir Sementsov-Ogievskiy
2020-12-18iotests.py: execute_setup_common(): add required_fmts argumentVladimir Sementsov-Ogievskiy
2020-12-18iotests: qemu_io_silent: support --image-optsVladimir Sementsov-Ogievskiy
2020-12-18qemu-io: add preallocate mode parameter for truncate commandVladimir Sementsov-Ogievskiy
2020-12-18block: introduce preallocate filterVladimir Sementsov-Ogievskiy
2020-12-18block: bdrv_check_perm(): process children anywayVladimir Sementsov-Ogievskiy
2020-12-18block: introduce BDRV_REQ_NO_WAIT flagVladimir Sementsov-Ogievskiy
2020-12-18block: bdrv_mark_request_serialising: split non-waiting functionVladimir Sementsov-Ogievskiy
2020-12-18block/io: bdrv_wait_serialising_requests_locked: drop extra bs argVladimir Sementsov-Ogievskiy
2020-12-18block/io: split out bdrv_find_conflicting_requestVladimir Sementsov-Ogievskiy
2020-12-18block/io.c: drop assertion on double waiting for request serialisationVladimir Sementsov-Ogievskiy
2020-12-18block: simplify comment to BDRV_REQ_SERIALISINGVladimir Sementsov-Ogievskiy
2020-12-18block: drop tighten_restrictionsVladimir Sementsov-Ogievskiy
2020-12-18block: bdrv_child_set_perm() drop redundant parameters.Vladimir Sementsov-Ogievskiy
2020-12-18block: bdrv_set_perm() drop redundant parameters.Vladimir Sementsov-Ogievskiy
2020-12-18block: add bdrv_refresh_perms() helperVladimir Sementsov-Ogievskiy
2020-12-18Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20201...Peter Maydell
2020-12-18iotests:172: use _filter_qom_pathVladimir Sementsov-Ogievskiy
2020-12-18iotests: make _filter_qom_path more strictVladimir Sementsov-Ogievskiy
2020-12-18MAINTAINERS: add Kevin Wolf as storage daemon maintainerStefan Hajnoczi
2020-12-18docs: add qemu-storage-daemon(1) man pageStefan Hajnoczi
2020-12-18docs: generate qemu-storage-daemon-qmp-ref(7) man pageStefan Hajnoczi
2020-12-18block/nfs: fix int overflow in nfs_client_open_qdictPeter Lieven
2020-12-18hw/block/nand: Decommission the NAND museumPhilippe Mathieu-Daudé
2020-12-18iotests/210: Fix reference outputMax Reitz
2020-12-18linux-user/sparc: Handle tstate in sparc64_get/set_context()Peter Maydell
2020-12-18linux-user/sparc: Don't restore %g7 in sparc64_set_context()Peter Maydell
2020-12-18linux-user/sparc: Remove unneeded checks of 'err' from sparc64_get_context()Peter Maydell
2020-12-18linux-user/sparc: Correct sparc64_get/set_context() FPU handlingPeter Maydell
2020-12-18linux-user: Add most IFTUN ioctlsShu-Chun Weng
2020-12-18linux-user: Implement copy_file_rangeAndreas Schwab
2020-12-18migration: Don't allow migration if vm is in POSTMIGRATETuguoyi
2020-12-18savevm: Delete snapshots just created in case of errorTuguoyi
2020-12-18savevm: Remove dead code in save_snapshot()Tuguoyi
2020-12-18docs/devel/migration: Improve debugging section a bitMarkus Armbruster
2020-12-18virtiofsd: Remove useless code about send_notify_iovAlex Chen