Age | Commit message (Expand) | Author |
2012-06-08 | qapi: String visitor, use %f representation for floats | Michael Roth |
2012-06-08 | qapi: Add Visitor interfaces for uint*_t and int*_t | Michael Roth |
2012-06-07 | build: move qapi/ objects to nested Makefile.objs | Paolo Bonzini |
2012-05-15 | qapi: add support for command options | Luiz Capitulino |
2012-05-14 | qapi: QMP input visitor, handle floats parsed as ints | Michael Roth |
2012-04-30 | qemu-ga: add a whitelist for fsfreeze-safe commands | Michael Roth |
2012-04-23 | qapi: g_hash_table_find() instead of GHashTableIter. | NODA, Kai |
2012-03-27 | qapi: add strict mode to input visitor | Paolo Bonzini |
2012-03-27 | qapi: place outermost object on qiv stack | Paolo Bonzini |
2012-03-27 | qapi: untangle next_list | Paolo Bonzini |
2012-03-27 | qapi: fix memory leak on error | Paolo Bonzini |
2012-03-27 | qapi: fail hard on stack imbalance | Paolo Bonzini |
2012-03-27 | qapi: fix double free in qmp_output_visitor_cleanup() | Laszlo Ersek |
2012-02-21 | qapi: add string-based visitors | Paolo Bonzini |
2012-02-21 | qapi: drop qmp_input_end_optional | Paolo Bonzini |
2012-02-21 | qapi: allow sharing enum implementation across visitors | Paolo Bonzini |
2011-12-19 | qapi: protect against NULL QObject in qmp_input_get_object | Paolo Bonzini |
2011-12-12 | guest agent: add supported command list to guest-info RPC | Michael Roth |
2011-12-12 | guest agent: add RPC blacklist command-line option | Michael Roth |
2011-11-17 | qapi: Check for negative enum values | Luiz Capitulino |
2011-10-04 | qapi: modify visitor code generation for list iteration | Michael Roth |
2011-10-04 | qapi: dealloc visitor, support freeing of nested lists | Michael Roth |
2011-10-04 | qapi: dealloc visitor, fix premature free and iteration logic | Michael Roth |
2011-10-04 | qapi: add code generation support for middle mode | Anthony Liguori |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori |
2011-07-21 | qapi: add QMP dispatch functions | Michael Roth |
2011-07-21 | qapi: add QMP command registration/lookup functions | Michael Roth |
2011-07-21 | qapi: add QAPI dealloc visitor | Michael Roth |
2011-07-21 | qapi: add QMP output visitor | Michael Roth |
2011-07-21 | qapi: add QMP input visitor | Michael Roth |
2011-07-21 | qapi: add QAPI visitor core | Michael Roth |