1. 1b30c09 qmp: Convert QMP code to use object property iterators by Daniel P. Berrange · 9 years ago
  2. 39ff43d blockdev: read-only-mode for blockdev-change-medium by Max Reitz · 9 years ago
  3. 24fb413 qmp: Introduce blockdev-change-medium by Max Reitz · 9 years ago
  4. 373340b block: Move I/O status and error actions into BB by Max Reitz · 9 years ago
  5. 4c315c2 qdev: Protect device-list-properties against broken devices by Markus Armbruster · 9 years ago
  6. edb1523 qmp: Fix device-list-properties not to crash for abstract device by Markus Armbruster · 9 years ago
  7. 6eb3937 qom: Don't use 'gen': false for qom-get, qom-set, object-add by Markus Armbruster · 9 years ago
  8. 7fad30f qapi: Rename qmp_marshal_input_FOO() to qmp_marshal_FOO() by Markus Armbruster · 9 years ago
  9. d4ba8cb qmp: Add example usage of strto*l() qemu wrapper by Carlos L. Torres · 9 years ago
  10. a0b1a66 Include monitor/monitor.h exactly where needed by Markus Armbruster · 10 years ago
  11. cc7a8ea Include qapi/qmp/qerror.h exactly where needed by Markus Armbruster · 10 years ago
  12. 485febc qmp: Wean off qerror_report() by Markus Armbruster · 10 years ago
  13. c6bd8c7 qerror: Clean up QERR_ macros to expand into a single string by Markus Armbruster · 10 years ago
  14. 75158eb qerror: Eliminate QERR_DEVICE_NOT_FOUND by Markus Armbruster · 10 years ago
  15. 70b9433 QemuOpts: Wean off qerror_report_err() by Markus Armbruster · 10 years ago
  16. bc2256c qom: Add helper function for getting user objects root by Daniel P. Berrange · 10 years ago
  17. 4752cdb qapi: Drop inline nested struct in query-version by Eric Blake · 10 years ago
  18. d6edb15 qom: Add can_be_deleted callback to UserCreatableClass by Lin Ma · 10 years ago
  19. 9634f4e vnc: set id at parse time not init time by Gerd Hoffmann · 10 years ago
  20. f7801c5 vnc: auto assian an id when calling change vnc qmp interface by Gonglei · 10 years ago
  21. 89db2177 qmp: unbreak build for non-vnc configuration by Leon Yu · 10 years ago
  22. 4d2855a block: New bdrv_add_key(), convert monitor to use it by Markus Armbruster · 10 years ago
  23. ad0ec14 qmp: Clean up qmp_query_spice() #ifndef !CONFIG_SPICE dummy by Markus Armbruster · 10 years ago
  24. b25d81b qmp hmp: Factor out common "using spice" test by Markus Armbruster · 10 years ago
  25. 4db1462 vnc: switch to QemuOpts, allow multiple servers by Gerd Hoffmann · 10 years ago
  26. 07d09c5 qmp: Print descriptions of object properties by Gonglei · 10 years ago
  27. 4115dd6 qmp: hide "hotplugged" device property from device-list-properties by Stefan Hajnoczi · 11 years ago
  28. f4eb32b qmp: show QOM properties in device-list-properties by Stefan Hajnoczi · 11 years ago
  29. 02419bc qmp: add query-acpi-ospm-status command by Igor Mammedov · 11 years ago
  30. 6f2e273 qmp: add query-memory-devices command by Igor Mammedov · 11 years ago
  31. d116946 qmp: improve error reporting for -object and object-add by Paolo Bonzini · 11 years ago
  32. a790f4e object_add: allow completion handler to get canonical path by Igor Mammedov · 11 years ago
  33. ab31979 qmp: Don't use error_is_set() to suppress additional errors by Markus Armbruster · 11 years ago
  34. 7daecb3 qmp: Consistently name Error ** objects errp, and not err by Markus Armbruster · 11 years ago
  35. 7977208 qmp: report path ambiguity error by Michael Tokarev · 11 years ago
  36. 958db90 machine: Remove QEMUMachine indirection from MachineClass by Marcel Apfelbaum · 11 years ago
  37. c348124 qmp: object-add: Validate class before creating object by Eduardo Habkost · 11 years ago
  38. f231b88 qerror.h: Remove QERR defines that are only used once by Cole Robinson · 11 years ago
  39. 0056ae2 hw/boards: Convert current_machine to MachineState by Marcel Apfelbaum · 11 years ago
  40. de580da object: Report type in error when not user creatable. by Hani Benhabiles · 11 years ago
  41. 269e09f add optional 2nd stage initialization to -object/object-add commands by Igor Mammedov · 11 years ago
  42. 69252c0 object_add: consolidate error handling by Igor Mammedov · 11 years ago
  43. cff8b2c monitor: add object-add (QMP) and object_add (HMP) command by Paolo Bonzini · 11 years ago
  44. ab2d053 monitor: add object-del (QMP) and object_del (HMP) command by Paolo Bonzini · 11 years ago
  45. 314f7ea qmp_change_blockdev() remove unused has_format by Marc-André Lureau · 11 years ago
  46. 69ca3ea QMP: Add cpu-add command by Igor Mammedov · 12 years ago
  47. ede085b add a new runstate: RUN_STATE_GUEST_PANICKED by Hu Tao · 12 years ago
  48. dccfcd0 sysemu: avoid proliferation of include/ subdirectories by Paolo Bonzini · 12 years ago
  49. 927d487 softmmu: move remaining include files to include/ subdirectories by Paolo Bonzini · 12 years ago
  50. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  51. 14cccb6 qom: move include files to include/qom/ by Paolo Bonzini · 12 years ago
  52. f8fe796 janitor: do not include qemu-char everywhere by Paolo Bonzini · 12 years ago
  53. 3bc2f57 build: replace weak symbols with a static library by Paolo Bonzini · 12 years ago
  54. 1f001dc compiler: support Darwin weak references by Paolo Bonzini · 12 years ago
  55. f563a5d Merge remote-tracking branch 'origin/master' into threadpool by Paolo Bonzini · 12 years ago
  56. 67d223b compiler: use weak aliases to provide default definitions by Paolo Bonzini · 12 years ago
  57. 3f4331b Merge branch 'queue/qmp' of git://repo.or.cz/qemu/qmp-unstable by Aurelien Jarno · 12 years ago
  58. 1e99814 qmp: handle stop/cont in INMIGRATE state by Paolo Bonzini · 12 years ago
  59. 007fcd3e vnc: reorganize code for reverse mode by Paolo Bonzini · 12 years ago
  60. b224e5e qapi: convert add_client by Luiz Capitulino · 12 years ago
  61. 76b64a7 win32: provide separate macros for weak decls and definitions by Anthony Liguori · 12 years ago
  62. e4e31c6 qapi: add query-cpu-definitions command (v2) by Anthony Liguori · 12 years ago
  63. 1daa31b qmp: introduce device-list-properties command by Anthony Liguori · 12 years ago
  64. ad02b96 runstate: introduce suspended state by Luiz Capitulino · 13 years ago
  65. 9b9df25 suspend: add system_wakeup monitor command by Gerd Hoffmann · 13 years ago
  66. 9f5f135 qom: add QObject-based property get/set wrappers by Paolo Bonzini · 13 years ago
  67. 57c9faf qom: move properties from qdev to object by Anthony Liguori · 13 years ago
  68. 5eeee3f qom: add new command to search for types by Anthony Liguori · 13 years ago
  69. 333a96e qapi: Convert change by Luiz Capitulino · 13 years ago
  70. 903a881 qerror: Extend QERR_DEVICE_ENCRYPTED by Luiz Capitulino · 13 years ago
  71. 270b243 qapi: Introduce change-vnc-password by Luiz Capitulino · 13 years ago
  72. 9ad5372 qapi: Convert expire_password by Luiz Capitulino · 13 years ago
  73. fbf796f qapi: Convert set_password by Luiz Capitulino · 13 years ago
  74. 6b620ca prepare for future GPLv2+ relicensing by Paolo Bonzini · 13 years ago
  75. eb6e8ea qom: qom_{get, set} monitor commands (v2) by Anthony Liguori · 13 years ago
  76. b4b12c6 qmp: add qom-list command by Anthony Liguori · 13 years ago
  77. e42e818 qapi: Convert cont by Luiz Capitulino · 13 years ago
  78. d1f2964 qapi: Convert query-spice by Luiz Capitulino · 13 years ago
  79. 2b54aa8 qapi: Convert query-vnc by Luiz Capitulino · 13 years ago
  80. 755f196 qapi: Convert the cpu command by Luiz Capitulino · 13 years ago
  81. 5bc465e qapi: Convert system_powerdown by Luiz Capitulino · 13 years ago
  82. 38d2265 qapi: Convert system_reset by Luiz Capitulino · 13 years ago
  83. 5f158f2 qapi: Convert stop by Luiz Capitulino · 13 years ago
  84. 7a7f325 qapi: Convert quit by Luiz Capitulino · 13 years ago
  85. efab767 qapi: Convert query-uuid by Luiz Capitulino · 13 years ago
  86. 292a260 qapi: Convert query-kvm by Luiz Capitulino · 13 years ago
  87. b9c15f1 qapi: Convert query-version by Luiz Capitulino · 13 years ago
  88. 48a32be qapi: convert query-name by Anthony Liguori · 13 years ago