aboutsummaryrefslogtreecommitdiff
path: root/qom
AgeCommit message (Expand)AuthorFilesLines
2020-01-24qapi/qmp: add ObjectPropertyInfo.default-valueMarc-André Lureau1-0/+2
2020-01-24qom: introduce object_property_help()Marc-André Lureau1-17/+28
2020-01-24qom: simplify qmp_device_list_properties()Paolo Bonzini1-47/+5
2020-01-24vl: print default value in object helpMarc-André Lureau1-0/+6
2020-01-24qdev: rename DeviceClass.propsPaolo Bonzini1-1/+1
2020-01-24object: return self in object_ref()Marc-André Lureau1-2/+3
2020-01-24object: release all propsMarc-André Lureau1-11/+10
2020-01-24object: add object_class_property_add_link()Marc-André Lureau1-1/+45
2020-01-24object: express const link with link propertyMarc-André Lureau1-18/+23
2020-01-24object: add direct link flagMarc-André Lureau1-6/+20
2020-01-24object: rename link "child" to "target"Marc-André Lureau1-12/+12
2020-01-24object: check strong flag with &Marc-André Lureau1-1/+1
2020-01-24object: do not free class propertiesMarc-André Lureau1-4/+4
2020-01-24object: add object_property_set_defaultMarc-André Lureau1-0/+48
2020-01-24object: make object_class_property_add* return propertyMarc-André Lureau1-20/+44
2020-01-24object: add class property initializerMarc-André Lureau1-0/+14
2020-01-24object: avoid extra class property key duplicationMarc-André Lureau1-3/+3
2020-01-24object: add extra sanity checksMarc-André Lureau1-0/+1
2020-01-24qom/object: Display more helpful message when a parent is missingPhilippe Mathieu-Daudé1-1/+5
2020-01-24qom/object: Display more helpful message when an interface is missingPhilippe Mathieu-Daudé1-0/+5
2020-01-07qdev/qom: remove some TODO limitations now that PROP_PTR is goneMarc-André Lureau1-10/+0
2019-12-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-2/+26
2019-12-18hmp: drop Error pointer indirection in hmp_handle_errorVladimir Sementsov-Ogievskiy1-2/+2
2019-12-17qom: add object_new_with_classPaolo Bonzini1-0/+5
2019-12-17qom: introduce object_register_sugar_propPaolo Bonzini1-2/+21
2019-11-12qom: Fix error message in object_class_property_add()Greg Kurz1-6/+4
2019-10-14vl: Split off user_creatable_print_help()Kevin Wolf1-0/+61
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster2-459/+0
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster1-1/+0
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-1/+1
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+1
2019-08-16Clean up inclusion of exec/cpu-common.hMarkus Armbruster1-1/+0
2019-08-16trace: Do not include qom/cpu.h into generated trace.hMarkus Armbruster1-0/+1
2019-07-29Revert "Revert "globals: Allow global properties to be optional""Dr. David Alan Gilbert1-0/+3
2019-07-02qom: Move HMP command handlers to qom/Markus Armbruster2-1/+121
2019-07-02qom: Move QMP command handlers to qom/Markus Armbruster2-0/+324
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-06-11qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster1-1/+1
2019-06-10cpu: Move icount_decr to CPUNegativeOffsetStateRichard Henderson1-2/+2
2019-05-24qom/object: Display more helpful message when an object type is missingPhilippe Mathieu-Daudé1-1/+6
2019-05-20Revert "globals: Allow global properties to be optional"Daniel P. Berrangé1-3/+0
2019-05-03qom: use object_new_with_type in object_new_with_propvWei Yang1-1/+1
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster1-3/+3
2019-04-18qom/cpu: Simplify how CPUClass::dump_statistics() printsMarkus Armbruster1-3/+2
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster1-1/+1
2019-03-11qom: Move compat_props machinery from qdev to QOMMarkus Armbruster1-0/+39
2019-03-11qom: cpu: destroy work_mutex in cpu_common_finalizeLi Qiang1-0/+3
2019-02-26qom: don't require user creatable objects to be registeredDaniel P. Berrangé2-10/+18
2019-01-29qom/cpu: Add cluster_index to CPUStatePeter Maydell1-0/+1
2019-01-17globals: Allow global properties to be optionalEduardo Habkost1-0/+3