Age | Commit message (Expand) | Author |
2020-01-24 | qapi/qmp: add ObjectPropertyInfo.default-value | Marc-André Lureau |
2020-01-24 | qom: introduce object_property_help() | Marc-André Lureau |
2020-01-24 | qom: simplify qmp_device_list_properties() | Paolo Bonzini |
2020-01-24 | vl: print default value in object help | Marc-André Lureau |
2020-01-24 | qdev: rename DeviceClass.props | Paolo Bonzini |
2020-01-24 | object: return self in object_ref() | Marc-André Lureau |
2020-01-24 | object: release all props | Marc-André Lureau |
2020-01-24 | object: add object_class_property_add_link() | Marc-André Lureau |
2020-01-24 | object: express const link with link property | Marc-André Lureau |
2020-01-24 | object: add direct link flag | Marc-André Lureau |
2020-01-24 | object: rename link "child" to "target" | Marc-André Lureau |
2020-01-24 | object: check strong flag with & | Marc-André Lureau |
2020-01-24 | object: do not free class properties | Marc-André Lureau |
2020-01-24 | object: add object_property_set_default | Marc-André Lureau |
2020-01-24 | object: make object_class_property_add* return property | Marc-André Lureau |
2020-01-24 | object: add class property initializer | Marc-André Lureau |
2020-01-24 | object: avoid extra class property key duplication | Marc-André Lureau |
2020-01-24 | object: add extra sanity checks | Marc-André Lureau |
2020-01-24 | qom/object: Display more helpful message when a parent is missing | Philippe Mathieu-Daudé |
2020-01-24 | qom/object: Display more helpful message when an interface is missing | Philippe Mathieu-Daudé |
2020-01-07 | qdev/qom: remove some TODO limitations now that PROP_PTR is gone | Marc-André Lureau |
2019-12-20 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2019-12-18 | hmp: drop Error pointer indirection in hmp_handle_error | Vladimir Sementsov-Ogievskiy |
2019-12-17 | qom: add object_new_with_class | Paolo Bonzini |
2019-12-17 | qom: introduce object_register_sugar_prop | Paolo Bonzini |
2019-11-12 | qom: Fix error message in object_class_property_add() | Greg Kurz |
2019-10-14 | vl: Split off user_creatable_print_help() | Kevin Wolf |
2019-08-21 | hw/core: Move cpu.c, cpu.h from qom/ to hw/core/ | Markus Armbruster |
2019-08-16 | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster |
2019-08-16 | Include qemu/main-loop.h less | Markus Armbruster |
2019-08-16 | Clean up inclusion of exec/cpu-common.h | Markus Armbruster |
2019-08-16 | trace: Do not include qom/cpu.h into generated trace.h | Markus Armbruster |
2019-07-29 | Revert "Revert "globals: Allow global properties to be optional"" | Dr. David Alan Gilbert |
2019-07-02 | qom: Move HMP command handlers to qom/ | Markus Armbruster |
2019-07-02 | qom: Move QMP command handlers to qom/ | Markus Armbruster |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster |
2019-06-11 | qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h | Markus Armbruster |
2019-06-10 | cpu: Move icount_decr to CPUNegativeOffsetState | Richard Henderson |
2019-05-24 | qom/object: Display more helpful message when an object type is missing | Philippe Mathieu-Daudé |
2019-05-20 | Revert "globals: Allow global properties to be optional" | Daniel P. Berrangé |
2019-05-03 | qom: use object_new_with_type in object_new_with_propv | Wei Yang |
2019-04-18 | qom/cpu: Simplify how CPUClass:cpu_dump_state() prints | Markus Armbruster |
2019-04-18 | qom/cpu: Simplify how CPUClass::dump_statistics() prints | Markus Armbruster |
2019-03-22 | trace-events: Shorten file names in comments | Markus Armbruster |
2019-03-11 | qom: Move compat_props machinery from qdev to QOM | Markus Armbruster |
2019-03-11 | qom: cpu: destroy work_mutex in cpu_common_finalize | Li Qiang |
2019-02-26 | qom: don't require user creatable objects to be registered | Daniel P. Berrangé |
2019-01-29 | qom/cpu: Add cluster_index to CPUState | Peter Maydell |
2019-01-17 | globals: Allow global properties to be optional | Eduardo Habkost |