Age | Commit message (Expand) | Author | Files | Lines |
2016-10-25 | qapi: rename *qmp-*-visitor* to *qobject-*-visitor* | Daniel P. Berrange | 1 | -455/+0 |
2016-10-07 | qapi: return a 'missing parameter' error | Marc-André Lureau | 1 | -19/+48 |
2016-10-07 | qapi: assert list entry has a value | Marc-André Lureau | 1 | -0/+1 |
2016-10-07 | qapi: add assert about root value | Marc-André Lureau | 1 | -0/+2 |
2016-10-06 | qapi: Fix crash when 'any' or 'null' parameter is missing | Marc-André Lureau | 1 | -0/+11 |
2016-07-19 | qapi: change QmpInputVisitor to QSLIST | Paolo Bonzini | 1 | -30/+29 |
2016-07-06 | qmp-input-visitor: Favor new visit_free() function | Eric Blake | 1 | -14/+4 |
2016-07-06 | qapi: Add new visit_free() function | Eric Blake | 1 | -0/+8 |
2016-07-06 | qapi: Add parameter to visit_end_* | Eric Blake | 1 | -4/+7 |
2016-05-12 | qapi: Simplify semantics of visit_next_list() | Eric Blake | 1 | -19/+21 |
2016-05-12 | qapi: Split visit_end_struct() into pieces | Eric Blake | 1 | -15/+20 |
2016-05-12 | qmp: Support explicit null during visits | Eric Blake | 1 | -1/+7 |
2016-05-12 | qapi: Add visit_type_null() visitor | Eric Blake | 1 | -0/+6 |
2016-05-12 | qmp-input: Refactor when list is advanced | Eric Blake | 1 | -14/+16 |
2016-05-12 | qmp-input: Require struct push to visit members of top dict | Eric Blake | 1 | -20/+23 |
2016-05-12 | qmp-input: Don't consume input when checking has_member | Eric Blake | 1 | -4/+7 |
2016-05-12 | qapi: Consolidate QMP input visitor creation | Eric Blake | 1 | -11/+2 |
2016-05-12 | qmp-input: Clean up stack handling | Eric Blake | 1 | -16/+35 |
2016-05-12 | qapi: Guarantee NULL obj on input visitor callback error | Eric Blake | 1 | -0/+4 |
2016-05-12 | qapi-visit: Add visitor.type classification | Eric Blake | 1 | -1/+1 |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 1 | -0/+1 |
2016-02-19 | qapi: Change visit_start_implicit_struct to visit_start_alternate | Eric Blake | 1 | -15/+9 |
2016-02-19 | qapi: Adjust layout of FooList types | Eric Blake | 1 | -2/+3 |
2016-02-19 | qapi: Simplify excess input reporting in input visitors | Eric Blake | 1 | -9/+5 |
2016-02-08 | qapi: Drop unused error argument for list and implicit struct | Eric Blake | 1 | -8/+3 |
2016-02-08 | qapi: Tighten qmp_input_end_list() | Eric Blake | 1 | -1/+1 |
2016-02-08 | qapi: Drop unused 'kind' for struct/enum visit | Eric Blake | 1 | -1/+1 |
2016-02-08 | qapi: Swap 'name' in visit_* callbacks to match public API | Eric Blake | 1 | -11/+11 |
2016-02-08 | qapi: Make all visitors supply uint64 callbacks | Eric Blake | 1 | -0/+17 |
2016-02-08 | qapi: Prefer type_int64 over type_int in visitors | Eric Blake | 1 | -3/+3 |
2016-02-04 | qapi: Clean up includes | Peter Maydell | 1 | -0/+1 |
2015-12-17 | qapi: Simplify visits of optional fields | Eric Blake | 1 | -2/+1 |
2015-12-17 | qapi: Fix alternates that accept 'number' but not 'int' | Eric Blake | 1 | -1/+4 |
2015-12-17 | qapi: Simplify visiting of alternate types | Eric Blake | 1 | -2/+2 |
2015-10-29 | qstring: Make conversion from QObject * accept null | Markus Armbruster | 1 | -3/+3 |
2015-10-29 | qfloat qint: Make conversion from QObject * accept null | Markus Armbruster | 1 | -10/+14 |
2015-10-29 | qbool: Make conversion from QObject * accept null | Markus Armbruster | 1 | -3/+3 |
2015-09-21 | qapi: Introduce a first class 'any' type | Markus Armbruster | 1 | -0/+11 |
2015-06-22 | qerror: Clean up QERR_ macros to expand into a single string | Markus Armbruster | 1 | -14/+14 |
2015-06-22 | qobject: Use 'bool' for qbool | Eric Blake | 1 | -1/+1 |
2014-05-15 | qapi: Replace start_optional()/end_optional() by optional() | Markus Armbruster | 1 | -3/+3 |
2014-04-25 | qerror.h: Remove QERR defines that are only used once | Cole Robinson | 1 | -1/+1 |
2013-07-26 | qapi: Anonymous unions | Kevin Wolf | 1 | -0/+14 |
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 | 1 | -0/+14 |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini | 1 | -1/+1 |
2012-12-19 | qapi: move include files to include/qobject/ | Paolo Bonzini | 1 | -4/+4 |
2012-05-14 | qapi: QMP input visitor, handle floats parsed as ints | Michael Roth | 1 | -3/+8 |
2012-04-23 | qapi: g_hash_table_find() instead of GHashTableIter. | NODA, Kai | 1 | -8/+17 |
2012-03-27 | qapi: add strict mode to input visitor | Paolo Bonzini | 1 | -3/+45 |