summaryrefslogtreecommitdiff
path: root/qom
AgeCommit message (Expand)AuthorFilesLines
2014-12-20cpu: initialize cpu->exception_index on resetPaolo Bonzini1-0/+1
2014-11-02qom/cpu: remove the unused CPU hot-plug notifierGu Zheng1-10/+0
2014-10-23qom: Demote already-has-a-parent to a regular errorPeter Crosthwaite1-1/+5
2014-10-23qom: Allow clearing of a Link propertyPeter Crosthwaite1-3/+7
2014-10-15qom: Add description field in ObjectProperty structGonglei1-0/+20
2014-10-15qom: Add error handler for object alias propertyGonglei1-1/+8
2014-10-15qom: Add error handler for object_property_print()Gonglei1-2/+10
2014-09-25qom: Add cpu_exec_interrupt hookRichard Henderson1-0/+6
2014-09-25qom: Add cpu_exec_enter and cpu_exec_exit hooksRichard Henderson1-2/+4
2014-09-12cpu-exec: Make debug_excp_handler a QOM CPU methodPeter Maydell1-0/+5
2014-09-04qom: Add automatic arrayification to object_property_add()Peter Crosthwaite1-0/+21
2014-09-04qom: Make object_child_foreach() safe for objects removalAlexey Kardashevskiy1-2/+2
2014-09-02qom/object.c, hmp.c: fix string_output_get_string() memory leakChen Fan1-2/+10
2014-08-17qom: object: move unparenting to the child property's release callbackPaolo Bonzini1-10/+4
2014-08-17qom: object: delete properties before calling instance_finalizePaolo Bonzini1-1/+1
2014-07-01qom: object: Ignore refs/unrefs of NULLPeter Crosthwaite1-6/+8
2014-07-01qom: object: remove parent pointer when unparentingPeter Crosthwaite1-0/+1
2014-07-01qom: allow creating an alias of a child<> propertyPaolo Bonzini1-1/+11
2014-07-01qom: add a generic mechanism to resolve pathsPaolo Bonzini1-29/+53
2014-07-01qom: add object_property_add_alias()Stefan Hajnoczi1-0/+51
2014-06-29cpu: introduce CPUClass::virtio_is_big_endian()Greg Kurz1-0/+6
2014-06-19qom: introduce object_property_get_enum and object_property_get_uint16ListHu Tao1-0/+35
2014-04-25qerror.h: Remove QERR defines that are only used onceCole Robinson1-2/+3
2014-04-11qom: Fix crash with qom-list and link propertiesCole Robinson1-1/+2
2014-03-19qom: Add check() argument to object_property_add_link()Stefan Hajnoczi1-1/+17
2014-03-19qom: Make QOM link property unref optionalStefan Hajnoczi1-3/+33
2014-03-19qom: Don't make link NULL on object_property_set_link() failureStefan Hajnoczi1-14/+15
2014-03-19qom: Split object_property_set_link()Stefan Hajnoczi1-20/+40
2014-03-13cpu: Move tb_jmp_cache field from CPU_COMMON to CPUStateAndreas Färber1-0/+1
2014-03-13cpu: Move icount_decr field from CPU_COMMON to CPUStateAndreas Färber1-0/+1
2014-03-13cpu: Move icount_extra field from CPU_COMMON to CPUStateAndreas Färber1-0/+1
2014-03-13cpu: Move can_do_io field from CPU_COMMON to CPUStateAndreas Färber1-0/+1
2014-03-13cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUStateAndreas Färber1-0/+2
2014-03-13cpu: Factor out cpu_generic_init()Andreas Färber1-0/+41
2014-03-13cpu: Implement CPUClass::parse_features() for the rest of CPUsAndreas Färber1-1/+30
2014-03-13cpu: Turn cpu_has_work() into a CPUClass hookAndreas Färber1-0/+6
2014-03-13cpu: Don't clear cpu->exit_request on resetEdgar E. Iglesias1-1/+0
2014-03-13Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-22/+32
2014-03-13object: add object_get_canonical_path_component()Stefan Hajnoczi1-22/+32
2014-03-12qom: Avoid leaking str and bool properties on failureStefan Hajnoczi1-2/+12
2014-02-14qapi: Add human mode to StringOutputVisitorPaolo Bonzini1-2/+2
2014-01-28add optional 2nd stage initialization to -object/object-add commandsIgor Mammedov2-0/+33
2014-01-14Merge remote branch 'luiz/queue/qmp' into qmpqEdgar E. Iglesias1-3/+8
2014-01-06qom: catch errors in object_property_add_childPaolo Bonzini1-3/+8
2013-12-24qom: Detect bad reentrance during object_class_foreach()Hervé Poussineau1-0/+5
2013-12-24qom: Do not register interface "types" in the type table and fix namesPaolo Bonzini1-11/+21
2013-12-24qom: Split out object and class cachesPeter Crosthwaite1-6/+7
2013-12-23cpu: Document why cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+5
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+1
2013-11-19qom: Fix memory leak in object_property_set_link()Vlad Yasevich1-2/+3