]> git.proxmox.com Git - qemu.git/history - qom/object.c
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
[qemu.git] / qom / object.c
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)