summaryrefslogtreecommitdiff
path: root/qom
AgeCommit message (Expand)AuthorFilesLines
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
2019-01-10qom: Don't keep error value between object_property_parse() callsEduardo Habkost1-1/+1
2019-01-07qdev-props: call object_apply_global_props()Marc-André Lureau1-1/+11
2019-01-07qdev-props: remove errp from GlobalPropertyMarc-André Lureau1-1/+0
2019-01-07hw: apply accel compat properties without touching globalsMarc-André Lureau1-0/+25
2018-12-11qom: remove unimplemented class_finalizeMarc-André Lureau1-2/+0
2018-12-11qom: make user_creatable_complete() specific to UserCreatableMarc-André Lureau2-15/+11
2018-10-23Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into...Peter Maydell1-3/+1
2018-10-19qom: Clean up error reporting in user_creatable_add_opts_foreach()Markus Armbruster1-3/+1
2018-10-18tcg: access cpu->icount_decr.u16.high with atomicsEmilio G. Cota1-1/+1
2018-10-17cpu: Provide a proper prototype for target_words_bigendian() in a headerThomas Huth1-1/+0
2018-10-05vl: list user creatable properties when 'help' is argumentMarc-André Lureau1-3/+3
2018-10-05qom/object: register 'type' property as class propertyMarc-André Lureau1-3/+4
2018-10-05qom/object: fix iterating properties over a classMarc-André Lureau1-1/+1
2018-10-02qom/object: add some interface assertsMarc-André Lureau1-1/+8
2018-07-17qom/object: Add a new function object_initialize_child()Thomas Huth1-0/+54
2018-06-13Purge uses of banned g_assert_FOO()Markus Armbruster1-5/+5
2018-06-12object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalenceMarc-André Lureau1-3/+5
2018-06-01qom: support orphan objects in object_get_canonical_pathPaolo Bonzini1-12/+16
2018-05-09memdev: remove "id" propertyPaolo Bonzini1-6/+0
2018-05-09qom: allow object_get_canonical_path_component without parentPaolo Bonzini1-2/+3
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau2-9/+9
2018-03-20Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell1-55/+6
2018-03-19qobject: let object_property_get_str() use new APIPeter Xu1-6/+3
2018-03-19qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz1-4/+4
2018-03-19cpu: drop unnecessary NULL check and cpu_common_class_by_name()Igor Mammedov1-12/+2
2018-03-19Use cpu_create(type) instead of cpu_init(cpu_model)Igor Mammedov1-43/+4
2018-03-12qom: introduce object_class_get_list_sortedPaolo Bonzini1-0/+13
2018-03-06qmp: Add qom-list-properties to list QOM object propertiesAlexey Kardashevskiy1-0/+7
2018-03-02qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster1-1/+1
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster2-2/+1
2018-03-02Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster1-0/+1
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-0/+1
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster1-0/+1
2018-02-09Include qapi/qmp/qobject.h exactly where neededMarkus Armbruster1-1/+0
2018-02-09qdict qlist: Make most helper macros functionsMarkus Armbruster1-0/+1
2017-10-24tcg: Add CPUState cflags_next_tbRichard Henderson1-0/+1
2017-10-17qom: introduce type_register_static_array()Igor Mammedov1-0/+9
2017-10-09qom/cpu: move cpu_model null check to cpu_class_by_name()Philippe Mathieu-Daudé1-1/+6
2017-10-03qom: provide root container for internal objsPeter Xu1-0/+11
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov1-14/+5
2017-09-19qom: cpus: split cpu_generic_init() on feature parsing and cpu creation partsIgor Mammedov1-16/+30