summaryrefslogtreecommitdiffstats
path: root/qom
Commit message (Expand)AuthorAgeFilesLines
* vl: Split off user_creatable_print_help()Kevin Wolf2019-10-141-0/+61
* hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster2019-08-212-459/+0Star
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+0Star
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-1/+1
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+1
* Clean up inclusion of exec/cpu-common.hMarkus Armbruster2019-08-161-1/+0Star
* trace: Do not include qom/cpu.h into generated trace.hMarkus Armbruster2019-08-161-0/+1
* Revert "Revert "globals: Allow global properties to be optional""Dr. David Alan Gilbert2019-07-291-0/+3
* qom: Move HMP command handlers to qom/Markus Armbruster2019-07-022-1/+121
* qom: Move QMP command handlers to qom/Markus Armbruster2019-07-022-0/+324
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster2019-06-111-1/+1
* cpu: Move icount_decr to CPUNegativeOffsetStateRichard Henderson2019-06-101-2/+2
* qom/object: Display more helpful message when an object type is missingPhilippe Mathieu-Daudé2019-05-241-1/+6
* Revert "globals: Allow global properties to be optional"Daniel P. Berrangé2019-05-211-3/+0Star
* qom: use object_new_with_type in object_new_with_propvWei Yang2019-05-031-1/+1
* qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster2019-04-181-3/+3
* qom/cpu: Simplify how CPUClass::dump_statistics() printsMarkus Armbruster2019-04-181-3/+2Star
* trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-1/+1
* qom: Move compat_props machinery from qdev to QOMMarkus Armbruster2019-03-111-0/+39
* qom: cpu: destroy work_mutex in cpu_common_finalizeLi Qiang2019-03-111-0/+3
* qom: don't require user creatable objects to be registeredDaniel P. Berrangé2019-02-262-10/+18
* qom/cpu: Add cluster_index to CPUStatePeter Maydell2019-01-291-0/+1
* globals: Allow global properties to be optionalEduardo Habkost2019-01-181-0/+3
* qom: Don't keep error value between object_property_parse() callsEduardo Habkost2019-01-101-1/+1
* qdev-props: call object_apply_global_props()Marc-André Lureau2019-01-071-1/+11
* qdev-props: remove errp from GlobalPropertyMarc-André Lureau2019-01-071-1/+0Star
* hw: apply accel compat properties without touching globalsMarc-André Lureau2019-01-071-0/+25
* qom: remove unimplemented class_finalizeMarc-André Lureau2018-12-111-2/+0Star
* qom: make user_creatable_complete() specific to UserCreatableMarc-André Lureau2018-12-112-15/+11Star
* Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into...Peter Maydell2018-10-231-3/+1Star
|\
| * qom: Clean up error reporting in user_creatable_add_opts_foreach()Markus Armbruster2018-10-191-3/+1Star
* | tcg: access cpu->icount_decr.u16.high with atomicsEmilio G. Cota2018-10-191-1/+1
|/
* cpu: Provide a proper prototype for target_words_bigendian() in a headerThomas Huth2018-10-171-1/+0Star
* vl: list user creatable properties when 'help' is argumentMarc-André Lureau2018-10-051-3/+3
* qom/object: register 'type' property as class propertyMarc-André Lureau2018-10-051-3/+4
* qom/object: fix iterating properties over a classMarc-André Lureau2018-10-051-1/+1
* qom/object: add some interface assertsMarc-André Lureau2018-10-021-1/+8
* qom/object: Add a new function object_initialize_child()Thomas Huth2018-07-171-0/+54
* Purge uses of banned g_assert_FOO()Markus Armbruster2018-06-131-5/+5
* object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalenceMarc-André Lureau2018-06-121-3/+5
* qom: support orphan objects in object_get_canonical_pathPaolo Bonzini2018-06-011-12/+16
* memdev: remove "id" propertyPaolo Bonzini2018-05-091-6/+0Star
* qom: allow object_get_canonical_path_component without parentPaolo Bonzini2018-05-091-2/+3
* qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau2018-05-042-9/+9
* Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2018-03-201-55/+6Star
|\
| * cpu: drop unnecessary NULL check and cpu_common_class_by_name()Igor Mammedov2018-03-191-12/+2Star
| * Use cpu_create(type) instead of cpu_init(cpu_model)Igor Mammedov2018-03-191-43/+4Star
* | qobject: let object_property_get_str() use new APIPeter Xu2018-03-191-6/+3Star
* | qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz2018-03-191-4/+4
|/