1. 919a042 qom/object_interfaces: Fix QAPI headers included by Philippe Mathieu-Daudé · 2 years ago
  2. 9ca9c89 include: add qemu/keyval.h by Marc-André Lureau · 2 years, 8 months ago
  3. dbc8221 qom: Reduce use of error_propagate() by Kevin Wolf · 3 years, 2 months ago
  4. 3bb6944 qom: export more functions for use with non-UserCreatable objects by Paolo Bonzini · 4 years, 1 month ago
  5. 50a9b449 Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-04-01' into staging by Peter Maydell · 3 years, 8 months ago
  6. bd74ecd qom: Fix default values in help by Markus Armbruster · 3 years, 9 months ago
  7. cb4d9e3 Revert "qom: use qemu_printf to print help for user-creatable objects" by Thomas Huth · 3 years, 8 months ago
  8. bdee969 Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging by Peter Maydell · 3 years, 9 months ago
  9. 6d9abb6 qom: use qemu_printf to print help for user-creatable objects by Paolo Bonzini · 4 years, 1 month ago
  10. bc2f4fc qom: move user_creatable_add_opts logic to vl.c and QAPIfy it by Paolo Bonzini · 3 years, 9 months ago
  11. 155b5f8 qom: Support JSON in HMP object_add and tools --object by Kevin Wolf · 3 years, 9 months ago
  12. ddf6dae qom: Add user_creatable_parse_str() by Kevin Wolf · 3 years, 10 months ago
  13. da0a932 hmp: QAPIfy object_add by Kevin Wolf · 3 years, 10 months ago
  14. ffd58ef qom: Add user_creatable_add_from_str() by Kevin Wolf · 3 years, 10 months ago
  15. f375026 qom: Factor out user_creatable_process_cmdline() by Kevin Wolf · 3 years, 10 months ago
  16. c923112 qom: Remove user_creatable_add_dict() by Kevin Wolf · 4 years, 1 month ago
  17. 98c43b7 qom: Make "object" QemuOptsList optional by Kevin Wolf · 3 years, 10 months ago
  18. 0bd5a2e qom: Check for wellformed id in user_creatable_add_type() by Kevin Wolf · 3 years, 9 months ago
  19. eab3a46 qobject: Change qobject_to_json()'s value to GString by Markus Armbruster · 4 years ago
  20. c9ac145 qom: Add user_creatable_print_help_from_qdict() by Kevin Wolf · 4 years, 2 months ago
  21. 0e301d4 qom: Factor out helpers from user_creatable_print_help() by Kevin Wolf · 4 years, 2 months ago
  22. db57fef qom: Introduce object_property_try_add_child() by Eric Auger · 4 years, 5 months ago
  23. 778a2dc qom: Use returned bool to check for failure, Coccinelle part by Markus Armbruster · 4 years, 5 months ago
  24. 6fd5bef qom: Make functions taking Error ** return bool, not void by Markus Armbruster · 4 years, 5 months ago
  25. 5325cc3 qom: Put name parameter before value / visitor parameter by Markus Armbruster · 4 years, 5 months ago
  26. 62a35aa qapi: Use returned bool to check for failure, Coccinelle part by Markus Armbruster · 4 years, 5 months ago
  27. df4fe0b qom: Drop @errp parameter of object_property_del() by Markus Armbruster · 4 years, 7 months ago
  28. d262312 qom: Drop parameter @errp of object_property_add() & friends by Markus Armbruster · 4 years, 7 months ago
  29. eaae29e qemu-storage-daemon: Fix non-string --object properties by Kevin Wolf · 4 years, 8 months ago
  30. d6a5bee qom: Factor out user_creatable_add_dict() by Kevin Wolf · 4 years, 8 months ago
  31. 4df8161 qom: introduce object_property_help() by Marc-André Lureau · 5 years ago
  32. f902cb2 vl: print default value in object help by Marc-André Lureau · 5 years ago
  33. 3e9297f vl: Split off user_creatable_print_help() by Kevin Wolf · 5 years ago
  34. 6134d75 qom: don't require user creatable objects to be registered by Daniel P. Berrangé · 6 years ago
  35. 3650b2d qom: make user_creatable_complete() specific to UserCreatable by Marc-André Lureau · 6 years ago
  36. 7e1e0c1 qom: Clean up error reporting in user_creatable_add_opts_foreach() by Markus Armbruster · 6 years ago
  37. 1195fa2 vl: list user creatable properties when 'help' is argument by Marc-André Lureau · 6 years ago
  38. 29de4ec memdev: remove "id" property by Paolo Bonzini · 7 years ago
  39. cb3e7f0 qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF by Marc-André Lureau · 7 years ago
  40. 9af2398 Include less of the generated modular QAPI headers by Markus Armbruster · 7 years ago
  41. 0dd1358 Include qapi/qmp/qerror.h exactly where needed by Markus Armbruster · 7 years ago
  42. 922a01a Move include qemu/option.h from qemu-common.h to actual users by Markus Armbruster · 7 years ago
  43. 452fcdb Include qapi/qmp/qdict.h exactly where needed by Markus Armbruster · 7 years ago
  44. 9d5139e vl: Clean up user-creatable objects when exiting by Eduardo Habkost · 7 years ago
  45. 3beacfb qom: Remove unused errp parameter from can_be_deleted() by Eduardo Habkost · 7 years ago
  46. c645d5a monitor: fix object_del for command-line-created objects by Michael Roth · 8 years ago
  47. 0832970 qom: Fix regression with 'qom-type' by Eric Blake · 8 years ago
  48. 9a6d1ac qom: Avoid unvisited 'id'/'qom-type' in user_creatable_add_opts by Eric Blake · 8 years ago
  49. e1ff3c6 monitor: fix qmp/hmp query-memdev not reporting IDs of memory backends by Igor Mammedov · 8 years ago
  50. 3a46410 monitor: reuse user_creatable_add_opts() instead of user_creatable_add() by Igor Mammedov · 8 years ago
  51. 8a00025 qom: remove unused header by Igor Mammedov · 8 years ago
  52. b3db211 qapi: rename *qmp-*-visitor* to *qobject-*-visitor* by Daniel P. Berrange · 8 years ago
  53. 09204ea opts-visitor: Favor new visit_free() function by Eric Blake · 8 years ago
  54. 1158bb2 qapi: Add parameter to visit_end_* by Eric Blake · 8 years ago
  55. 15c2f66 qapi: Split visit_end_struct() into pieces by Eric Blake · 9 years ago
  56. ad73970 qom: Wrap prop visit in visit_start_struct by Eric Blake · 9 years ago
  57. 51b9b47 qom: -object error messages lost location, restore it by Markus Armbruster · 9 years ago
  58. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  59. 90998d5 qom: add helpers for UserCreatable object types by Daniel P. Berrange · 9 years ago
  60. 9bbc853 qom: Clean up includes by Peter Maydell · 9 years ago
  61. d6edb15 qom: Add can_be_deleted callback to UserCreatableClass by Lin Ma · 10 years ago
  62. 269e09f add optional 2nd stage initialization to -object/object-add commands by Igor Mammedov · 11 years ago