1. 3dce9ca qapi: fix memleak by adding implict struct functions in dealloc visitor by Wenchao Xia · 11 years ago
  2. 0106dc4 qemu-ga: Extend 'guest-info' command to expose flag 'success-response' by Mark Wu · 11 years ago
  3. 8dc4d91 qemu-ga: Add interface to traverse the qmp command list by QmpCommand by Mark Wu · 11 years ago
  4. 15a849b OptsVisitor: don't try to flatten overlong integer ranges by Laszlo Ersek · 11 years ago
  5. 581a8a8 OptsVisitor: opts_type_uint64(): recognize intervals when LM_IN_PROGRESS by Laszlo Ersek · 11 years ago
  6. 62d090e OptsVisitor: rebase opts_type_uint64() to parse_uint_full() by Laszlo Ersek · 11 years ago
  7. 1e1c555 OptsVisitor: opts_type_int(): recognize intervals when LM_IN_PROGRESS by Laszlo Ersek · 11 years ago
  8. d8754f4 OptsVisitor: introduce list modes for interval flattening by Laszlo Ersek · 11 years ago
  9. d957043 OptsVisitor: introduce basic list modes by Laszlo Ersek · 11 years ago
  10. b887796 qapi: make visit_type_size fallback to type_int by Vasilis Liaskovitis · 11 years ago
  11. 69dd62d qapi: Anonymous unions by Kevin Wolf · 11 years ago
  12. e8316d7 qapi: Add consume argument to qmp_input_get_object() by Kevin Wolf · 11 years ago
  13. 761d524 qapi: Add visitor for implicit structs by Kevin Wolf · 11 years ago
  14. 13b10e0 qapi: Fix unchecked strdup() by converting to g_strdup() by Markus Armbruster · 12 years ago
  15. 576d550 build: move base QAPI files to libqemuutil.a by Paolo Bonzini · 12 years ago
  16. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  17. 7b1b5d1 qapi: move include files to include/qobject/ by Paolo Bonzini · 12 years ago
  18. 7edd63f qapi: make struct Visitor opaque by Paolo Bonzini · 12 years ago
  19. 4167c42 qapi: remove qapi/qapi-types-core.h by Paolo Bonzini · 12 years ago
  20. 79ee7df qapi: move inclusions of qemu-common.h from headers to .c files by Paolo Bonzini · 12 years ago
  21. ccff63c qapi/qmp-registry.c: Include headers it needs by Eduardo Habkost · 12 years ago
  22. 1d16252 qapi: fix qapi_dealloc_type_size parameter type by Bruce Rogers · 12 years ago
  23. 0c26f2e qapi: handle visitor->type_size() in QapiDeallocVisitor by Stefan Hajnoczi · 12 years ago
  24. 63186e5 build: opts-visitor is not really part of QAPI by Paolo Bonzini · 12 years ago
  25. e36c876 qapi: Fix memory leak by Stefan Weil · 12 years ago
  26. 7795b16 error: drop error_get_qobject()/error_set_qobject() by Luiz Capitulino · 12 years ago
  27. 93b91c5 qemu-ga: switch to the new error format on the wire by Luiz Capitulino · 12 years ago
  28. eb7ee2c qapi: introduce OptsVisitor by Laszlo Ersek · 12 years ago
  29. 092705d qapi: introduce "size" type by Laszlo Ersek · 12 years ago
  30. d195325 qapi: fix error propagation by Paolo Bonzini · 12 years ago
  31. 94c3db8 qapi: input_type_enum(): fix error message by Luiz Capitulino · 12 years ago
  32. ad608da qmp: do not include monitor.h from qapi-types-core.h by Paolo Bonzini · 12 years ago
  33. 173bbb7 qapi: String visitor, use %f representation for floats by Michael Roth · 12 years ago
  34. 4e27e81 qapi: Add Visitor interfaces for uint*_t and int*_t by Michael Roth · 13 years ago
  35. dd5614d build: move qapi/ objects to nested Makefile.objs by Paolo Bonzini · 12 years ago
  36. d34b867 qapi: add support for command options by Luiz Capitulino · 12 years ago
  37. 1ee5187 qapi: QMP input visitor, handle floats parsed as ints by Michael Roth · 12 years ago
  38. f22d85e qemu-ga: add a whitelist for fsfreeze-safe commands by Michael Roth · 12 years ago
  39. 57a33d8 qapi: g_hash_table_find() instead of GHashTableIter. by NODA, Kai · 12 years ago
  40. e38ac96 qapi: add strict mode to input visitor by Paolo Bonzini · 13 years ago
  41. 4faaec6 qapi: place outermost object on qiv stack by Paolo Bonzini · 13 years ago
  42. 3a86a0f qapi: untangle next_list by Paolo Bonzini · 13 years ago
  43. 8b714d3 qapi: fix memory leak on error by Paolo Bonzini · 13 years ago
  44. 2c7ff93 qapi: fail hard on stack imbalance by Paolo Bonzini · 13 years ago
  45. f24582d qapi: fix double free in qmp_output_visitor_cleanup() by Laszlo Ersek · 13 years ago
  46. a020f98 qapi: add string-based visitors by Paolo Bonzini · 13 years ago
  47. 9f9ab46 qapi: drop qmp_input_end_optional by Paolo Bonzini · 13 years ago
  48. 0f71a1e qapi: allow sharing enum implementation across visitors by Paolo Bonzini · 13 years ago
  49. 47c6d3e qapi: protect against NULL QObject in qmp_input_get_object by Paolo Bonzini · 13 years ago
  50. bf95c0d guest agent: add supported command list to guest-info RPC by Michael Roth · 13 years ago
  51. abd6cf6 guest agent: add RPC blacklist command-line option by Michael Roth · 13 years ago
  52. 54d50be qapi: Check for negative enum values by Luiz Capitulino · 13 years ago
  53. e1bc2f7 qapi: modify visitor code generation for list iteration by Michael Roth · 13 years ago
  54. 0b9d854 qapi: dealloc visitor, support freeing of nested lists by Michael Roth · 13 years ago
  55. 5666dd1 qapi: dealloc visitor, fix premature free and iteration logic by Michael Roth · 13 years ago
  56. 776574d qapi: add code generation support for middle mode by Anthony Liguori · 13 years ago
  57. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 13 years ago
  58. ab02ab2 qapi: add QMP dispatch functions by Michael Roth · 13 years ago
  59. 43c20a4 qapi: add QMP command registration/lookup functions by Michael Roth · 13 years ago
  60. d5f3c29 qapi: add QAPI dealloc visitor by Michael Roth · 13 years ago
  61. e4e6aa1 qapi: add QMP output visitor by Michael Roth · 13 years ago
  62. c40cc0a qapi: add QMP input visitor by Michael Roth · 13 years ago
  63. 2345c77 qapi: add QAPI visitor core by Michael Roth · 13 years ago