summaryrefslogtreecommitdiffstats
path: root/qapi
Commit message (Expand)AuthorAgeFilesLines
* block: Add 'x-blockdev-del' QMP commandAlberto Garcia2015-11-111-2/+30
* block: add a 'blockdev-snapshot' QMP commandAlberto Garcia2015-11-111-0/+28
* block: rename BlockdevSnapshot to BlockdevSnapshotSyncAlberto Garcia2015-11-111-4/+4
* blockdev: read-only-mode for blockdev-change-mediumMax Reitz2015-11-111-1/+23
* qmp: Introduce blockdev-change-mediumMax Reitz2015-11-111-0/+23
* blockdev: Add blockdev-insert-mediumMax Reitz2015-11-111-0/+17
* blockdev: Add blockdev-remove-mediumMax Reitz2015-11-111-0/+16
* blockdev: Add blockdev-close-trayMax Reitz2015-11-111-0/+16
* blockdev: Add blockdev-open-trayMax Reitz2015-11-111-0/+32
* qapi-introspect: Document lack of sortingEric Blake2015-11-101-5/+12
* qstring: Make conversion from QObject * accept nullMarkus Armbruster2015-10-291-3/+3
* qfloat qint: Make conversion from QObject * accept nullMarkus Armbruster2015-10-291-10/+14
* qbool: Make conversion from QObject * accept nullMarkus Armbruster2015-10-291-3/+3
* blockdev: Allow creation of BDS trees without BBMax Reitz2015-10-231-4/+9
* block: Remove host floppy supportMax Reitz2015-10-231-5/+4
* qapi: add missing @Marc-André Lureau2015-10-081-1/+1
* utils: rename strtosz to use qemu prefixMarc-André Lureau2015-09-251-2/+2
* qapi-introspect: Hide type namesMarkus Armbruster2015-09-211-8/+4
* qapi: New QMP command query-qmp-schema for QMP introspectionMarkus Armbruster2015-09-211-0/+277
* qapi: Introduce a first class 'any' typeMarkus Armbruster2015-09-214-0/+35
* qapi: Make output visitor return qnull() instead of NULLMarkus Armbruster2015-09-211-2/+6
* crypto: introduce new base module for TLS credentialsDaniel P. Berrange2015-09-151-0/+21
* qcow2: add option to clean unused cache entries after some timeAlberto Garcia2015-09-041-1/+6
* qapi/qmp-event.c: Don't manually include os-win32.h/os-posix.hPeter Maydell2015-08-191-8/+0
* migration: create migration eventJuan Quintela2015-07-071-0/+12
* qmp: Add optional bool "unmap" to drive-mirrorFam Zheng2015-07-021-1/+7
* qapi: Rename 'dirty-bitmap' mode to 'incremental'John Snow2015-07-021-4/+4
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2015-06-251-1/+5
|\
| * vvfat: add a label optionWolfgang Bumiller2015-06-231-1/+5
* | throttle: Fix typo in the documentation of block_set_io_throttleAlberto Garcia2015-06-231-1/+1
|/
* Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster2015-06-222-2/+0
* qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster2015-06-225-58/+58
* qobject: Use 'bool' for qboolEric Blake2015-06-222-2/+2
* qom: Make enum string tables const-correctDaniel P. Berrange2015-06-193-5/+6
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2015-06-121-2/+27
|\
| * throttle: add the name of the ThrottleGroup to BlockDeviceInfoAlberto Garcia2015-06-121-1/+3
| * throttle: Add throttle group supportAlberto Garcia2015-06-121-1/+24
* | qmp/hmp: add rocker device supportScott Feldman2015-06-121-0/+286
|/
* qapi: add dirty bitmap statusJohn Snow2015-05-291-2/+21
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-05-111-0/+14
|\
| * qmp-event: add event notification for memory hot unplug errorZhu Guihua2015-04-271-0/+14
* | docs: update BLOCK_IMAGE_CORRUPTED documentationAlberto Garcia2015-05-081-1/+1
* | qapi: Drop inline nested struct in query-versionEric Blake2015-05-051-7/+19
* | qapi: Use 'struct' instead of 'type' in schemaEric Blake2015-05-054-37/+37
* | qapi: Use 'alternate' to replace anonymous unionEric Blake2015-05-051-4/+2
* | qmp: Add dirty bitmap status field in query-blockJohn Snow2015-04-281-1/+4
* | qmp: add block-dirty-bitmap-clearJohn Snow2015-04-281-0/+14
* | qmp: Add support of "dirty-bitmap" sync mode for drive-backupJohn Snow2015-04-281-4/+10
* | block: Add bitmap successorsJohn Snow2015-04-281-0/+1
* | qmp: Add block-dirty-bitmap-add and block-dirty-bitmap-removeJohn Snow2015-04-281-0/+55
OpenPOWER on IntegriCloud