summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* qcow2: Use L1E_SIZE in qcow2_write_l1_entry()Alberto Garcia2020-10-021-2/+2
* block/export: Move writable to BlockExportOptionsKevin Wolf2020-10-021-1/+15
* block/export: Add query-block-exportsKevin Wolf2020-10-021-0/+23
* block/export: Create BlockBackend in blk_exp_add()Kevin Wolf2020-10-021-4/+45
* block/export: Move blk to BlockExportKevin Wolf2020-10-021-0/+3
* block/export: Add BLOCK_EXPORT_DELETED eventKevin Wolf2020-10-021-0/+2
* block/export: Add block-export-delKevin Wolf2020-10-022-3/+44
* block/export: Move strong user reference to block_exportsKevin Wolf2020-10-021-0/+6
* block/export: Add 'id' option to block-export-addKevin Wolf2020-10-021-0/+26
* block/export: Add blk_exp_close_all(_type)Kevin Wolf2020-10-021-2/+84
* block/export: Allocate BlockExport in blk_exp_add()Kevin Wolf2020-10-021-1/+17
* block/export: Add node-name to BlockExportOptionsKevin Wolf2020-10-021-3/+3
* block/export: Move AioContext from NBDExport to BlockExportKevin Wolf2020-10-021-0/+2
* block/export: Move refcount from NBDExport to BlockExportKevin Wolf2020-10-021-0/+14
* nbd: Add max-connections to nbd-server-startKevin Wolf2020-10-021-1/+1
* block/export: Remove magic from block-export-addKevin Wolf2020-10-021-3/+10
* block/export: Add BlockExport infrastructure and block-export-addKevin Wolf2020-10-023-0/+51
* qapi: Rename BlockExport to BlockExportOptionsKevin Wolf2020-10-021-3/+3
* qapi: Create block-export moduleKevin Wolf2020-10-021-0/+1
* block/sheepdog: Replace magic val by NANOSECONDS_PER_SECOND definitionPhilippe Mathieu-Daudé2020-10-021-1/+1
* qapi: Restrict query-uuid command to machine codePhilippe Mathieu-Daudé2020-09-291-1/+1
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-236-41/+42
* block/file: switch to use qemu_open/qemu_create for improved errorsDaniel P. Berrangé2020-09-162-15/+9Star
* util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé2020-09-163-11/+13
* block/rbd: add 'namespace' to qemu_rbd_strong_runtime_opts[]Stefano Garzarella2020-09-151-0/+1
* qcow2: Convert qcow2_alloc_cluster_offset() into qcow2_alloc_host_offset()Alberto Garcia2020-09-153-30/+26Star
* qcow2: Make preallocate_co() resize the image to the correct sizeAlberto Garcia2020-09-151-0/+1
* block/qcow: remove runtime optsJohn Snow2020-09-151-9/+0Star
* block/rbd: remove runtime_optsJohn Snow2020-09-151-42/+0Star
* qcow2: Return the original error code in qcow2_co_pwrite_zeroes()Alberto Garcia2020-09-151-1/+1
* qcow2: Make qcow2_free_any_clusters() free only one clusterAlberto Garcia2020-09-153-9/+9
* qcow2: Handle QCowL2Meta on error in preallocate_co()Alberto Garcia2020-09-151-23/+17Star
* block/vhdx: Support vhdx image only with 512 bytes logical sector sizeSwapnil Ingle2020-09-151-3/+3
* qcow2: Rewrite the documentation of qcow2_alloc_cluster_offset()Alberto Garcia2020-09-151-10/+14
* qcow2: Don't check nb_clusters when removing l2meta from the listAlberto Garcia2020-09-151-3/+1Star
* qcow2: Fix removal of list members from BDRVQcow2State.cluster_allocsAlberto Garcia2020-09-151-3/+0Star
* qcow2: Use macros for the L1, refcount and bitmap table entry sizesAlberto Garcia2020-09-156-83/+94
* block/quorum.c: stable children namesLukas Straub2020-09-151-6/+14
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2020-09-1121-329/+622
|\
| * block/qcow2-cluster: Add missing "fallthrough" annotationThomas Huth2020-09-101-0/+1
| * block/nvme: Pair doorbell registersPhilippe Mathieu-Daudé2020-09-101-3/+6
| * block/nvme: Use generic NvmeBar structurePhilippe Mathieu-Daudé2020-09-101-19/+1Star
| * block/nvme: Group controller registers in NVMeRegs structurePhilippe Mathieu-Daudé2020-09-101-23/+25
| * file-win32: Fix "locking" optionKevin Wolf2020-09-101-1/+21
| * block: Leave BDS.backing_{file,format} constantMax Reitz2020-09-071-3/+5
| * block: Inline bdrv_co_block_status_from_*()Max Reitz2020-09-079-46/+22Star
| * commit: Deal with filtersMax Reitz2020-09-073-27/+76
| * backup: Deal with filtersMax Reitz2020-09-072-5/+6
| * mirror: Deal with filtersMax Reitz2020-09-071-27/+91
| * block-copy: Use CAF to find sync=top baseMax Reitz2020-09-071-2/+2