aboutsummaryrefslogtreecommitdiff
path: root/qom
AgeCommit message (Expand)Author
2014-09-25qom: Add cpu_exec_interrupt hookRichard Henderson
2014-09-25qom: Add cpu_exec_enter and cpu_exec_exit hooksRichard Henderson
2014-09-12cpu-exec: Make debug_excp_handler a QOM CPU methodPeter Maydell
2014-09-04qom: Add automatic arrayification to object_property_add()Peter Crosthwaite
2014-09-04qom: Make object_child_foreach() safe for objects removalAlexey Kardashevskiy
2014-09-02qom/object.c, hmp.c: fix string_output_get_string() memory leakChen Fan
2014-08-17qom: object: move unparenting to the child property's release callbackPaolo Bonzini
2014-08-17qom: object: delete properties before calling instance_finalizePaolo Bonzini
2014-07-01qom: object: Ignore refs/unrefs of NULLPeter Crosthwaite
2014-07-01qom: object: remove parent pointer when unparentingPeter Crosthwaite
2014-07-01qom: allow creating an alias of a child<> propertyPaolo Bonzini
2014-07-01qom: add a generic mechanism to resolve pathsPaolo Bonzini
2014-07-01qom: add object_property_add_alias()Stefan Hajnoczi
2014-06-29cpu: introduce CPUClass::virtio_is_big_endian()Greg Kurz
2014-06-19qom: introduce object_property_get_enum and object_property_get_uint16ListHu Tao
2014-04-25qerror.h: Remove QERR defines that are only used onceCole Robinson
2014-04-11qom: Fix crash with qom-list and link propertiesCole Robinson
2014-03-19qom: Add check() argument to object_property_add_link()Stefan Hajnoczi
2014-03-19qom: Make QOM link property unref optionalStefan Hajnoczi
2014-03-19qom: Don't make link NULL on object_property_set_link() failureStefan Hajnoczi
2014-03-19qom: Split object_property_set_link()Stefan Hajnoczi
2014-03-13cpu: Move tb_jmp_cache field from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Move icount_decr field from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Move icount_extra field from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Move can_do_io field from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Factor out cpu_generic_init()Andreas Färber
2014-03-13cpu: Implement CPUClass::parse_features() for the rest of CPUsAndreas Färber
2014-03-13cpu: Turn cpu_has_work() into a CPUClass hookAndreas Färber
2014-03-13cpu: Don't clear cpu->exit_request on resetEdgar E. Iglesias
2014-03-13Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2014-03-13object: add object_get_canonical_path_component()Stefan Hajnoczi
2014-03-12qom: Avoid leaking str and bool properties on failureStefan Hajnoczi
2014-02-14qapi: Add human mode to StringOutputVisitorPaolo Bonzini
2014-01-28add optional 2nd stage initialization to -object/object-add commandsIgor Mammedov
2014-01-14Merge remote branch 'luiz/queue/qmp' into qmpqEdgar E. Iglesias
2014-01-06qom: catch errors in object_property_add_childPaolo Bonzini
2013-12-24qom: Detect bad reentrance during object_class_foreach()Hervé Poussineau
2013-12-24qom: Do not register interface "types" in the type table and fix namesPaolo Bonzini
2013-12-24qom: Split out object and class cachesPeter Crosthwaite
2013-12-23cpu: Document why cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-11-19qom: Fix memory leak in object_property_set_link()Vlad Yasevich
2013-10-31Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-10-14qom: add pointer to int property helpersMichael S. Tsirkin
2013-09-20cpu: Move cpu state syncs up into cpu_dump_state()James Hogan
2013-09-03Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori
2013-09-03cpu: Replace qemu_for_each_cpu()Andreas Färber
2013-08-30qom: Assert instance size in object_initialize_with_type()Andreas Färber
2013-08-30qom: Pass available size to object_initialize()Andreas Färber