summaryrefslogtreecommitdiff
path: root/qapi
AgeCommit message (Expand)Author
2016-07-18trace: Add QAPI/QMP interfaces to query and control per-vCPU tracing stateLluĂ­s Vilanova
2016-07-13block: Remove BB options from blockdev-addKevin Wolf
2016-07-13block/qdev: Allow configuring rerror/werror with qdev propertiesKevin Wolf
2016-07-13blockjob: Update description of the 'device' field in the QMP APIAlberto Garcia
2016-07-13commit: Add 'job-id' parameter to 'block-commit'Alberto Garcia
2016-07-13stream: Add 'job-id' parameter to 'block-stream'Alberto Garcia
2016-07-13backup: Add 'job-id' parameter to 'blockdev-backup' and 'drive-backup'Alberto Garcia
2016-07-13mirror: Add 'job-id' parameter to 'blockdev-mirror' and 'drive-mirror'Alberto Garcia
2016-07-06Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-07-06' into ...Peter Maydell
2016-07-06qapi: Add new clone visitorEric Blake
2016-07-06qapi: Add new visit_complete() functionEric Blake
2016-07-06qmp-output-visitor: Favor new visit_free() functionEric Blake
2016-07-06string-output-visitor: Favor new visit_free() functionEric Blake
2016-07-06qmp-input-visitor: Favor new visit_free() functionEric Blake
2016-07-06string-input-visitor: Favor new visit_free() functionEric Blake
2016-07-06opts-visitor: Favor new visit_free() functionEric Blake
2016-07-06qapi: Add new visit_free() functionEric Blake
2016-07-06qapi: Add parameter to visit_end_*Eric Blake
2016-07-06qapi: Improve use of qmp/types.hEric Blake
2016-07-05Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2016-07-05Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2016-07-05blkdebug: Set request_alignment during .bdrv_refresh_limits()Eric Blake
2016-07-04crypto: implement sha224, sha384, sha512 and ripemd160 hashesDaniel P. Berrange
2016-07-04range: Eliminate direct Range member accessMarkus Armbruster
2016-06-30qapi: Simplify use of range.hEric Blake
2016-06-07all: Remove unnecessary glib.h includesPeter Maydell
2016-05-12Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2016-05-12qmp: add monitor command to add/remove a childWen Congyang
2016-05-12qapi: Change visit_type_FOO() to no longer return partial objectsEric Blake
2016-05-12qapi: Simplify semantics of visit_next_list()Eric Blake
2016-05-12qapi: Fix string input visitor handling of invalid listEric Blake
2016-05-12qapi: Split visit_end_struct() into piecesEric Blake
2016-05-12qmp: Tighten output visitor rulesEric Blake
2016-05-12qmp: Support explicit null during visitsEric Blake
2016-05-12qapi: Add visit_type_null() visitorEric Blake
2016-05-12qapi: Document visitor interfaces, add assertionsEric Blake
2016-05-12qmp-input: Refactor when list is advancedEric Blake
2016-05-12qmp-input: Require struct push to visit members of top dictEric Blake
2016-05-12qmp-input: Don't consume input when checking has_memberEric Blake
2016-05-12qapi: Consolidate QMP input visitor creationEric Blake
2016-05-12qmp-input: Clean up stack handlingEric Blake
2016-05-12qmp: Drop dead command->typeEric Blake
2016-05-12qapi: Guarantee NULL obj on input visitor callback errorEric Blake
2016-05-12qapi-visit: Add visitor.type classificationEric Blake
2016-04-29qapi: Don't pass NULL to printf in string input visitorEric Blake
2016-03-30block: add generic full disk encryption driverDaniel P. Berrange
2016-03-30block: Remove cache.writeback from blockdev-addKevin Wolf
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-18Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-03-18' into ...Peter Maydell