Age | Commit message (Expand) | Author | Files | Lines |
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 |
2013-08-20 | OptsVisitor: opts_type_uint64(): recognize intervals when LM_IN_PROGRESS | Laszlo Ersek | 1 | -5/+27 |
2013-08-20 | OptsVisitor: rebase opts_type_uint64() to parse_uint_full() | Laszlo Ersek | 1 | -18/+5 |
2013-08-20 | OptsVisitor: opts_type_int(): recognize intervals when LM_IN_PROGRESS | Laszlo Ersek | 1 | -6/+28 |
2013-08-20 | OptsVisitor: introduce list modes for interval flattening | Laszlo Ersek | 1 | -2/+65 |
2013-08-20 | OptsVisitor: introduce basic list modes | Laszlo Ersek | 1 | -10/+35 |
2013-07-29 | qapi: make visit_type_size fallback to type_int | Vasilis Liaskovitis | 1 | -1/+10 |
2013-07-26 | qapi: Anonymous unions | Kevin Wolf | 2 | -0/+23 |
2013-07-26 | qapi: Add consume argument to qmp_input_get_object() | Kevin Wolf | 1 | -9/+10 |
2013-07-26 | qapi: Add visitor for implicit structs | Kevin Wolf | 2 | -0/+30 |
2013-01-30 | qapi: Fix unchecked strdup() by converting to g_strdup() | Markus Armbruster | 1 | -1/+1 |
2013-01-12 | build: move base QAPI files to libqemuutil.a | Paolo Bonzini | 1 | -4/+4 |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini | 4 | -5/+5 |
2012-12-19 | qapi: move include files to include/qobject/ | Paolo Bonzini | 18 | -367/+29 |
2012-12-19 | qapi: make struct Visitor opaque | Paolo Bonzini | 2 | -40/+40 |
2012-12-19 | qapi: remove qapi/qapi-types-core.h | Paolo Bonzini | 6 | -22/+5 |
2012-12-19 | qapi: move inclusions of qemu-common.h from headers to .c files | Paolo Bonzini | 3 | -1/+2 |
2012-12-06 | qapi/qmp-registry.c: Include headers it needs | Eduardo Habkost | 1 | -0/+2 |
2012-11-29 | qapi: fix qapi_dealloc_type_size parameter type | Bruce Rogers | 1 | -1/+1 |
2012-11-26 | qapi: handle visitor->type_size() in QapiDeallocVisitor | Stefan Hajnoczi | 1 | -0/+6 |
2012-10-30 | build: opts-visitor is not really part of QAPI | Paolo Bonzini | 1 | -1/+3 |
2012-08-20 | qapi: Fix memory leak | Stefan Weil | 1 | -1/+1 |
2012-08-13 | error: drop error_get_qobject()/error_set_qobject() | Luiz Capitulino | 1 | -1/+0 |
2012-08-13 | qemu-ga: switch to the new error format on the wire | Luiz Capitulino | 2 | -1/+10 |
2012-07-23 | qapi: introduce OptsVisitor | Laszlo Ersek | 3 | -1/+459 |
2012-07-23 | qapi: introduce "size" type | Laszlo Ersek | 2 | -0/+10 |
2012-07-23 | qapi: fix error propagation | Paolo Bonzini | 1 | -6/+4 |