aboutsummaryrefslogtreecommitdiff
path: root/qapi
AgeCommit message (Expand)Author
2014-12-10block/qapi: Add cache information to query-blockKevin Wolf
2014-12-10qmp: Add optional switch "query-nodes" in query-blockstatsFam Zheng
2014-12-10block: Include "node-name" if present in query-blockstatsFam Zheng
2014-11-26-machine vmport=auto: Fix handling of VMWare ioport emulation for xenDon Slutz
2014-11-24Revert "qemu-img info: show nocow info"Kevin Wolf
2014-11-07qapi: Complete BlkdebugEventMax Reitz
2014-11-03blockjob: Add "ready" fieldMax Reitz
2014-10-04qapi: Add corrupt field to ImageInfoSpecificQCow2Max Reitz
2014-09-26qapi: dealloc visitor, implement visit_start_unionMichael Roth
2014-09-26qapi: add visit_start_union and visit_end_unionMichael Roth
2014-09-26trace: [qmp] Add commands to query and control event tracing stateLluís Vilanova
2014-09-22block: delete cow block driverStefan Hajnoczi
2014-09-22qapi/block-core: Add "new" qcow2 optionsMax Reitz
2014-09-22qapi/block: Add "fatal" to BLOCK_IMAGE_CORRUPTEDMax Reitz
2014-09-22qapi: Sort items in BlockdevOptions definitionFam Zheng
2014-09-22qapi: Sort BlockdevDriver enum data listFam Zheng
2014-09-22block: Introduce "null" driversFam Zheng
2014-09-12qapi: introduce PreallocMode and new PreallocModes full and falloc.Hu Tao
2014-09-11block: extend BLOCK_IO_ERROR with reason stringLuiz Capitulino
2014-09-10block: extend BLOCK_IO_ERROR event with nospace indicatorLuiz Capitulino
2014-09-08rename parse_enum_option to qapi_enum_parse and make it publicPeter Lieven
2014-08-29qapi: add read-pattern enum for quorumLiu Yuan
2014-08-15QMP: Add support for ArchipelagoChrysostomos Nanakos
2014-08-15qemu-img info: show nocow infoChunyan Liu
2014-07-01block: add backing-file option to block-streamJeff Cody
2014-07-01block: extend block-commit to accept a string for the backing fileJeff Cody
2014-07-01block: add QAPI command to allow live backing file changeJeff Cody
2014-07-01qapi: Change back sector-count to sectors-count in quorum QAPI events.Benoît Canet
2014-07-01block: make 'top' argument to block-commit optionalJeff Cody
2014-06-29Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2014-06-27block: Add replaces argument to drive-mirrorBenoît Canet
2014-06-27blockjob: Fix recent BLOCK_JOB_ERROR regressionMarkus Armbruster
2014-06-27blockjob: Fix recent BLOCK_JOB_READY regressionMarkus Armbruster
2014-06-27virtio-serial: report frontend connection state via monitorLaszlo Ersek
2014-06-27qapi event: clean up in callersWenchao Xia
2014-06-27qapi: move event definesWenchao Xia
2014-06-27block: Add node-name argument to drive-mirrorBenoît Canet
2014-06-27quorum: Add the rewrite-corrupted parameter to quorumBenoît Canet
2014-06-24Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell
2014-06-23qapi event: convert other BLOCK_JOB eventsWenchao Xia
2014-06-23qapi event: convert BLOCK_IMAGE_CORRUPTEDWenchao Xia
2014-06-23qapi event: convert BLOCK_IO_ERROR and BLOCK_JOB_ERRORWenchao Xia
2014-06-23qapi event: convert DEVICE_TRAY_MOVEDWenchao Xia
2014-06-23qapi: adjust existing definesWenchao Xia
2014-06-23qapi: add event helper functionsWenchao Xia
2014-06-23qapi/string-output-visitor: fix human outputHu Tao
2014-06-19qapi/string-output-visitor: fix bugsMichael S. Tsirkin
2014-06-19qapi: fix input visitor bugsMichael S. Tsirkin
2014-06-19qapi: fix build on glib < 2.28Michael S. Tsirkin
2014-06-19qapi: make string output visitor parse int listHu Tao