summaryrefslogtreecommitdiff
path: root/qom
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-31Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-0/+60
2013-10-14qom: add pointer to int property helpersMichael S. Tsirkin1-0/+60
2013-09-20cpu: Move cpu state syncs up into cpu_dump_state()James Hogan1-0/+1
2013-09-03Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori1-21/+9
2013-09-03cpu: Replace qemu_for_each_cpu()Andreas Färber1-21/+9
2013-08-30qom: Assert instance size in object_initialize_with_type()Andreas Färber1-3/+4
2013-08-30qom: Pass available size to object_initialize()Andreas Färber1-1/+1
2013-08-16qom: Introduce instance_post_init hookEduardo Habkost1-0/+14
2013-08-16gdbstub: Fix gdb_register_coprocessor() register countingAndreas Färber1-1/+1
2013-07-29cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState"Andreas Färber1-2/+0
2013-07-27cpu: Introduce CPUClass::gdb_{read,write}_register()Andreas Färber1-0/+13
2013-07-26cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regsAndreas Färber1-0/+9
2013-07-10Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori1-0/+8