| Commit message (Expand) | Author | Age | Files | Lines |
* | hw/core: Move cpu.c, cpu.h from qom/ to hw/core/ | Markus Armbruster | 2019-08-21 | 2 | -459/+0 |
* | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster | 2019-08-16 | 1 | -1/+0 |
* | Include hw/qdev-properties.h less | Markus Armbruster | 2019-08-16 | 1 | -1/+1 |
* | Include qemu/main-loop.h less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Clean up inclusion of exec/cpu-common.h | Markus Armbruster | 2019-08-16 | 1 | -1/+0 |
* | trace: Do not include qom/cpu.h into generated trace.h | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Revert "Revert "globals: Allow global properties to be optional"" | Dr. David Alan Gilbert | 2019-07-29 | 1 | -0/+3 |
* | qom: Move HMP command handlers to qom/ | Markus Armbruster | 2019-07-02 | 2 | -1/+121 |
* | qom: Move QMP command handlers to qom/ | Markus Armbruster | 2019-07-02 | 2 | -0/+324 |
* | Include qemu-common.h exactly where needed | Markus Armbruster | 2019-06-12 | 1 | -1/+0 |
* | qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h | Markus Armbruster | 2019-06-11 | 1 | -1/+1 |
* | cpu: Move icount_decr to CPUNegativeOffsetState | Richard Henderson | 2019-06-10 | 1 | -2/+2 |
* | qom/object: Display more helpful message when an object type is missing | Philippe Mathieu-Daudé | 2019-05-24 | 1 | -1/+6 |
* | Revert "globals: Allow global properties to be optional" | Daniel P. Berrangé | 2019-05-21 | 1 | -3/+0 |
* | qom: use object_new_with_type in object_new_with_propv | Wei Yang | 2019-05-03 | 1 | -1/+1 |
* | qom/cpu: Simplify how CPUClass:cpu_dump_state() prints | Markus Armbruster | 2019-04-18 | 1 | -3/+3 |
* | qom/cpu: Simplify how CPUClass::dump_statistics() prints | Markus Armbruster | 2019-04-18 | 1 | -3/+2 |
* | trace-events: Shorten file names in comments | Markus Armbruster | 2019-03-22 | 1 | -1/+1 |
* | qom: Move compat_props machinery from qdev to QOM | Markus Armbruster | 2019-03-11 | 1 | -0/+39 |
* | qom: cpu: destroy work_mutex in cpu_common_finalize | Li Qiang | 2019-03-11 | 1 | -0/+3 |
* | qom: don't require user creatable objects to be registered | Daniel P. Berrangé | 2019-02-26 | 2 | -10/+18 |
* | qom/cpu: Add cluster_index to CPUState | Peter Maydell | 2019-01-29 | 1 | -0/+1 |
* | globals: Allow global properties to be optional | Eduardo Habkost | 2019-01-18 | 1 | -0/+3 |
* | qom: Don't keep error value between object_property_parse() calls | Eduardo Habkost | 2019-01-10 | 1 | -1/+1 |
* | qdev-props: call object_apply_global_props() | Marc-André Lureau | 2019-01-07 | 1 | -1/+11 |
* | qdev-props: remove errp from GlobalProperty | Marc-André Lureau | 2019-01-07 | 1 | -1/+0 |
* | hw: apply accel compat properties without touching globals | Marc-André Lureau | 2019-01-07 | 1 | -0/+25 |
* | qom: remove unimplemented class_finalize | Marc-André Lureau | 2018-12-11 | 1 | -2/+0 |
* | qom: make user_creatable_complete() specific to UserCreatable | Marc-André Lureau | 2018-12-11 | 2 | -15/+11 |
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into... | Peter Maydell | 2018-10-23 | 1 | -3/+1 |
|\ |
|
| * | qom: Clean up error reporting in user_creatable_add_opts_foreach() | Markus Armbruster | 2018-10-19 | 1 | -3/+1 |
* | | tcg: access cpu->icount_decr.u16.high with atomics | Emilio G. Cota | 2018-10-19 | 1 | -1/+1 |
|/ |
|
* | cpu: Provide a proper prototype for target_words_bigendian() in a header | Thomas Huth | 2018-10-17 | 1 | -1/+0 |
* | vl: list user creatable properties when 'help' is argument | Marc-André Lureau | 2018-10-05 | 1 | -3/+3 |
* | qom/object: register 'type' property as class property | Marc-André Lureau | 2018-10-05 | 1 | -3/+4 |
* | qom/object: fix iterating properties over a class | Marc-André Lureau | 2018-10-05 | 1 | -1/+1 |
* | qom/object: add some interface asserts | Marc-André Lureau | 2018-10-02 | 1 | -1/+8 |
* | qom/object: Add a new function object_initialize_child() | Thomas Huth | 2018-07-17 | 1 | -0/+54 |
* | Purge uses of banned g_assert_FOO() | Markus Armbruster | 2018-06-13 | 1 | -5/+5 |
* | object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence | Marc-André Lureau | 2018-06-12 | 1 | -3/+5 |
* | qom: support orphan objects in object_get_canonical_path | Paolo Bonzini | 2018-06-01 | 1 | -12/+16 |
* | memdev: remove "id" property | Paolo Bonzini | 2018-05-09 | 1 | -6/+0 |
* | qom: allow object_get_canonical_path_component without parent | Paolo Bonzini | 2018-05-09 | 1 | -2/+3 |
* | qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF | Marc-André Lureau | 2018-05-04 | 2 | -9/+9 |
* | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request... | Peter Maydell | 2018-03-20 | 1 | -55/+6 |
|\ |
|
| * | cpu: drop unnecessary NULL check and cpu_common_class_by_name() | Igor Mammedov | 2018-03-19 | 1 | -12/+2 |
| * | Use cpu_create(type) instead of cpu_init(cpu_model) | Igor Mammedov | 2018-03-19 | 1 | -43/+4 |
* | | qobject: let object_property_get_str() use new API | Peter Xu | 2018-03-19 | 1 | -6/+3 |
* | | qapi: Replace qobject_to_X(o) by qobject_to(X, o) | Max Reitz | 2018-03-19 | 1 | -4/+4 |
|/ |
|
* | qom: introduce object_class_get_list_sorted | Paolo Bonzini | 2018-03-12 | 1 | -0/+13 |