Age | Commit message (Expand) | Author | Files | Lines |
2014-07-01 | block: extend block-commit to accept a string for the backing file | Jeff Cody | 1 | -2/+18 |
2014-07-01 | block: add QAPI command to allow live backing file change | Jeff Cody | 1 | -0/+26 |
2014-07-01 | qapi: Change back sector-count to sectors-count in quorum QAPI events. | Benoît Canet | 1 | -4/+4 |
2014-07-01 | block: make 'top' argument to block-commit optional | Jeff Cody | 1 | -3/+4 |
2014-06-29 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 1 | -3/+27 |
2014-06-27 | block: Add replaces argument to drive-mirror | Benoît Canet | 1 | -1/+5 |
2014-06-27 | blockjob: Fix recent BLOCK_JOB_ERROR regression | Markus Armbruster | 1 | -1/+1 |
2014-06-27 | blockjob: Fix recent BLOCK_JOB_READY regression | Markus Armbruster | 1 | -1/+14 |
2014-06-27 | virtio-serial: report frontend connection state via monitor | Laszlo Ersek | 1 | -0/+14 |
2014-06-27 | qapi event: clean up in callers | Wenchao Xia | 2 | -3/+4 |
2014-06-27 | qapi: move event defines | Wenchao Xia | 1 | -0/+318 |
2014-06-27 | block: Add node-name argument to drive-mirror | Benoît Canet | 1 | -0/+4 |
2014-06-27 | quorum: Add the rewrite-corrupted parameter to quorum | Benoît Canet | 1 | -1/+4 |
2014-06-24 | Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging | Peter Maydell | 4 | -0/+239 |
2014-06-23 | qapi event: convert other BLOCK_JOB events | Wenchao Xia | 1 | -0/+71 |
2014-06-23 | qapi event: convert BLOCK_IMAGE_CORRUPTED | Wenchao Xia | 1 | -0/+24 |
2014-06-23 | qapi event: convert BLOCK_IO_ERROR and BLOCK_JOB_ERROR | Wenchao Xia | 1 | -0/+39 |
2014-06-23 | qapi event: convert DEVICE_TRAY_MOVED | Wenchao Xia | 1 | -0/+14 |
2014-06-23 | qapi: adjust existing defines | Wenchao Xia | 1 | -0/+16 |
2014-06-23 | qapi: add event helper functions | Wenchao Xia | 2 | -0/+75 |
2014-06-23 | qapi/string-output-visitor: fix human output | Hu Tao | 1 | -1/+1 |
2014-06-19 | qapi/string-output-visitor: fix bugs | Michael S. Tsirkin | 1 | -3/+3 |
2014-06-19 | qapi: fix input visitor bugs | Michael S. Tsirkin | 1 | -5/+4 |
2014-06-19 | qapi: fix build on glib < 2.28 | Michael S. Tsirkin | 2 | -4/+17 |
2014-06-19 | qapi: make string output visitor parse int list | Hu Tao | 1 | -10/+219 |
2014-06-19 | qapi: make string input visitor parse int list | Hu Tao | 1 | -8/+187 |
2014-06-16 | QemuOpts: change opt->name|str from (const char *) to (char *) | Chunyan Liu | 1 | -3/+7 |
2014-06-06 | qapi: Extract qapi/block.json definitions | Benoît Canet | 1 | -0/+159 |
2014-06-06 | qapi: Extract qapi/block-core.json definitions | Benoît Canet | 1 | -0/+1406 |
2014-06-06 | qapi: create two block related json modules | Benoît Canet | 2 | -0/+13 |
2014-06-06 | qapi: Extract qapi/common.json definitions | Benoît Canet | 1 | -0/+89 |
2014-05-28 | qapi: Avoid output visitor crashing if it encounters a NULL value | Marcel Apfelbaum | 1 | -0/+6 |
2014-05-15 | qapi: Replace uncommon use of the error API by the common one | Markus Armbruster | 1 | -130/+101 |
2014-05-15 | qapi: Replace start_optional()/end_optional() by optional() | Markus Armbruster | 4 | -20/+12 |
2014-05-15 | qapi: Remove unused Visitor callbacks start_handle(), end_handle() | Markus Armbruster | 1 | -15/+0 |
2014-05-09 | Revert "qapi: Clean up superfluous null check in qapi_dealloc_type_str()" | Peter Lieven | 1 | -1/+3 |
2014-05-09 | qapi: Clean up fragile use of error_is_set() | Markus Armbruster | 1 | -7/+8 |
2014-05-09 | qapi: Drop redundant, unclean error_is_set() | Markus Armbruster | 1 | -2/+1 |
2014-05-08 | qmp hmp: Consistently name Error * objects err, and not errp | Markus Armbruster | 1 | -3/+3 |
2014-05-08 | qapi: treat all negative return of strtosz_suffix() as error | Amos Kong | 1 | -5/+6 |
2014-04-25 | qerror.h: Remove QERR defines that are only used once | Cole Robinson | 2 | -2/+3 |
2014-03-03 | qapi: Add missing null check to opts_start_struct() | Markus Armbruster | 1 | -1/+3 |
2014-03-03 | qapi: Clean up superfluous null check in qapi_dealloc_type_str() | Markus Armbruster | 1 | -3/+1 |
2014-02-14 | qapi: Refine human printing of sizes | Paolo Bonzini | 1 | -11/+12 |
2014-02-14 | qapi: Add human mode to StringOutputVisitor | Paolo Bonzini | 1 | -3/+52 |
2014-02-14 | qapi: Add size parser to StringInputVisitor | Paolo Bonzini | 1 | -0/+24 |
2013-11-05 | qapi: fix memleak by adding implict struct functions in dealloc visitor | Wenchao Xia | 1 | -0/+20 |
2013-10-10 | qemu-ga: Extend 'guest-info' command to expose flag 'success-response' | Mark Wu | 1 | -0/+5 |
2013-10-10 | qemu-ga: Add interface to traverse the qmp command list by QmpCommand | Mark Wu | 1 | -22/+8 |
2013-08-20 | OptsVisitor: don't try to flatten overlong integer ranges | Laszlo Ersek | 1 | -2/+5 |