]> git.proxmox.com Git - qemu.git/history - qom
update VERSION for 1.1.2
[qemu.git] / qom /
2012-08-28 Paolo Bonziniqom: object_delete should unparent the object first
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-05-10 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2012-05-08 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2012-05-08 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-05-08 Anthony LiguoriMerge remote-tracking branch 'bonzini/scsi-next' into...
2012-05-08 Anthony LiguoriMerge remote-tracking branch 'riku/linux-user-for-upstr...
2012-05-08 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v54' into...
2012-05-08 Anthony LiguoriMerge remote-tracking branch 'sweil/fixes' into staging
2012-05-03 Stefan Weilqom: Fix memory leak in function container_get
2012-04-26 Anthony LiguoriMerge remote-tracking branch 'amit/master' into staging
2012-04-24 Andreas Färberqom: Refine container_get() to allow using a custom...
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 Anthony LiguoriMerge remote-tracking branch 'afaerber/qom-cpu.v5'...
2012-03-14 Andreas Färberqom: Introduce CPU class
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: add QObject-based property get/set wrappers
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)