]> git.proxmox.com Git - mirror_qemu.git/history - qom/object.c
qbus: Make child devices links
[mirror_qemu.git] / qom / object.c
2012-06-18 Anthony Liguoriqbus: Make child devices links
2012-06-18 Paolo Bonziniqdev: Push "type" property up to Object
2012-06-18 Paolo Bonziniqom: Assert that public types have a non-NULL parent...
2012-06-18 Paolo Bonziniqom: Make Object a type
2012-06-18 Paolo Bonziniqom: Add class_base_init
2012-06-18 Paolo Bonziniqom: Add object_child_foreach()
2012-06-18 Andreas Färberqom: Introduce object_property_is_{child,link}()
2012-06-18 Paolo Bonziniqom: Add object_class_get_parent()
2012-06-02 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2012-05-14 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-05-14 Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp' into staging
2012-05-14 Anthony LiguoriMerge remote-tracking branch 'afaerber-or/qom-1.1'...
2012-05-12 Paolo Bonziniqdev: Use object_property_print() in info qtree
2012-04-10 Anthony LiguoriMerge commit 'ff71f2e8cacefae99179993204172bc65e4303df...
2012-04-08 Blue SwirlMerge branch 'memory/core' of git://git.kernel.org...
2012-04-02 Paolo Bonziniqom: add container_get
2012-03-19 Anthony LiguoriMerge remote-tracking branch 'sstabellini/saverestore...
2012-03-16 Anthony LiguoriMerge remote-tracking branch 'kraxel/seabios-1.6.3...
2012-03-14 Andreas Färberqom: Introduce object_class_get_list()
2012-03-14 Igor Mitsyankoqom/object.c: rename type_class_init() to type_initialize()
2012-03-14 Igor Mitsyankoqom: if @instance_size==0, assign size of object to...
2012-03-13 Anthony LiguoriMerge remote-tracking branch 'mdroth/qga-pull-3-12...
2012-03-13 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-03-13 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/core...
2012-03-13 Anthony LiguoriMerge remote-tracking branch 'stefanha/tracing' into...
2012-03-13 Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp' into staging
2012-03-12 Paolo Bonziniqom: fix device hot-unplug
2012-03-03 Blue SwirlMerge branch 'xtensa' of git://jcmvbkbc.spb.ru/dumb...
2012-03-01 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/core...
2012-03-01 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2012-02-27 Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream'...
2012-02-24 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2012-02-24 Anthony LiguoriMerge remote-tracking branch 'mdroth/qga-win32-pull...
2012-02-24 Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp' into staging
2012-02-24 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-02-24 Anthony LiguoriMerge remote-tracking branch 'bonzini/virtio-scsi'...
2012-02-23 Kevin WolfMerge qemu-iotests into for-anthony
2012-02-22 Alexander Barabashqom: In function object_set_link_property(), first...
2012-02-22 Andreas Färberqom: Fix object_initialize_with_type() assertion
2012-02-22 Anthony LiguoriMerge remote-tracking branch 'bonzini/qdev-props-for...
2012-02-22 Paolo Bonziniqom: add generic string parsing/printing
2012-02-17 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2012-02-16 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2012-02-16 Anthony LiguoriMerge remote-tracking branch 'kraxel/vnc.2' into staging
2012-02-16 Anthony LiguoriMerge remote-tracking branch 'kiszka/queues/slirp'...
2012-02-15 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.38' into staging
2012-02-15 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-02-15 Andreas Färberqom: Unify type registration
2012-02-08 Anthony LiguoriMerge remote-tracking branch 'bonzini/qdev-props-for...
2012-02-08 Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream'...
2012-02-07 Paolo Bonziniqom: add property get/set wrappers for links
2012-02-07 Paolo Bonziniqom: fix canonical paths vs. interfaces
2012-02-07 Paolo Bonziniqom: use object_resolve_path_type for links
2012-02-07 Paolo Bonziniqom: add object_resolve_path_type
2012-02-07 Paolo Bonziniqom: fix off-by-one
2012-02-07 Paolo Bonziniqom: add property get/set wrappers for C types
2012-02-07 Paolo Bonziniqom: do not include qdev header file
2012-02-07 Paolo Bonziniqom: avoid useless conversions from string to type
2012-02-07 Paolo Bonziniqom: clean up/optimize object_dynamic_cast
2012-02-04 Blue SwirlMerge branch 'linux-user-for-upstream' of git://git...
2012-02-04 Blue SwirlMerge branch 'for-upstream' of git://repo.or.cz/qemu...
2012-02-03 Anthony Liguoricontainer: make a decendent of Object
2012-02-03 Anthony Liguoriobject: sure up reference counting
2012-02-03 Anthony Liguoriqom: accept any compatible type when setting a link...
2012-02-03 Anthony Liguoriqom: move properties from qdev to object
2012-02-03 Anthony Liguoriqom: allow object_class_foreach to take additional...
2012-01-28 Blue SwirlMerge branch 'target-arm.for-upstream' of git://git...
2012-01-27 Anthony Liguoriqdev: change ambiguous qdev names
2012-01-27 Anthony Liguoriqom: add the base Object class (v2)