]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/history - hw/qdev.h
qdev: add class_init to DeviceInfo
[lisovros/qemu_apohw.git] / hw / qdev.h
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
2010-12-11 Gleb NatapovAdd bootindex parameter to net/block/fd device
2010-12-11 Gleb NatapovIntroduce new BusInfo callback get_fw_dev_path.
2010-12-11 Gleb NatapovIntroduce fw_name field to DeviceInfo structure.
2010-12-02 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-12-01 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2010-11-22 Isaku Yamahataqdev: trigger reset from a given device
2010-11-22 Isaku Yamahataqdev: introduce reset call back for qbus level
2010-11-22 Anthony Liguoriqdev: reset qdev along with qdev tree
2010-11-22 Anthony Liguoriqbus: add functions to walk both devices and busses
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-08-24 Blue SwirlRearrange block headers
2010-07-11 Isaku Yamahataqdev: implement qdev_prop_set_bit().
2010-07-06 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-06 Alex Williamsonqdev: Add a get_dev_path() function to BusInfo
2010-07-06 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-02 Markus Armbrusterblock: Catch attempt to attach multiple devices to...
2010-07-02 Markus Armbrusterqdev: Decouple qdev_prop_drive from DriveInfo
2010-06-14 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-06-04 Markus Armbrusterblockdev: Collect block device code in new blockdev.c
2010-06-04 Markus Armbrusterqdev: Move declaration of qdev_init_bdrv() into qdev.h
2010-06-04 Markus Armbrusterqdev: Don't leak string property value on hot unplug
2010-06-04 Markus Armbrusterqdev: New qdev_prop_set_string()
2010-05-17 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-05-15 Jan Kiszkavmstate: Add support for alias ID
2010-04-23 Anthony LiguoriMerge remote branch 'origin/master' into staging
2010-04-23 Kevin WolfMake qemu-config available for tools
2010-04-18 Markus Armbrustermonitor: convert do_device_del() to QObject, QError
2010-03-17 Anthony LiguoriMerge remote branch 'markus/qerror' into staging
2010-03-16 Markus Armbrustermonitor: convert do_device_add() to QObject
2010-03-08 Amit Shahqdev: Add a DEV_NVECTORS_UNSPECIFIED enum for unspecifi...
2010-02-03 Markus Armbrusterqdev: Fix exit code for -device ?
2010-01-11 Michael S. Tsirkinqdev: add bit property type
2009-12-12 Gerd Hoffmannqdev: make compat stuff more generic
2009-12-03 Mark McLoughlinqdev: move DO_UPCAST() into osdep.h
2009-10-30 Gerd Hoffmannusb core: use qdev for -usbdevice
2009-10-27 Gerd Hoffmannzap DeviceState->nd
2009-10-27 Gerd Hoffmannqdev: add qdev_prop_exists()
2009-10-27 Gerd Hoffmannqdev: add vlan property
2009-10-27 Gerd Hoffmannqdev: add netdev property
2009-10-27 Gerd Hoffmannqdev: mac addr property fixups
2009-10-21 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-10-21 Gerd Hoffmannqdev: add string property.
next