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