aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2020-10-05block/nvme: Drop NVMeRegs structure, directly use NvmeBarPhilippe Mathieu-Daudé1-14/+9
2020-10-05block/nvme: Reduce I/O registers scopePhilippe Mathieu-Daudé1-13/+16
2020-10-05block/nvme: Map doorbells pages write-onlyPhilippe Mathieu-Daudé1-10/+19
2020-10-05util/vfio-helpers: Pass page protections to qemu_vfio_pci_map_bar()Philippe Mathieu-Daudé1-1/+2
2020-10-02qcow2: Use L1E_SIZE in qcow2_write_l1_entry()Alberto Garcia1-2/+2
2020-10-02block/export: Move writable to BlockExportOptionsKevin Wolf1-1/+15
2020-10-02block/export: Add query-block-exportsKevin Wolf1-0/+23
2020-10-02block/export: Create BlockBackend in blk_exp_add()Kevin Wolf1-4/+45
2020-10-02block/export: Move blk to BlockExportKevin Wolf1-0/+3
2020-10-02block/export: Add BLOCK_EXPORT_DELETED eventKevin Wolf1-0/+2
2020-10-02block/export: Add block-export-delKevin Wolf2-3/+44
2020-10-02block/export: Move strong user reference to block_exportsKevin Wolf1-0/+6
2020-10-02block/export: Add 'id' option to block-export-addKevin Wolf1-0/+26
2020-10-02block/export: Add blk_exp_close_all(_type)Kevin Wolf1-2/+84
2020-10-02block/export: Allocate BlockExport in blk_exp_add()Kevin Wolf1-1/+17
2020-10-02block/export: Add node-name to BlockExportOptionsKevin Wolf1-3/+3
2020-10-02block/export: Move AioContext from NBDExport to BlockExportKevin Wolf1-0/+2
2020-10-02block/export: Move refcount from NBDExport to BlockExportKevin Wolf1-0/+14
2020-10-02nbd: Add max-connections to nbd-server-startKevin Wolf1-1/+1
2020-10-02block/export: Remove magic from block-export-addKevin Wolf1-3/+10
2020-10-02block/export: Add BlockExport infrastructure and block-export-addKevin Wolf3-0/+51
2020-10-02qapi: Rename BlockExport to BlockExportOptionsKevin Wolf1-3/+3
2020-10-02qapi: Create block-export moduleKevin Wolf1-0/+1
2020-10-02block/sheepdog: Replace magic val by NANOSECONDS_PER_SECOND definitionPhilippe Mathieu-Daudé1-1/+1
2020-09-29qapi: Restrict query-uuid command to machine codePhilippe Mathieu-Daudé1-1/+1
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi6-41/+42
2020-09-16block/file: switch to use qemu_open/qemu_create for improved errorsDaniel P. Berrangé2-15/+9
2020-09-16util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé3-11/+13
2020-09-15block/rbd: add 'namespace' to qemu_rbd_strong_runtime_opts[]Stefano Garzarella1-0/+1
2020-09-15qcow2: Convert qcow2_alloc_cluster_offset() into qcow2_alloc_host_offset()Alberto Garcia3-30/+26
2020-09-15qcow2: Make preallocate_co() resize the image to the correct sizeAlberto Garcia1-0/+1
2020-09-15block/qcow: remove runtime optsJohn Snow1-9/+0
2020-09-15block/rbd: remove runtime_optsJohn Snow1-42/+0
2020-09-15qcow2: Return the original error code in qcow2_co_pwrite_zeroes()Alberto Garcia1-1/+1
2020-09-15qcow2: Make qcow2_free_any_clusters() free only one clusterAlberto Garcia3-9/+9
2020-09-15qcow2: Handle QCowL2Meta on error in preallocate_co()Alberto Garcia1-23/+17
2020-09-15block/vhdx: Support vhdx image only with 512 bytes logical sector sizeSwapnil Ingle1-3/+3
2020-09-15qcow2: Rewrite the documentation of qcow2_alloc_cluster_offset()Alberto Garcia1-10/+14
2020-09-15qcow2: Don't check nb_clusters when removing l2meta from the listAlberto Garcia1-3/+1
2020-09-15qcow2: Fix removal of list members from BDRVQcow2State.cluster_allocsAlberto Garcia1-3/+0
2020-09-15qcow2: Use macros for the L1, refcount and bitmap table entry sizesAlberto Garcia6-83/+94
2020-09-15block/quorum.c: stable children namesLukas Straub1-6/+14
2020-09-11Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell21-329/+622
2020-09-10block/qcow2-cluster: Add missing "fallthrough" annotationThomas Huth1-0/+1
2020-09-10block/nvme: Pair doorbell registersPhilippe Mathieu-Daudé1-3/+6
2020-09-10block/nvme: Use generic NvmeBar structurePhilippe Mathieu-Daudé1-19/+1
2020-09-10block/nvme: Group controller registers in NVMeRegs structurePhilippe Mathieu-Daudé1-23/+25
2020-09-10file-win32: Fix "locking" optionKevin Wolf1-1/+21
2020-09-09trace-events: Fix attribution of trace points to sourceMarkus Armbruster1-3/+2
2020-09-09trace-events: Delete unused trace pointsMarkus Armbruster1-3/+0