summaryrefslogtreecommitdiffstats
path: root/qapi/block-core.json
Commit message (Expand)AuthorAgeFilesLines
* block: drop BLK_PERM_GRAPH_MODVladimir Sementsov-Ogievskiy2022-01-141-5/+2Star
* nbd: allow reconnect on open, with corresponding new optionsVladimir Sementsov-Ogievskiy2021-12-211-1/+8
* qapi: deprecate drive-backupVladimir Sementsov-Ogievskiy2021-11-091-1/+4
* docs: remove non-reference uses of single backticksJohn Snow2021-11-081-2/+2
* Merge remote-tracking branch 'remotes/kwolf/tags/for-upstream' into stagingRichard Henderson2021-11-031-0/+7
|\
| * file-posix: add `aio-max-batch` optionStefano Garzarella2021-11-021-0/+7
* | vmdk: allow specification of tools versionThomas Weißschuh2021-11-021-0/+3
|/
* qapi: Mark unstable QMP parts with feature 'unstable'Markus Armbruster2021-10-291-33/+90
* qapi: Add spaces after symbol declaration for consistencyJohn Snow2021-10-021-0/+1
* qapi: Convert simple union ImageInfoSpecific to flat oneMarkus Armbruster2021-09-271-7/+52
* qapi: publish copy-before-write filterVladimir Sementsov-Ogievskiy2021-09-011-2/+23
* qapi: make 'if' condition strings simple identifiersMarc-André Lureau2021-08-261-17/+17
* qemu-img: Make unallocated part of backing chain obvious in mapEric Blake2021-07-121-2/+5
* block: Make blockdev-reopen stable APIAlberto Garcia2021-07-091-3/+3
* block: Support multiple reopening with x-blockdev-reopenAlberto Garcia2021-07-091-8/+10
* block/rbd: Add support for rbd image encryptionOr Ozeri2021-07-091-2/+108
* block/ssh: add support for sha256 host key fingerprintsDaniel P. Berrangé2021-06-301-1/+2
* block: feature detection for host block supportJoelle van Dyne2021-06-251-4/+10
* block: Drop the sheepdog block driverMarkus Armbruster2021-05-121-92/+1Star
* block: Remove monitor command block_passwdMarkus Armbruster2021-03-231-14/+0Star
* qapi/qom: Add ObjectOptions for throttle-groupKevin Wolf2021-03-191-0/+27
* block: remove 'dirty-bitmaps' field from 'BlockInfo' structDaniel P. Berrangé2021-03-181-10/+1Star
* block: remove dirty bitmaps 'status' fieldDaniel P. Berrangé2021-03-181-45/+0Star
* block: remove 'encryption_key_missing' flag from QAPIDaniel P. Berrangé2021-03-181-8/+0Star
* qapi: backup: disable copy_range by defaultVladimir Sementsov-Ogievskiy2021-01-261-1/+1
* qapi: backup: add max-chunk and max-workers to x-perf structVladimir Sementsov-Ogievskiy2021-01-261-1/+12
* qapi: backup: add perf.use-copy-range parameterVladimir Sementsov-Ogievskiy2021-01-261-1/+16
* qapi: block-stream: add "bottom" argumentVladimir Sementsov-Ogievskiy2021-01-261-4/+8
* qapi: copy-on-read filter: add 'bottom' optionAndrey Shinkevich2021-01-261-1/+19
* qapi: add filter-node-name to block-streamAndrey Shinkevich2021-01-261-0/+6
* block: introduce preallocate filterVladimir Sementsov-Ogievskiy2020-12-181-1/+19
* qapi: Normalize version references x.y.0 to just x.yMarkus Armbruster2020-12-101-14/+14
* block: Remove unused BlockDeviceMapEntryMarkus Armbruster2020-11-091-29/+0Star
* qapi/block-core: Improve MapEntry documentationMax Reitz2020-11-091-5/+13
* nbd: Add 'qemu-nbd -A' to expose allocation depthEric Blake2020-10-301-2/+5
* block/nvme: Add driver statistics for access alignment and hw errorsPhilippe Mathieu-Daudé2020-10-231-1/+23
* block: Convert 'block_resize' to coroutineKevin Wolf2020-10-091-1/+2
* replay: introduce info hmp/qmp commandPavel Dovgalyuk2020-10-061-1/+2
* migration: introduce icount field for snapshotsPavel Dovgalyuk2020-10-061-2/+8
* qapi: Create block-export moduleKevin Wolf2020-10-021-166/+0Star
* qapi: Use rST markup for literal blocksPeter Maydell2020-09-291-7/+9
* qapi: Fix doc comment indentation againPeter Maydell2020-09-291-2/+2
* qapi/: fix some comment spelling errorszhaolichang2020-09-171-2/+2
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2020-09-111-24/+34
|\
| * blockdev: Fix active commit choiceMax Reitz2020-09-071-19/+20
| * mirror: Deal with filtersMax Reitz2020-09-071-2/+4
| * stream: Deal with filtersMax Reitz2020-09-071-3/+10
* | qapi/block-core.json: Fix nbd-server-start docsPeter Maydell2020-09-071-3/+3
* | qapi: Fix indentation, againPeter Maydell2020-09-071-4/+4
|/
* qapi/block-core.json: Remove stale description of 'blockdev-add'Kashyap Chamarthy2020-09-031-3/+1Star