aboutsummaryrefslogtreecommitdiff
path: root/qom
AgeCommit message (Expand)Author
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
2018-03-02qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-03-02Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster
2018-02-09Include qapi/qmp/qobject.h exactly where neededMarkus Armbruster
2018-02-09qdict qlist: Make most helper macros functionsMarkus Armbruster
2017-10-24tcg: Add CPUState cflags_next_tbRichard Henderson
2017-10-17qom: introduce type_register_static_array()Igor Mammedov
2017-10-09qom/cpu: move cpu_model null check to cpu_class_by_name()Philippe Mathieu-Daudé
2017-10-03qom: provide root container for internal objsPeter Xu
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov
2017-09-19qom: cpus: split cpu_generic_init() on feature parsing and cpu creation partsIgor Mammedov
2017-09-19vl: Clean up user-creatable objects when exitingEduardo Habkost
2017-09-07boards.h: Define new flag ignore_memory_transaction_failuresPeter Maydell
2017-09-04Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-09-01-v3' in...Peter Maydell
2017-09-04qapi: Change data type of the FOO_lookup generated for enum FOOMarc-André Lureau
2017-09-01qom: cpu: fix parsed feature string lengthIgor Mammedov
2017-09-01cpu: cpu_by_arch_id() helperEduardo Habkost
2017-09-01qom: Remove unused errp parameter from can_be_deleted()Eduardo Habkost
2017-08-09Revert "cpu: add APIs to allocate/free CPU environment"Michael S. Tsirkin
2017-08-08cpu: add APIs to allocate/free CPU environmentMichael S. Tsirkin