aboutsummaryrefslogtreecommitdiff
path: root/qom
AgeCommit message (Expand)Author
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
2019-03-11qom: cpu: destroy work_mutex in cpu_common_finalizeLi Qiang
2019-02-26qom: don't require user creatable objects to be registeredDaniel P. Berrangé
2019-01-29qom/cpu: Add cluster_index to CPUStatePeter Maydell
2019-01-17globals: Allow global properties to be optionalEduardo Habkost
2019-01-10qom: Don't keep error value between object_property_parse() callsEduardo Habkost
2019-01-07qdev-props: call object_apply_global_props()Marc-André Lureau
2019-01-07qdev-props: remove errp from GlobalPropertyMarc-André Lureau
2019-01-07hw: apply accel compat properties without touching globalsMarc-André Lureau
2018-12-11qom: remove unimplemented class_finalizeMarc-André Lureau
2018-12-11qom: make user_creatable_complete() specific to UserCreatableMarc-André Lureau
2018-10-23Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into...Peter Maydell
2018-10-19qom: Clean up error reporting in user_creatable_add_opts_foreach()Markus Armbruster
2018-10-18tcg: access cpu->icount_decr.u16.high with atomicsEmilio G. Cota
2018-10-17cpu: Provide a proper prototype for target_words_bigendian() in a headerThomas Huth
2018-10-05vl: list user creatable properties when 'help' is argumentMarc-André Lureau
2018-10-05qom/object: register 'type' property as class propertyMarc-André Lureau
2018-10-05qom/object: fix iterating properties over a classMarc-André Lureau
2018-10-02qom/object: add some interface assertsMarc-André Lureau
2018-07-17qom/object: Add a new function object_initialize_child()Thomas Huth
2018-06-13Purge uses of banned g_assert_FOO()Markus Armbruster
2018-06-12object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalenceMarc-André Lureau
2018-06-01qom: support orphan objects in object_get_canonical_pathPaolo Bonzini
2018-05-09memdev: remove "id" propertyPaolo Bonzini
2018-05-09qom: allow object_get_canonical_path_component without parentPaolo Bonzini
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau
2018-03-20Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell
2018-03-19qobject: let object_property_get_str() use new APIPeter Xu
2018-03-19qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz
2018-03-19cpu: drop unnecessary NULL check and cpu_common_class_by_name()Igor Mammedov
2018-03-19Use cpu_create(type) instead of cpu_init(cpu_model)Igor Mammedov
2018-03-12qom: introduce object_class_get_list_sortedPaolo Bonzini
2018-03-06qmp: Add qom-list-properties to list QOM object propertiesAlexey Kardashevskiy