]> git.proxmox.com Git - mirror_qemu.git/history - hw/qdev.h
qbus: Make child devices links
[mirror_qemu.git] / hw / qdev.h
2012-06-18 Anthony Liguoriqbus: Make child devices links
2012-06-18 Anthony Liguoriqdev: Convert busses to QEMU Object Model
2012-06-18 Anthony Liguoriqdev: Use wrapper for qdev_get_path
2012-06-18 Paolo Bonziniqdev: Remove qdev_prop_set_defaults
2012-06-18 Paolo Bonziniqdev: Move bus properties to abstract superclasses
2012-06-11 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2012-06-11 Anthony LiguoriMerge remote-tracking branch 'sstabellini/for_1.1.1...
2012-06-11 Anthony LiguoriMerge remote-tracking branch 'afaerber-or/qom-cpu-3a...
2012-06-11 Anthony LiguoriMerge remote-tracking branch 'afaerber-or/qom-next...
2012-06-08 Paolo Bonziniqdev: Remove PropertyInfo range checking
2012-06-08 Michael Rothqdev: Use int32_t container for devfn property
2012-04-10 Anthony LiguoriMerge commit 'ff71f2e8cacefae99179993204172bc65e4303df...
2012-04-10 Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp' into staging
2012-04-10 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-04-09 Luiz Capitulinoqdev: qdev_unplug(): use error_set()
2012-04-08 Blue SwirlMerge branch 'memory/core' of git://git.kernel.org...
2012-04-05 Stefan Hajnocziqdev: add blocksize property type
2012-04-02 Paolo Bonziniqdev: put all devices under /machine
2012-02-23 Kevin WolfMerge qemu-iotests into for-anthony
2012-02-16 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2012-02-16 Anthony LiguoriMerge remote-tracking branch 'kiszka/queues/slirp'...
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 Bonziniqdev: remove unused fields from PropertyInfo
2012-02-07 Paolo Bonziniqdev: initialize properties via QOM
2012-02-07 Paolo Bonziniqdev: access properties via QOM
2012-02-07 Paolo Bonziniqdev: let QOM free properties
2012-02-07 Paolo Bonziniqdev: remove print/parse methods from LostTickPolicy...
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 Liguoriqom: move properties from qdev to object
2012-02-03 Anthony Liguoriqdev: nuke qdev_init_chardev()
2012-02-03 Anthony Liguoriqdev: split out UI portions into a new function
2012-02-03 Anthony Liguoriqdev: refactor away qdev_create_from_info
2012-02-03 Anthony Liguoriqdev: remove baked in notion of aliases (v2)
2012-02-03 Anthony Liguoriqdev: kill off DeviceInfo
2012-02-03 Anthony Liguoriqdev: register all types natively through QEMU Object...
2012-02-03 Anthony Liguoriqdev: kill off DeviceInfo list
2012-02-03 Anthony Liguoriqdev: remove info from class
2012-02-03 Anthony Liguoriqdev: make DeviceInfo private
2012-02-01 Jan Kiszkaqdev: Introduce lost tick policy property
2012-01-28 Blue SwirlMerge branch 'target-arm.for-upstream' of git://git...
2012-01-27 Anthony Liguoriqdev: add class_init to DeviceInfo
2012-01-27 Anthony Liguoriqdev: add a interface to register subclasses
2012-01-27 Anthony Liguoriqdev: use a wrapper to access reset and promote reset...
2012-01-27 Anthony Liguoriqdev: don't access name through info
2012-01-27 Anthony Liguoriqdev: move qdev->info to class
2012-01-27 Anthony Liguoriqdev: integrate with QEMU Object Model (v2)
2012-01-23 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2012-01-23 Anthony LiguoriMerge remote-tracking branch 'afaerber/prep-up' into...
2012-01-22 Blue Swirlvga: improve VGA logic
2012-01-03 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/page_desc...
2011-12-19 Anthony Liguoriqdev: fix hotplug when no -device is specified
2011-12-19 Paolo Bonziniqom: register qdev properties also as non-legacy properties
2011-12-19 Paolo Bonziniqom: distinguish "legacy" property type name from QOM...
2011-12-19 Paolo Bonziniqom: introduce get/set methods for Property
2011-12-19 Paolo Bonziniqom: interpret the return value when setting legacy...
2011-12-19 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/mutators...
2011-12-19 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-12-15 Anthony Liguoriqdev: add a qdev_get_type() function and expose as...
2011-12-15 Anthony Liguoriqom: add string property type
2011-12-15 Anthony Liguoriqom: optimize qdev_get_canonical_path using a parent...
2011-12-15 Anthony Liguoriqom: add link properties (v2)
2011-12-15 Anthony Liguoriqom: add child properties (composition) (v3)
2011-12-15 Anthony Liguoriqdev: provide a path resolution (v2)
2011-12-15 Anthony Liguoriqdev: provide an interface to return canonical path...
2011-12-15 Anthony Liguoriqom: introduce root device
2011-12-15 Anthony Liguoriqom: register legacy properties as new style properties...
2011-12-15 Anthony Liguoriqom: add new dynamic property infrastructure based...
2011-12-15 Anthony Liguoriqom: add a reference count to qdev objects
2011-11-02 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/memory/int12...
2011-11-01 Blue SwirlMerge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
2011-10-31 Anthony LiguoriMerge remote-tracking branch 'riku/linux-user-for-upstr...
2011-10-31 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-10-28 Paolo Bonziniscsi: remove devs array from SCSIBus
2011-10-28 Paolo Bonziniqdev: switch children device list to QTAILQ
2011-10-20 Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream-6...
2011-10-16 Jan Kiszkaqdev: Add HEX8 property
2011-02-16 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2011-02-12 Blue Swirlqdev: add creation function that may fail
2011-02-01 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2011-02-01 Anthony LiguoriMerge remote branch 'spice/spice.v29.pull' into staging
2011-02-01 Anthony LiguoriMerge remote branch 'spice/usb.5' into staging
2011-02-01 Anthony LiguoriMerge remote branch 'amit/for-anthony' into staging
2011-01-31 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-31 Markus Armbrusterblockdev: New drive_get_next(), replacing qdev_init_bdrv()
2011-01-21 Aurelien JarnoMerge branch 'usb.4' of git://anongit.freedesktop.org...
2011-01-17 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-12 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2011-01-10 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-10 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2011-01-05 Alex Williamsonqdev: Track runtime machine modifications
2010-12-27 Aurelien JarnoMerge branch 'spice.v23.pull' of git://anongit.freedesk...
2010-12-24 Isaku Yamahataqdev: export qdev_find_recursive() for later use
2010-12-21 Michael S. Tsirkinqdev: remove an unused function
2010-12-20 Isaku Yamahataqbus: register reset handler for qbus whose parent...
2010-12-17 Anthony LiguoriMerge remote branch 'arm/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'jvrao/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
next