Age | Commit message (Expand) | Author | Files | Lines |
2022-04-21 | include: add qemu/keyval.h | Marc-André Lureau | 1 | -0/+1 |
2022-03-21 | Use g_new() & friends where that makes obvious sense | Markus Armbruster | 1 | -1/+1 |
2022-03-08 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 1 | -1/+5 |
2022-03-07 | osdep: Move memalign-related functions to their own header | Peter Maydell | 1 | -0/+1 |
2022-03-04 | qom: assert integer does not overflow | Michael S. Tsirkin | 1 | -1/+5 |
2022-02-21 | Mark remaining global TypeInfo instances as const | Bernhard Beschow | 1 | -2/+2 |
2021-11-10 | monitor: Fix find_device_state() for IDs containing slashes | Markus Armbruster | 1 | -0/+11 |
2021-10-15 | qom: Reduce use of error_propagate() | Kevin Wolf | 2 | -17/+9 |
2021-07-23 | qom: use correct field name when getting/setting alias properties | Paolo Bonzini | 1 | -2/+7 |
2021-07-06 | qom: export more functions for use with non-UserCreatable objects | Paolo Bonzini | 1 | -16/+42 |
2021-06-02 | docs: fix references to docs/devel/tracing.rst | Stefano Garzarella | 1 | -1/+1 |
2021-04-01 | Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-04-... | Peter Maydell | 1 | -1/+1 |
2021-04-01 | qom: Fix default values in help | Markus Armbruster | 1 | -1/+1 |
2021-04-01 | Revert "qom: use qemu_printf to print help for user-creatable objects" | Thomas Huth | 1 | -1/+0 |
2021-03-19 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 1 | -0/+1 |
2021-03-19 | qom: use qemu_printf to print help for user-creatable objects | Paolo Bonzini | 1 | -0/+1 |
2021-03-19 | qom: move user_creatable_add_opts logic to vl.c and QAPIfy it | Paolo Bonzini | 1 | -54/+0 |
2021-03-19 | qom: Support JSON in HMP object_add and tools --object | Kevin Wolf | 1 | -11/+21 |
2021-03-19 | qom: Add user_creatable_parse_str() | Kevin Wolf | 1 | -6/+14 |
2021-03-19 | hmp: QAPIfy object_add | Kevin Wolf | 1 | -5/+6 |
2021-03-19 | qom: Add user_creatable_add_from_str() | Kevin Wolf | 1 | -5/+24 |
2021-03-19 | qom: Factor out user_creatable_process_cmdline() | Kevin Wolf | 2 | -20/+51 |
2021-03-19 | qom: Remove user_creatable_add_dict() | Kevin Wolf | 1 | -32/+0 |
2021-03-19 | qom: Make "object" QemuOptsList optional | Kevin Wolf | 1 | -2/+5 |
2021-03-19 | qapi/qom: QAPIfy object-add | Kevin Wolf | 1 | -2/+23 |
2021-03-19 | qapi/qom: Drop deprecated 'props' from object-add | Kevin Wolf | 1 | -21/+0 |
2021-03-06 | qom: Check for wellformed id in user_creatable_add_type() | Kevin Wolf | 1 | -0/+9 |
2021-02-25 | qom/object.c: Fix typo | Doug Evans | 1 | -1/+1 |
2021-02-08 | qom: Allow optional sugar props | Greg Kurz | 1 | -1/+3 |
2021-01-02 | qom: Assert that objects being destroyed have no parent | Eduardo Habkost | 1 | -0/+1 |
2020-12-19 | Revert "qobject: let object_property_get_str() use new API" | Markus Armbruster | 1 | -3/+6 |
2020-12-19 | qobject: Change qobject_to_json()'s value to GString | Markus Armbruster | 2 | -6/+5 |
2020-12-19 | qobject: Make qobject_to_json_pretty() take a pretty argument | Markus Armbruster | 1 | -1/+1 |
2020-12-19 | qapi: Use QAPI_LIST_PREPEND() where possible | Eric Blake | 1 | -21/+8 |
2020-12-11 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 1 | -29/+7 |
2020-12-10 | qom: code hardening - have bound checking while looping with integer value | Ani Sinha | 1 | -2/+3 |
2020-12-10 | qom: eliminate identical functions | Paolo Bonzini | 1 | -29/+7 |
2020-12-10 | qom: Improve {qom,device}-list-properties error messages | Markus Armbruster | 1 | -11/+6 |
2020-10-15 | qom: Add user_creatable_print_help_from_qdict() | Kevin Wolf | 1 | -0/+9 |
2020-10-15 | qom: Factor out helpers from user_creatable_print_help() | Kevin Wolf | 1 | -38/+52 |
2020-10-12 | qom: Move the creation of the library to the main meson.build | Philippe Mathieu-Daudé | 1 | -8/+0 |
2020-10-06 | qom: Improve error message displayed with missing object properties | Philippe Mathieu-Daudé | 1 | -1/+2 |
2020-09-24 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell | 1 | -10/+10 |
2020-09-23 | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi | 1 | -10/+10 |
2020-09-22 | qom: simplify object_find_property / object_class_find_property | Daniel P. Berrangé | 1 | -25/+35 |
2020-09-18 | qom: Allow objects to be allocated with increased alignment | Richard Henderson | 1 | -3/+33 |
2020-09-18 | qom: Clean up object_property_get_enum()'s error value | Markus Armbruster | 1 | -3/+3 |
2020-09-15 | object_initialize: try module load | Gerd Hoffmann | 1 | -0/+6 |
2020-09-08 | qom: make object_ref/unref use a void * instead of Object *. | Daniel P. Berrangé | 1 | -2/+4 |
2020-08-21 | meson: convert common QMP bits for qemu and qemu-storage-daemon | Paolo Bonzini | 2 | -2/+3 |