summaryrefslogtreecommitdiffstats
path: root/qapi
Commit message (Expand)AuthorAgeFilesLines
* 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
* | qmp: Ensure consistent granularity typeJohn Snow2015-04-281-1/+1
* | qapi: Add optional field "name" to block dirty bitmapFam Zheng2015-04-281-1/+3
* | block: add 'node-name' field to BLOCK_IMAGE_CORRUPTEDAlberto Garcia2015-04-281-6/+11
* | block/null: Latency simulation by adding new option "latency-ns"Fam Zheng2015-04-281-1/+4
|/
* block: Document blockdev-add's immaturityMarkus Armbruster2015-03-271-0/+4
* block: Fix blockdev-backup not to use funky error classMarkus Armbruster2015-03-191-3/+0
* raw-posix: Deprecate host floppy passthroughMarkus Armbruster2015-03-191-0/+2
* block: Fix block-set-write-threshold not to use funky error classMarkus Armbruster2015-03-161-4/+0
* qcow2: Add refcount_bits to format-specific infoMax Reitz2015-03-101-1/+4
* block: add event when disk usage exceeds thresholdFrancesco Romani2015-02-061-1/+50
OpenPOWER on IntegriCloud