aboutsummaryrefslogtreecommitdiff
path: root/qom
AgeCommit message (Expand)Author
2020-03-16qom/object: enable setter for uint typesFelipe Franciosi
2020-03-11qom-qmp-cmds: fix two memleaks in qmp_object_addPan Nengyuan
2020-03-06qemu-storage-daemon: Add --object optionKevin Wolf
2020-03-06qapi: Flatten object-addKevin Wolf
2020-01-24qapi/qmp: add ObjectPropertyInfo.default-valueMarc-André Lureau
2020-01-24qom: introduce object_property_help()Marc-André Lureau
2020-01-24qom: simplify qmp_device_list_properties()Paolo Bonzini
2020-01-24vl: print default value in object helpMarc-André Lureau
2020-01-24qdev: rename DeviceClass.propsPaolo Bonzini
2020-01-24object: return self in object_ref()Marc-André Lureau
2020-01-24object: release all propsMarc-André Lureau
2020-01-24object: add object_class_property_add_link()Marc-André Lureau
2020-01-24object: express const link with link propertyMarc-André Lureau
2020-01-24object: add direct link flagMarc-André Lureau
2020-01-24object: rename link "child" to "target"Marc-André Lureau
2020-01-24object: check strong flag with &Marc-André Lureau
2020-01-24object: do not free class propertiesMarc-André Lureau
2020-01-24object: add object_property_set_defaultMarc-André Lureau
2020-01-24object: make object_class_property_add* return propertyMarc-André Lureau
2020-01-24object: add class property initializerMarc-André Lureau
2020-01-24object: avoid extra class property key duplicationMarc-André Lureau
2020-01-24object: add extra sanity checksMarc-André Lureau
2020-01-24qom/object: Display more helpful message when a parent is missingPhilippe Mathieu-Daudé
2020-01-24qom/object: Display more helpful message when an interface is missingPhilippe Mathieu-Daudé
2020-01-07qdev/qom: remove some TODO limitations now that PROP_PTR is goneMarc-André Lureau
2019-12-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2019-12-18hmp: drop Error pointer indirection in hmp_handle_errorVladimir Sementsov-Ogievskiy
2019-12-17qom: add object_new_with_classPaolo Bonzini
2019-12-17qom: introduce object_register_sugar_propPaolo Bonzini
2019-11-12qom: Fix error message in object_class_property_add()Greg Kurz
2019-10-14vl: Split off user_creatable_print_help()Kevin Wolf
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-08-16Clean up inclusion of exec/cpu-common.hMarkus Armbruster
2019-08-16trace: Do not include qom/cpu.h into generated trace.hMarkus Armbruster
2019-07-29Revert "Revert "globals: Allow global properties to be optional""Dr. David Alan Gilbert
2019-07-02qom: Move HMP command handlers to qom/Markus Armbruster
2019-07-02qom: Move QMP command handlers to qom/Markus Armbruster
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-11qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster
2019-06-10cpu: Move icount_decr to CPUNegativeOffsetStateRichard Henderson
2019-05-24qom/object: Display more helpful message when an object type is missingPhilippe Mathieu-Daudé
2019-05-20Revert "globals: Allow global properties to be optional"Daniel P. Berrangé
2019-05-03qom: use object_new_with_type in object_new_with_propvWei Yang
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster
2019-04-18qom/cpu: Simplify how CPUClass::dump_statistics() printsMarkus Armbruster
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster
2019-03-11qom: Move compat_props machinery from qdev to QOMMarkus Armbruster