summaryrefslogtreecommitdiffstats
path: root/qapi
Commit message (Expand)AuthorAgeFilesLines
* qapi: add read-pattern enum for quorumLiu Yuan2014-08-291-1/+19
* QMP: Add support for ArchipelagoChrysostomos Nanakos2014-08-151-1/+34
* qemu-img info: show nocow infoChunyan Liu2014-08-151-1/+4
* block: add backing-file option to block-streamJeff Cody2014-07-011-2/+17
* block: extend block-commit to accept a string for the backing fileJeff Cody2014-07-011-2/+18
* block: add QAPI command to allow live backing file changeJeff Cody2014-07-011-0/+26
* qapi: Change back sector-count to sectors-count in quorum QAPI events.Benoît Canet2014-07-011-4/+4
* block: make 'top' argument to block-commit optionalJeff Cody2014-07-011-3/+4
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2014-06-291-3/+27
|\
| * block: Add replaces argument to drive-mirrorBenoît Canet2014-06-271-1/+5
| * blockjob: Fix recent BLOCK_JOB_ERROR regressionMarkus Armbruster2014-06-271-1/+1
| * blockjob: Fix recent BLOCK_JOB_READY regressionMarkus Armbruster2014-06-271-1/+14
| * block: Add node-name argument to drive-mirrorBenoît Canet2014-06-271-0/+4
| * quorum: Add the rewrite-corrupted parameter to quorumBenoît Canet2014-06-271-1/+4
* | virtio-serial: report frontend connection state via monitorLaszlo Ersek2014-06-271-0/+14
* | qapi event: clean up in callersWenchao Xia2014-06-272-3/+4
* | qapi: move event definesWenchao Xia2014-06-271-0/+318
|/
* Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell2014-06-244-0/+239
|\
| * qapi event: convert other BLOCK_JOB eventsWenchao Xia2014-06-231-0/+71
| * qapi event: convert BLOCK_IMAGE_CORRUPTEDWenchao Xia2014-06-231-0/+24
| * qapi event: convert BLOCK_IO_ERROR and BLOCK_JOB_ERRORWenchao Xia2014-06-231-0/+39
| * qapi event: convert DEVICE_TRAY_MOVEDWenchao Xia2014-06-231-0/+14
| * qapi: adjust existing definesWenchao Xia2014-06-231-0/+16
| * qapi: add event helper functionsWenchao Xia2014-06-232-0/+75
* | qapi/string-output-visitor: fix human outputHu Tao2014-06-231-1/+1
|/
* qapi/string-output-visitor: fix bugsMichael S. Tsirkin2014-06-191-3/+3
* qapi: fix input visitor bugsMichael S. Tsirkin2014-06-191-5/+4
* qapi: fix build on glib < 2.28Michael S. Tsirkin2014-06-192-4/+17
* qapi: make string output visitor parse int listHu Tao2014-06-191-10/+219
* qapi: make string input visitor parse int listHu Tao2014-06-191-8/+187
* QemuOpts: change opt->name|str from (const char *) to (char *)Chunyan Liu2014-06-161-3/+7
* qapi: Extract qapi/block.json definitionsBenoît Canet2014-06-061-0/+159
* qapi: Extract qapi/block-core.json definitionsBenoît Canet2014-06-061-0/+1406
* qapi: create two block related json modulesBenoît Canet2014-06-062-0/+13
* qapi: Extract qapi/common.json definitionsBenoît Canet2014-06-061-0/+89
* qapi: Avoid output visitor crashing if it encounters a NULL valueMarcel Apfelbaum2014-05-281-0/+6
* qapi: Replace uncommon use of the error API by the common oneMarkus Armbruster2014-05-151-130/+101
* qapi: Replace start_optional()/end_optional() by optional()Markus Armbruster2014-05-154-20/+12
* qapi: Remove unused Visitor callbacks start_handle(), end_handle()Markus Armbruster2014-05-151-15/+0
* Revert "qapi: Clean up superfluous null check in qapi_dealloc_type_str()"Peter Lieven2014-05-091-1/+3
* qapi: Clean up fragile use of error_is_set()Markus Armbruster2014-05-091-7/+8
* qapi: Drop redundant, unclean error_is_set()Markus Armbruster2014-05-091-2/+1
* qmp hmp: Consistently name Error * objects err, and not errpMarkus Armbruster2014-05-081-3/+3
* qapi: treat all negative return of strtosz_suffix() as errorAmos Kong2014-05-081-5/+6
* qerror.h: Remove QERR defines that are only used onceCole Robinson2014-04-252-2/+3
* qapi: Add missing null check to opts_start_struct()Markus Armbruster2014-03-031-1/+3
* qapi: Clean up superfluous null check in qapi_dealloc_type_str()Markus Armbruster2014-03-031-3/+1
* qapi: Refine human printing of sizesPaolo Bonzini2014-02-141-11/+12
* qapi: Add human mode to StringOutputVisitorPaolo Bonzini2014-02-141-3/+52
* qapi: Add size parser to StringInputVisitorPaolo Bonzini2014-02-141-0/+24
OpenPOWER on IntegriCloud