| Commit message (Expand) | Author | Age | Files | Lines |
* | qapi: Fix unchecked strdup() by converting to g_strdup() | Markus Armbruster | 2013-01-30 | 1 | -1/+1 |
* | build: move base QAPI files to libqemuutil.a | Paolo Bonzini | 2013-01-12 | 1 | -4/+4 |
* | misc: move include files to include/qemu/ | Paolo Bonzini | 2012-12-19 | 4 | -5/+5 |
* | qapi: move include files to include/qobject/ | Paolo Bonzini | 2012-12-19 | 18 | -367/+29 |
* | qapi: make struct Visitor opaque | Paolo Bonzini | 2012-12-19 | 2 | -40/+40 |
* | qapi: remove qapi/qapi-types-core.h | Paolo Bonzini | 2012-12-19 | 6 | -22/+5 |
* | qapi: move inclusions of qemu-common.h from headers to .c files | Paolo Bonzini | 2012-12-19 | 3 | -1/+2 |
* | qapi/qmp-registry.c: Include headers it needs | Eduardo Habkost | 2012-12-06 | 1 | -0/+2 |
* | qapi: fix qapi_dealloc_type_size parameter type | Bruce Rogers | 2012-11-29 | 1 | -1/+1 |
* | qapi: handle visitor->type_size() in QapiDeallocVisitor | Stefan Hajnoczi | 2012-11-26 | 1 | -0/+6 |
* | build: opts-visitor is not really part of QAPI | Paolo Bonzini | 2012-10-30 | 1 | -1/+3 |
* | qapi: Fix memory leak | Stefan Weil | 2012-08-20 | 1 | -1/+1 |
* | error: drop error_get_qobject()/error_set_qobject() | Luiz Capitulino | 2012-08-13 | 1 | -1/+0 |
* | qemu-ga: switch to the new error format on the wire | Luiz Capitulino | 2012-08-13 | 2 | -1/+10 |
* | qapi: introduce OptsVisitor | Laszlo Ersek | 2012-07-23 | 3 | -1/+459 |
* | qapi: introduce "size" type | Laszlo Ersek | 2012-07-23 | 2 | -0/+10 |
* | qapi: fix error propagation | Paolo Bonzini | 2012-07-23 | 1 | -6/+4 |
* | qapi: input_type_enum(): fix error message | Luiz Capitulino | 2012-07-13 | 1 | -1/+1 |
* | qmp: do not include monitor.h from qapi-types-core.h | Paolo Bonzini | 2012-06-15 | 1 | -3/+1 |
* | qapi: String visitor, use %f representation for floats | Michael Roth | 2012-06-08 | 1 | -1/+1 |
* | qapi: Add Visitor interfaces for uint*_t and int*_t | Michael Roth | 2012-06-08 | 2 | -0/+155 |
* | build: move qapi/ objects to nested Makefile.objs | Paolo Bonzini | 2012-06-07 | 1 | -0/+3 |
* | qapi: add support for command options | Luiz Capitulino | 2012-05-15 | 3 | -4/+18 |
* | qapi: QMP input visitor, handle floats parsed as ints | Michael Roth | 2012-05-14 | 1 | -3/+8 |
* | qemu-ga: add a whitelist for fsfreeze-safe commands | Michael Roth | 2012-04-30 | 2 | -2/+13 |
* | qapi: g_hash_table_find() instead of GHashTableIter. | NODA, Kai | 2012-04-23 | 1 | -8/+17 |
* | qapi: add strict mode to input visitor | Paolo Bonzini | 2012-03-27 | 2 | -3/+47 |
* | qapi: place outermost object on qiv stack | Paolo Bonzini | 2012-03-27 | 1 | -24/+17 |
* | qapi: untangle next_list | Paolo Bonzini | 2012-03-27 | 1 | -9/+13 |
* | qapi: fix memory leak on error | Paolo Bonzini | 2012-03-27 | 1 | -2/+4 |
* | qapi: fail hard on stack imbalance | Paolo Bonzini | 2012-03-27 | 1 | -4/+1 |
* | qapi: fix double free in qmp_output_visitor_cleanup() | Laszlo Ersek | 2012-03-27 | 1 | -3/+5 |
* | qapi: add string-based visitors | Paolo Bonzini | 2012-02-21 | 4 | -0/+278 |
* | qapi: drop qmp_input_end_optional | Paolo Bonzini | 2012-02-21 | 1 | -5/+0 |
* | qapi: allow sharing enum implementation across visitors | Paolo Bonzini | 2012-02-21 | 4 | -52/+78 |
* | qapi: protect against NULL QObject in qmp_input_get_object | Paolo Bonzini | 2011-12-19 | 1 | -4/+6 |
* | guest agent: add supported command list to guest-info RPC | Michael Roth | 2011-12-12 | 2 | -0/+14 |
* | guest agent: add RPC blacklist command-line option | Michael Roth | 2011-12-12 | 3 | -5/+45 |
* | qapi: Check for negative enum values | Luiz Capitulino | 2011-11-17 | 1 | -1/+1 |
* | qapi: modify visitor code generation for list iteration | Michael Roth | 2011-10-04 | 2 | -6/+18 |
* | qapi: dealloc visitor, support freeing of nested lists | Michael Roth | 2011-10-04 | 1 | -7/+21 |
* | qapi: dealloc visitor, fix premature free and iteration logic | Michael Roth | 2011-10-04 | 1 | -5/+15 |
* | qapi: add code generation support for middle mode | Anthony Liguori | 2011-10-04 | 1 | -0/+3 |
* | Use glib memory allocation and free functions | Anthony Liguori | 2011-08-20 | 4 | -19/+19 |
* | qapi: add QMP dispatch functions | Michael Roth | 2011-07-21 | 2 | -0/+126 |
* | qapi: add QMP command registration/lookup functions | Michael Roth | 2011-07-21 | 2 | -0/+79 |
* | qapi: add QAPI dealloc visitor | Michael Roth | 2011-07-21 | 2 | -0/+173 |
* | qapi: add QMP output visitor | Michael Roth | 2011-07-21 | 2 | -0/+267 |
* | qapi: add QMP input visitor | Michael Roth | 2011-07-21 | 2 | -0/+328 |
* | qapi: add QAPI visitor core | Michael Roth | 2011-07-21 | 3 | -0/+214 |