summaryrefslogtreecommitdiff
path: root/qapi
AgeCommit message (Expand)AuthorFilesLines
2015-05-11Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-0/+14
2015-05-08docs: update BLOCK_IMAGE_CORRUPTED documentationAlberto Garcia1-1/+1
2015-05-05qapi: Drop inline nested struct in query-versionEric Blake1-7/+19
2015-05-05qapi: Use 'struct' instead of 'type' in schemaEric Blake4-37/+37
2015-05-05qapi: Use 'alternate' to replace anonymous unionEric Blake1-4/+2
2015-04-28qmp: Add dirty bitmap status field in query-blockJohn Snow1-1/+4
2015-04-28qmp: add block-dirty-bitmap-clearJohn Snow1-0/+14
2015-04-28qmp: Add support of "dirty-bitmap" sync mode for drive-backupJohn Snow1-4/+10
2015-04-28block: Add bitmap successorsJohn Snow1-0/+1
2015-04-28qmp: Add block-dirty-bitmap-add and block-dirty-bitmap-removeJohn Snow1-0/+55
2015-04-28qmp: Ensure consistent granularity typeJohn Snow1-1/+1
2015-04-28qapi: Add optional field "name" to block dirty bitmapFam Zheng1-1/+3
2015-04-28block: add 'node-name' field to BLOCK_IMAGE_CORRUPTEDAlberto Garcia1-6/+11
2015-04-28block/null: Latency simulation by adding new option "latency-ns"Fam Zheng1-1/+4
2015-04-27qmp-event: add event notification for memory hot unplug errorZhu Guihua1-0/+14
2015-03-27block: Document blockdev-add's immaturityMarkus Armbruster1-0/+4
2015-03-19block: Fix blockdev-backup not to use funky error classMarkus Armbruster1-3/+0
2015-03-19raw-posix: Deprecate host floppy passthroughMarkus Armbruster1-0/+2
2015-03-16block: Fix block-set-write-threshold not to use funky error classMarkus Armbruster1-4/+0
2015-03-10qcow2: Add refcount_bits to format-specific infoMax Reitz1-1/+4
2015-02-06block: add event when disk usage exceeds thresholdFrancesco Romani1-1/+50
2015-02-06block: add accounting for merged requestsPeter Lieven1-1/+8
2015-01-29qmp: Eliminate silly QERR_COMMAND_NOT_FOUND macroMarkus Armbruster1-1/+2
2015-01-13qmp: Add command 'blockdev-backup'Fam Zheng1-0/+54
2015-01-13qapi: Fix document for BlockStats.node-nameFam Zheng1-1/+1
2014-12-10block/qapi: Add cache information to query-blockKevin Wolf1-1/+19
2014-12-10qmp: Add optional switch "query-nodes" in query-blockstatsFam Zheng1-1/+10
2014-12-10block: Include "node-name" if present in query-blockstatsFam Zheng1-1/+4
2014-11-26-machine vmport=auto: Fix handling of VMWare ioport emulation for xenDon Slutz1-0/+15
2014-11-24Revert "qemu-img info: show nocow info"Kevin Wolf1-4/+1
2014-11-07qapi: Complete BlkdebugEventMax Reitz1-1/+3
2014-11-03blockjob: Add "ready" fieldMax Reitz1-1/+3
2014-10-04qapi: Add corrupt field to ImageInfoSpecificQCow2Max Reitz1-1/+5
2014-09-26qapi: dealloc visitor, implement visit_start_unionMichael Roth1-0/+26
2014-09-26qapi: add visit_start_union and visit_end_unionMichael Roth1-0/+15
2014-09-26trace: [qmp] Add commands to query and control event tracing stateLluĂ­s Vilanova1-0/+65
2014-09-22block: delete cow block driverStefan Hajnoczi1-3/+2
2014-09-22qapi/block-core: Add "new" qcow2 optionsMax Reitz1-1/+78
2014-09-22qapi/block: Add "fatal" to BLOCK_IMAGE_CORRUPTEDMax Reitz1-2/+7
2014-09-22qapi: Sort items in BlockdevOptions definitionFam Zheng1-19/+19
2014-09-22qapi: Sort BlockdevDriver enum data listFam Zheng1-5/+5
2014-09-22block: Introduce "null" driversFam Zheng1-2/+17
2014-09-12qapi: introduce PreallocMode and new PreallocModes full and falloc.Hu Tao1-0/+17
2014-09-11block: extend BLOCK_IO_ERROR with reason stringLuiz Capitulino1-1/+6
2014-09-10block: extend BLOCK_IO_ERROR event with nospace indicatorLuiz Capitulino1-1/+7
2014-09-08rename parse_enum_option to qapi_enum_parse and make it publicPeter Lieven2-1/+35
2014-08-29qapi: add read-pattern enum for quorumLiu Yuan1-1/+19
2014-08-15QMP: Add support for ArchipelagoChrysostomos Nanakos1-1/+34
2014-08-15qemu-img info: show nocow infoChunyan Liu1-1/+4
2014-07-01block: add backing-file option to block-streamJeff Cody1-2/+17