Age | Commit message (Expand) | Author | Files | Lines |
2019-01-29 | qom/cpu: Add cluster_index to CPUState | Peter Maydell | 1 | -0/+1 |
2019-01-17 | globals: Allow global properties to be optional | Eduardo Habkost | 1 | -0/+3 |
2019-01-10 | qom: Don't keep error value between object_property_parse() calls | Eduardo Habkost | 1 | -1/+1 |
2019-01-07 | qdev-props: call object_apply_global_props() | Marc-André Lureau | 1 | -1/+11 |
2019-01-07 | qdev-props: remove errp from GlobalProperty | Marc-André Lureau | 1 | -1/+0 |
2019-01-07 | hw: apply accel compat properties without touching globals | Marc-André Lureau | 1 | -0/+25 |
2018-12-11 | qom: remove unimplemented class_finalize | Marc-André Lureau | 1 | -2/+0 |
2018-12-11 | qom: make user_creatable_complete() specific to UserCreatable | Marc-André Lureau | 2 | -15/+11 |
2018-10-23 | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into... | Peter Maydell | 1 | -3/+1 |
2018-10-19 | qom: Clean up error reporting in user_creatable_add_opts_foreach() | Markus Armbruster | 1 | -3/+1 |
2018-10-18 | tcg: access cpu->icount_decr.u16.high with atomics | Emilio G. Cota | 1 | -1/+1 |
2018-10-17 | cpu: Provide a proper prototype for target_words_bigendian() in a header | Thomas Huth | 1 | -1/+0 |
2018-10-05 | vl: list user creatable properties when 'help' is argument | Marc-André Lureau | 1 | -3/+3 |
2018-10-05 | qom/object: register 'type' property as class property | Marc-André Lureau | 1 | -3/+4 |
2018-10-05 | qom/object: fix iterating properties over a class | Marc-André Lureau | 1 | -1/+1 |
2018-10-02 | qom/object: add some interface asserts | Marc-André Lureau | 1 | -1/+8 |
2018-07-17 | qom/object: Add a new function object_initialize_child() | Thomas Huth | 1 | -0/+54 |
2018-06-13 | Purge uses of banned g_assert_FOO() | Markus Armbruster | 1 | -5/+5 |
2018-06-12 | object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence | Marc-André Lureau | 1 | -3/+5 |
2018-06-01 | qom: support orphan objects in object_get_canonical_path | Paolo Bonzini | 1 | -12/+16 |
2018-05-09 | memdev: remove "id" property | Paolo Bonzini | 1 | -6/+0 |
2018-05-09 | qom: allow object_get_canonical_path_component without parent | Paolo Bonzini | 1 | -2/+3 |
2018-05-04 | qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF | Marc-André Lureau | 2 | -9/+9 |
2018-03-20 | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request... | Peter Maydell | 1 | -55/+6 |
2018-03-19 | qobject: let object_property_get_str() use new API | Peter Xu | 1 | -6/+3 |
2018-03-19 | qapi: Replace qobject_to_X(o) by qobject_to(X, o) | Max Reitz | 1 | -4/+4 |
2018-03-19 | cpu: drop unnecessary NULL check and cpu_common_class_by_name() | Igor Mammedov | 1 | -12/+2 |
2018-03-19 | Use cpu_create(type) instead of cpu_init(cpu_model) | Igor Mammedov | 1 | -43/+4 |
2018-03-12 | qom: introduce object_class_get_list_sorted | Paolo Bonzini | 1 | -0/+13 |
2018-03-06 | qmp: Add qom-list-properties to list QOM object properties | Alexey Kardashevskiy | 1 | -0/+7 |
2018-03-02 | qapi: Move qapi-schema.json to qapi/, rename generated files | Markus Armbruster | 1 | -1/+1 |
2018-03-02 | Include less of the generated modular QAPI headers | Markus Armbruster | 2 | -2/+1 |
2018-03-02 | Include qapi/qmp/qerror.h exactly where needed | Markus Armbruster | 1 | -0/+1 |
2018-02-09 | Move include qemu/option.h from qemu-common.h to actual users | Markus Armbruster | 1 | -0/+1 |
2018-02-09 | Include qapi/qmp/qdict.h exactly where needed | Markus Armbruster | 1 | -0/+1 |
2018-02-09 | Include qapi/qmp/qobject.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2018-02-09 | qdict qlist: Make most helper macros functions | Markus Armbruster | 1 | -0/+1 |
2017-10-24 | tcg: Add CPUState cflags_next_tb | Richard Henderson | 1 | -0/+1 |
2017-10-17 | qom: introduce type_register_static_array() | Igor Mammedov | 1 | -0/+9 |
2017-10-09 | qom/cpu: move cpu_model null check to cpu_class_by_name() | Philippe Mathieu-Daudé | 1 | -1/+6 |
2017-10-03 | qom: provide root container for internal objs | Peter Xu | 1 | -0/+11 |
2017-09-19 | cpu: make cpu_generic_init() abort QEMU on error | Igor Mammedov | 1 | -14/+5 |
2017-09-19 | qom: cpus: split cpu_generic_init() on feature parsing and cpu creation parts | Igor Mammedov | 1 | -16/+30 |
2017-09-19 | vl: Clean up user-creatable objects when exiting | Eduardo Habkost | 1 | -0/+5 |
2017-09-07 | boards.h: Define new flag ignore_memory_transaction_failures | Peter Maydell | 1 | -0/+16 |
2017-09-04 | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-09-01-v3' in... | Peter Maydell | 1 | -8/+8 |
2017-09-04 | qapi: Change data type of the FOO_lookup generated for enum FOO | Marc-André Lureau | 1 | -8/+8 |
2017-09-01 | qom: cpu: fix parsed feature string length | Igor Mammedov | 1 | -8/+6 |
2017-09-01 | cpu: cpu_by_arch_id() helper | Eduardo Habkost | 1 | -3/+8 |
2017-09-01 | qom: Remove unused errp parameter from can_be_deleted() | Eduardo Habkost | 1 | -3/+3 |