Age | Commit message (Expand) | Author |
2023-12-20 | qom/object: Limit type names to alphanumerical and some few special characters | Thomas Huth |
2023-11-10 | qom: Add object_property_set_default_list() | Kevin Wolf |
2023-10-06 | qom/object_interfaces: Clean up global variable shadowing | Philippe Mathieu-Daudé |
2023-10-03 | qom: Propagate alignment through type system | Richard Henderson |
2023-06-20 | meson: Replace softmmu_ss -> system_ss | Philippe Mathieu-Daudé |
2023-02-27 | qom/object_interfaces: Fix QAPI headers included | Philippe Mathieu-Daudé |
2023-02-04 | qom: Move HMP commands from monitor/ to qom/ | Markus Armbruster |
2022-12-14 | qapi qdev qom: Elide redundant has_FOO in generated C | Markus Armbruster |
2022-11-06 | module: add Error arguments to module_load and module_load_qom | Claudio Fontana |
2022-11-06 | module: rename module_load_one to module_load | Claudio Fontana |
2022-10-27 | qom: Improve error messages when property has no getter or setter | Markus Armbruster |
2022-04-21 | include: add qemu/keyval.h | Marc-André Lureau |
2022-03-21 | Use g_new() & friends where that makes obvious sense | Markus Armbruster |
2022-03-08 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2022-03-07 | osdep: Move memalign-related functions to their own header | Peter Maydell |
2022-03-04 | qom: assert integer does not overflow | Michael S. Tsirkin |
2022-02-21 | Mark remaining global TypeInfo instances as const | Bernhard Beschow |
2021-11-10 | monitor: Fix find_device_state() for IDs containing slashes | Markus Armbruster |
2021-10-15 | qom: Reduce use of error_propagate() | Kevin Wolf |
2021-07-23 | qom: use correct field name when getting/setting alias properties | Paolo Bonzini |
2021-07-06 | qom: export more functions for use with non-UserCreatable objects | Paolo Bonzini |
2021-06-02 | docs: fix references to docs/devel/tracing.rst | Stefano Garzarella |
2021-04-01 | Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-04-... | Peter Maydell |
2021-04-01 | qom: Fix default values in help | Markus Armbruster |
2021-04-01 | Revert "qom: use qemu_printf to print help for user-creatable objects" | Thomas Huth |
2021-03-19 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell |
2021-03-19 | qom: use qemu_printf to print help for user-creatable objects | Paolo Bonzini |
2021-03-19 | qom: move user_creatable_add_opts logic to vl.c and QAPIfy it | Paolo Bonzini |
2021-03-19 | qom: Support JSON in HMP object_add and tools --object | Kevin Wolf |
2021-03-19 | qom: Add user_creatable_parse_str() | Kevin Wolf |
2021-03-19 | hmp: QAPIfy object_add | Kevin Wolf |
2021-03-19 | qom: Add user_creatable_add_from_str() | Kevin Wolf |
2021-03-19 | qom: Factor out user_creatable_process_cmdline() | Kevin Wolf |
2021-03-19 | qom: Remove user_creatable_add_dict() | Kevin Wolf |
2021-03-19 | qom: Make "object" QemuOptsList optional | Kevin Wolf |
2021-03-19 | qapi/qom: QAPIfy object-add | Kevin Wolf |
2021-03-19 | qapi/qom: Drop deprecated 'props' from object-add | Kevin Wolf |
2021-03-06 | qom: Check for wellformed id in user_creatable_add_type() | Kevin Wolf |
2021-02-25 | qom/object.c: Fix typo | Doug Evans |
2021-02-08 | qom: Allow optional sugar props | Greg Kurz |
2021-01-02 | qom: Assert that objects being destroyed have no parent | Eduardo Habkost |
2020-12-19 | Revert "qobject: let object_property_get_str() use new API" | Markus Armbruster |
2020-12-19 | qobject: Change qobject_to_json()'s value to GString | Markus Armbruster |
2020-12-19 | qobject: Make qobject_to_json_pretty() take a pretty argument | Markus Armbruster |
2020-12-19 | qapi: Use QAPI_LIST_PREPEND() where possible | Eric Blake |
2020-12-11 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell |
2020-12-10 | qom: code hardening - have bound checking while looping with integer value | Ani Sinha |
2020-12-10 | qom: eliminate identical functions | Paolo Bonzini |
2020-12-10 | qom: Improve {qom,device}-list-properties error messages | Markus Armbruster |
2020-10-15 | qom: Add user_creatable_print_help_from_qdict() | Kevin Wolf |