summaryrefslogtreecommitdiffstats
path: root/hw/qdev.h
Commit message (Expand)AuthorAgeFilesLines
* qdev: fix hotplug when no -device is specifiedAnthony Liguori2011-12-191-0/+8
* qom: register qdev properties also as non-legacy propertiesPaolo Bonzini2011-12-191-4/+3
* qom: distinguish "legacy" property type name from QOM type namePaolo Bonzini2011-12-191-0/+1
* qom: introduce get/set methods for PropertyPaolo Bonzini2011-12-191-0/+4
* qom: interpret the return value when setting legacy propertiesPaolo Bonzini2011-12-191-0/+2
* qdev: add a qdev_get_type() function and expose as a 'type' propertyAnthony Liguori2011-12-151-0/+14
* qom: add string property typeAnthony Liguori2011-12-151-0/+22
* qom: optimize qdev_get_canonical_path using a parent linkAnthony Liguori2011-12-151-0/+4
* qom: add link properties (v2)Anthony Liguori2011-12-151-0/+23
* qom: add child properties (composition) (v3)Anthony Liguori2011-12-151-0/+20
* qdev: provide a path resolution (v2)Anthony Liguori2011-12-151-0/+28
* qdev: provide an interface to return canonical path from root (v2)Anthony Liguori2011-12-151-0/+9
* qom: introduce root deviceAnthony Liguori2011-12-151-0/+8
* qom: register legacy properties as new style properties (v2)Anthony Liguori2011-12-151-0/+7
* qom: add new dynamic property infrastructure based on Visitors (v2)Anthony Liguori2011-12-151-0/+120
* qom: add a reference count to qdev objectsAnthony Liguori2011-12-151-0/+26
* scsi: remove devs array from SCSIBusPaolo Bonzini2011-10-281-1/+1
* qdev: switch children device list to QTAILQPaolo Bonzini2011-10-281-2/+2
* qdev: Add HEX8 propertyJan Kiszka2011-10-161-0/+3
* qdev: add creation function that may failBlue Swirl2011-02-121-0/+1
* blockdev: New drive_get_next(), replacing qdev_init_bdrv()Markus Armbruster2011-01-311-2/+0
* qdev: Track runtime machine modificationsAlex Williamson2011-01-051-0/+1
* qdev: export qdev_find_recursive() for later useIsaku Yamahata2010-12-241-0/+2
* qdev: remove an unused functionMichael S. Tsirkin2010-12-211-1/+0
* qbus: register reset handler for qbus whose parent is NULLIsaku Yamahata2010-12-201-0/+2
* Add bootindex parameter to net/block/fd deviceGleb Natapov2010-12-111-0/+1
* Introduce new BusInfo callback get_fw_dev_path.Gleb Natapov2010-12-111-0/+7
* Introduce fw_name field to DeviceInfo structure.Gleb Natapov2010-12-111-0/+6
* qdev: trigger reset from a given deviceIsaku Yamahata2010-11-221-0/+1
* qdev: introduce reset call back for qbus levelIsaku Yamahata2010-11-221-0/+2
* qdev: reset qdev along with qdev treeAnthony Liguori2010-11-221-0/+4
* qbus: add functions to walk both devices and bussesAnthony Liguori2010-11-221-0/+11
* Rearrange block headersBlue Swirl2010-08-241-1/+0
* qdev: implement qdev_prop_set_bit().Isaku Yamahata2010-07-111-0/+1
* qdev: Add a get_dev_path() function to BusInfoAlex Williamson2010-07-061-0/+3
* block: Catch attempt to attach multiple devices to a blockdevMarkus Armbruster2010-07-021-1/+2
* qdev: Decouple qdev_prop_drive from DriveInfoMarkus Armbruster2010-07-021-3/+3
* blockdev: Collect block device code in new blockdev.cMarkus Armbruster2010-06-041-1/+1
* qdev: Move declaration of qdev_init_bdrv() into qdev.hMarkus Armbruster2010-06-041-0/+2
* qdev: Don't leak string property value on hot unplugMarkus Armbruster2010-06-041-0/+1
* qdev: New qdev_prop_set_string()Markus Armbruster2010-06-041-0/+1
* vmstate: Add support for alias IDJan Kiszka2010-05-151-0/+4
* Make qemu-config available for toolsKevin Wolf2010-04-231-1/+0
* monitor: convert do_device_del() to QObject, QErrorMarkus Armbruster2010-04-181-1/+1
* monitor: convert do_device_add() to QObjectMarkus Armbruster2010-03-161-1/+1
* qdev: Add a DEV_NVECTORS_UNSPECIFIED enum for unspecified nr of MSI vectorsAmit Shah2010-03-081-0/+4
* qdev: Fix exit code for -device ?Markus Armbruster2010-02-031-0/+1
* qdev: add bit property typeMichael S. Tsirkin2010-01-111-0/+11
* qdev: make compat stuff more genericGerd Hoffmann2009-12-121-4/+6
* qdev: move DO_UPCAST() into osdep.hMark McLoughlin2009-12-031-10/+0
OpenPOWER on IntegriCloud