- b5ab62b Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging by Peter Maydell · 5 months ago
- d9e9867 qom: set *ambiguous on all paths by Marc-André Lureau · 5 months ago
- ee51070 qom: rename object_resolve_path_type() "ambiguousp" by Marc-André Lureau · 5 months ago
- 8f33754 qom/object: fix -Werror=maybe-uninitialized by Marc-André Lureau · 5 months ago
- 02f5360 qom: remove return after g_assert_not_reached() by Pierrick Bouvier · 5 months ago
- 6b568e3 target/sparc/cpu: Rename the CPU models with a "+" in their names by Thomas Huth · 10 months ago
- 443df40 qom: add default value by Maksim Davydov · 11 months ago
- ef92928 qapi: Inline and remove QERR_INVALID_PARAMETER_TYPE definition by Philippe Mathieu-Daudé · 12 months ago
- aaeafa5 qapi: Inline QERR_INVALID_PARAMETER_TYPE definition (constant value) by Philippe Mathieu-Daudé · 12 months ago
- ee3b34c hw/acpi: move object_resolve_type_unambiguous to core QOM by Paolo Bonzini · 1 year ago
- 5bfb75f target/ppc/cpu-models: Rename power5+ and power7+ for new QOM naming rules by Thomas Huth · 1 year, 1 month ago
- b447378 qom/object: Limit type names to alphanumerical and some few special characters by Thomas Huth · 1 year, 3 months ago
- 125062e qom: Add object_property_set_default_list() by Kevin Wolf · 1 year, 4 months ago
- e0c7de8 qom/object_interfaces: Clean up global variable shadowing by Philippe Mathieu-Daudé · 1 year, 5 months ago
- ad4ec27 qom: Propagate alignment through type system by Richard Henderson · 1 year, 6 months ago
- de6cd75 meson: Replace softmmu_ss -> system_ss by Philippe Mathieu-Daudé · 1 year, 9 months ago
- 919a042 qom/object_interfaces: Fix QAPI headers included by Philippe Mathieu-Daudé · 2 years, 2 months ago
- cffaca0 qom: Move HMP commands from monitor/ to qom/ by Markus Armbruster · 2 years, 1 month ago
- 047f2ca qapi qdev qom: Elide redundant has_FOO in generated C by Markus Armbruster · 2 years, 4 months ago
- c551fb0 module: add Error arguments to module_load and module_load_qom by Claudio Fontana · 2 years, 5 months ago
- dbc0e80 module: rename module_load_one to module_load by Claudio Fontana · 2 years, 5 months ago
- 3f7febc qom: Improve error messages when property has no getter or setter by Markus Armbruster · 2 years, 5 months ago
- 9ca9c89 include: add qemu/keyval.h by Marc-André Lureau · 2 years, 10 months ago
- b21e238 Use g_new() & friends where that makes obvious sense by Markus Armbruster · 3 years ago
- 9f0369e Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 3 years ago
- 5df022c osdep: Move memalign-related functions to their own header by Peter Maydell · 3 years ago
- e368287 qom: assert integer does not overflow by Michael S. Tsirkin · 3 years ago
- 5e78c98 Mark remaining global TypeInfo instances as const by Bernhard Beschow · 3 years, 1 month ago
- 1bf4d32 monitor: Fix find_device_state() for IDs containing slashes by Markus Armbruster · 3 years, 4 months ago
- dbc8221 qom: Reduce use of error_propagate() by Kevin Wolf · 3 years, 5 months ago
- cbc94d9 qom: use correct field name when getting/setting alias properties by Paolo Bonzini · 3 years, 7 months ago
- 3bb6944 qom: export more functions for use with non-UserCreatable objects by Paolo Bonzini · 4 years, 4 months ago
- d0fb965 docs: fix references to docs/devel/tracing.rst by Stefano Garzarella · 3 years, 9 months ago
- 50a9b449 Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-04-01' into staging by Peter Maydell · 3 years, 11 months ago
- bd74ecd qom: Fix default values in help by Markus Armbruster · 4 years ago
- cb4d9e3 Revert "qom: use qemu_printf to print help for user-creatable objects" by Thomas Huth · 4 years ago
- bdee969 Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging by Peter Maydell · 4 years ago
- 6d9abb6 qom: use qemu_printf to print help for user-creatable objects by Paolo Bonzini · 4 years, 4 months ago
- bc2f4fc qom: move user_creatable_add_opts logic to vl.c and QAPIfy it by Paolo Bonzini · 4 years ago
- 155b5f8 qom: Support JSON in HMP object_add and tools --object by Kevin Wolf · 4 years ago
- ddf6dae qom: Add user_creatable_parse_str() by Kevin Wolf · 4 years ago
- da0a932 hmp: QAPIfy object_add by Kevin Wolf · 4 years ago
- ffd58ef qom: Add user_creatable_add_from_str() by Kevin Wolf · 4 years ago
- f375026 qom: Factor out user_creatable_process_cmdline() by Kevin Wolf · 4 years ago
- c923112 qom: Remove user_creatable_add_dict() by Kevin Wolf · 4 years, 3 months ago
- 98c43b7 qom: Make "object" QemuOptsList optional by Kevin Wolf · 4 years ago
- 9151e59 qapi/qom: QAPIfy object-add by Kevin Wolf · 4 years, 4 months ago
- 5024340 qapi/qom: Drop deprecated 'props' from object-add by Kevin Wolf · 4 years, 3 months ago
- 0bd5a2e qom: Check for wellformed id in user_creatable_add_type() by Kevin Wolf · 4 years ago
- 3a2e982 qom/object.c: Fix typo by Doug Evans · 4 years ago
- a8dc82c qom: Allow optional sugar props by Greg Kurz · 4 years, 7 months ago
- 63f957a qom: Assert that objects being destroyed have no parent by Eduardo Habkost · 4 years, 2 months ago
- 26c5282 Revert "qobject: let object_property_get_str() use new API" by Markus Armbruster · 4 years, 3 months ago
- eab3a46 qobject: Change qobject_to_json()'s value to GString by Markus Armbruster · 4 years, 3 months ago
- 6589f45 qobject: Make qobject_to_json_pretty() take a pretty argument by Markus Armbruster · 4 years, 3 months ago
- 54aa3de qapi: Use QAPI_LIST_PREPEND() where possible by Eric Blake · 4 years, 3 months ago
- b785d25 Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging by Peter Maydell · 4 years, 3 months ago
- 1bf8b88 qom: code hardening - have bound checking while looping with integer value by Ani Sinha · 4 years, 5 months ago
- 169cbac qom: eliminate identical functions by Paolo Bonzini · 4 years, 4 months ago
- 74b9776 qom: Improve {qom,device}-list-properties error messages by Markus Armbruster · 4 years, 3 months ago
- c9ac145 qom: Add user_creatable_print_help_from_qdict() by Kevin Wolf · 4 years, 5 months ago
- 0e301d4 qom: Factor out helpers from user_creatable_print_help() by Kevin Wolf · 4 years, 5 months ago
- da33fc0 qom: Move the creation of the library to the main meson.build by Philippe Mathieu-Daudé · 4 years, 5 months ago
- 4d9c7c8 qom: Improve error message displayed with missing object properties by Philippe Mathieu-Daudé · 4 years, 5 months ago
- 8c1c079 Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging by Peter Maydell · 4 years, 5 months ago
- d73415a qemu/atomic.h: rename atomic_ to qatomic_ by Stefan Hajnoczi · 4 years, 5 months ago
- efba159 qom: simplify object_find_property / object_class_find_property by Daniel P. Berrangé · 4 years, 5 months ago
- 4c880f3 qom: Allow objects to be allocated with increased alignment by Richard Henderson · 4 years, 5 months ago
- d20f616 qom: Clean up object_property_get_enum()'s error value by Markus Armbruster · 4 years, 5 months ago
- 64f7aec object_initialize: try module load by Gerd Hoffmann · 4 years, 5 months ago
- c5a61e5 qom: make object_ref/unref use a void * instead of Object *. by Daniel P. Berrangé · 4 years, 6 months ago
- ff219dc meson: convert common QMP bits for qemu and qemu-storage-daemon by Paolo Bonzini · 4 years, 7 months ago
- 5582c58 meson: convert crypto directory to Meson by Marc-André Lureau · 6 years ago
- de59dda meson: convert qom directory to Meson (tools part) by Marc-André Lureau · 6 years ago
- 243af02 trace: switch position of headers to what Meson requires by Paolo Bonzini · 5 years ago
- 0dde9fd qom: Make info qom-tree sort children more efficiently by Markus Armbruster · 4 years, 8 months ago
- 7a309cc qom: Change object_get_canonical_path_component() not to malloc by Markus Armbruster · 4 years, 8 months ago
- ab2d185 qom: Plug memory leak in "info qom-tree" by Markus Armbruster · 4 years, 8 months ago
- db57fef qom: Introduce object_property_try_add_child() by Eric Auger · 4 years, 8 months ago
- 992861f error: Eliminate error_propagate() manually by Markus Armbruster · 4 years, 8 months ago
- af175e8 error: Eliminate error_propagate() with Coccinelle, part 2 by Markus Armbruster · 4 years, 8 months ago
- 668f62e error: Eliminate error_propagate() with Coccinelle, part 1 by Markus Armbruster · 4 years, 8 months ago
- b783f54 qom: Make functions taking Error ** return bool, not 0/-1 by Markus Armbruster · 4 years, 8 months ago
- 778a2dc qom: Use returned bool to check for failure, Coccinelle part by Markus Armbruster · 4 years, 8 months ago
- 6fd5bef qom: Make functions taking Error ** return bool, not void by Markus Armbruster · 4 years, 8 months ago
- 5325cc3 qom: Put name parameter before value / visitor parameter by Markus Armbruster · 4 years, 8 months ago
- 1c94a35 qom: Use return values to check for error where that's simpler by Markus Armbruster · 4 years, 8 months ago
- 90c69fb qom: Rename qdev_get_type() to object_get_type() by Markus Armbruster · 4 years, 8 months ago
- 62a35aa qapi: Use returned bool to check for failure, Coccinelle part by Markus Armbruster · 4 years, 8 months ago
- 7ab6e7f qdev: device module support by Gerd Hoffmann · 4 years, 8 months ago
- 0f8198f object: qom module support by Gerd Hoffmann · 4 years, 8 months ago
- 2d9e3dd hmp: Make json format optional for qom-set by David Hildenbrand · 4 years, 9 months ago
- 246da7d qom-hmp-cmds: fix a memleak in hmp_qom_get by Pan Nengyuan · 4 years, 9 months ago
- 9fc7fc4 qom: Less verbose object_initialize_child() by Markus Armbruster · 4 years, 9 months ago
- e8c9e65 qom: Make "info qom-tree" show children sorted by Markus Armbruster · 4 years, 9 months ago
- e8512df qom: Constify object_get_canonical_path{,_component}()'s parameter by Markus Armbruster · 4 years, 9 months ago
- c5e1870 qom/container: remove .instance_size initializer from container_info by Masahiro Yamada · 4 years, 10 months ago
- e27a959 qom/object: pass (Object *) to object_initialize_with_type() by Masahiro Yamada · 4 years, 10 months ago
- 3d91293 qom/object: simplify type_initialize_interface() by Masahiro Yamada · 4 years, 10 months ago
- e5a0cc5 qom/object: factor out the initialization of hash table of properties by Masahiro Yamada · 4 years, 10 months ago