aboutsummaryrefslogtreecommitdiff
path: root/qapi/block-core.json
AgeCommit message (Expand)Author
2020-10-30nbd: Add 'qemu-nbd -A' to expose allocation depthEric Blake
2020-10-23block/nvme: Add driver statistics for access alignment and hw errorsPhilippe Mathieu-Daudé
2020-10-09block: Convert 'block_resize' to coroutineKevin Wolf
2020-10-06replay: introduce info hmp/qmp commandPavel Dovgalyuk
2020-10-06migration: introduce icount field for snapshotsPavel Dovgalyuk
2020-10-02qapi: Create block-export moduleKevin Wolf
2020-09-29qapi: Use rST markup for literal blocksPeter Maydell
2020-09-29qapi: Fix doc comment indentation againPeter Maydell
2020-09-17qapi/: fix some comment spelling errorszhaolichang
2020-09-11Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2020-09-07qapi/block-core.json: Fix nbd-server-start docsPeter Maydell
2020-09-07qapi: Fix indentation, againPeter Maydell
2020-09-07blockdev: Fix active commit choiceMax Reitz
2020-09-07mirror: Deal with filtersMax Reitz
2020-09-07stream: Deal with filtersMax Reitz
2020-09-03qapi/block-core.json: Remove stale description of 'blockdev-add'Kashyap Chamarthy
2020-08-25qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bitAlberto Garcia
2020-08-03schemas: Add vim modelineAndrea Bolognani
2020-08-03qapi: Delete unwanted indentation of top-level expressionsMarkus Armbruster
2020-07-17Remove VXHS block deviceMarc-André Lureau
2020-07-14file-posix: Mitigate file fragmentation with extent size hintsKevin Wolf
2020-07-06block/qcow2: implement blockdev-amendMaxim Levitsky
2020-07-06block/crypto: implement blockdev-amendMaxim Levitsky
2020-07-06block/core: add generic infrastructure for x-blockdev-amend qmp commandMaxim Levitsky
2020-05-28qcow2: Expose bitmaps' size during measureEric Blake
2020-05-13qcow2: add zstd cluster compressionDenis Plotnikov
2020-05-13qcow2: introduce compression type featureDenis Plotnikov
2020-03-17qapi: Mark deprecated QMP parts with feature 'deprecated'Markus Armbruster
2020-03-11qapi: Add '@allow-write-only-overlay' feature for 'blockdev-snapshot'Peter Krempa
2020-03-06block/rbd: Add support for ceph namespacesFlorian Florensa
2020-03-06qemu-storage-daemon: Add --export optionKevin Wolf
2020-03-06blockdev-nbd: Boxed argument type for nbd-server-addKevin Wolf
2020-03-06qemu-storage-daemon: Add --nbd-server optionKevin Wolf
2020-03-06block: Move sysemu QMP commands to QAPI block moduleKevin Wolf
2020-03-06block: Move common QMP commands to block-core QAPI moduleKevin Wolf
2020-02-20qapi: Allow getting flat output from 'query-named-block-nodes'Peter Krempa
2020-02-18commit: Expose on-error option in QMPKevin Wolf
2020-02-18qapi: Document meaning of 'ignore' BlockdevOnError for jobsKevin Wolf
2020-02-15qapi: Add blank lines before bulleted listsPeter Maydell
2020-02-15qapi: Use explicit bulleted listsPeter Maydell
2020-02-15qapi: Remove hardcoded tabsPeter Maydell
2020-02-15qapi: Fix indent level on doc comments in json filesPeter Maydell
2020-02-15qapi: Fix incorrect "Not documented" claims in QMP documentationPeter Maydell
2020-02-15qapi/block-core.json: Use literal block for ascii artPeter Maydell
2020-01-30qapi/block-core: add option for io_uringAarushi Mehta
2020-01-06block: introduce compress filter driverAndrey Shinkevich
2020-01-06blkdebug: Allow taking/unsharing permissionsMax Reitz
2019-12-18qapi: better document NVMe blockdev @device parameterDaniel P. Berrangé
2019-11-18bitmap: Enforce maximum bitmap name lengthEric Blake
2019-10-25qapi: add support for blkreplay driverPavel Dovgalyuk