aboutsummaryrefslogtreecommitdiff
path: root/hw/qdev.h
AgeCommit message (Expand)AuthorFilesLines
2012-01-27qdev: add class_init to DeviceInfoAnthony Liguori1-0/+5
2012-01-27qdev: add a interface to register subclassesAnthony Liguori1-0/+1
2012-01-27qdev: use a wrapper to access reset and promote reset to a class methodAnthony Liguori1-0/+8
2012-01-27qdev: don't access name through infoAnthony Liguori1-1/+1
2012-01-27qdev: move qdev->info to classAnthony Liguori1-2/+14
2012-01-27qdev: integrate with QEMU Object Model (v2)Anthony Liguori1-0/+10
2012-01-22vga: improve VGA logicBlue Swirl1-0/+1
2011-12-19qdev: fix hotplug when no -device is specifiedAnthony Liguori1-0/+8
2011-12-19qom: register qdev properties also as non-legacy propertiesPaolo Bonzini1-4/+3
2011-12-19qom: distinguish "legacy" property type name from QOM type namePaolo Bonzini1-0/+1
2011-12-19qom: introduce get/set methods for PropertyPaolo Bonzini1-0/+4
2011-12-19qom: interpret the return value when setting legacy propertiesPaolo Bonzini1-0/+2
2011-12-15qdev: add a qdev_get_type() function and expose as a 'type' propertyAnthony Liguori1-0/+14
2011-12-15qom: add string property typeAnthony Liguori1-0/+22
2011-12-15qom: optimize qdev_get_canonical_path using a parent linkAnthony Liguori1-0/+4
2011-12-15qom: add link properties (v2)Anthony Liguori1-0/+23
2011-12-15qom: add child properties (composition) (v3)Anthony Liguori1-0/+20
2011-12-15qdev: provide a path resolution (v2)Anthony Liguori1-0/+28
2011-12-15qdev: provide an interface to return canonical path from root (v2)Anthony Liguori1-0/+9
2011-12-15qom: introduce root deviceAnthony Liguori1-0/+8
2011-12-15qom: register legacy properties as new style properties (v2)Anthony Liguori1-0/+7
2011-12-15qom: add new dynamic property infrastructure based on Visitors (v2)Anthony Liguori1-0/+120
2011-12-15qom: add a reference count to qdev objectsAnthony Liguori1-0/+26
2011-10-28scsi: remove devs array from SCSIBusPaolo Bonzini1-1/+1
2011-10-28qdev: switch children device list to QTAILQPaolo Bonzini1-2/+2
2011-10-16qdev: Add HEX8 propertyJan Kiszka1-0/+3
2011-02-12qdev: add creation function that may failBlue Swirl1-0/+1
2011-01-31blockdev: New drive_get_next(), replacing qdev_init_bdrv()Markus Armbruster1-2/+0
2011-01-05qdev: Track runtime machine modificationsAlex Williamson1-0/+1
2010-12-24qdev: export qdev_find_recursive() for later useIsaku Yamahata1-0/+2
2010-12-21qdev: remove an unused functionMichael S. Tsirkin1-1/+0
2010-12-20qbus: register reset handler for qbus whose parent is NULLIsaku Yamahata1-0/+2
2010-12-11Add bootindex parameter to net/block/fd deviceGleb Natapov1-0/+1
2010-12-11Introduce new BusInfo callback get_fw_dev_path.Gleb Natapov1-0/+7
2010-12-11Introduce fw_name field to DeviceInfo structure.Gleb Natapov1-0/+6
2010-11-22qdev: trigger reset from a given deviceIsaku Yamahata1-0/+1
2010-11-22qdev: introduce reset call back for qbus levelIsaku Yamahata1-0/+2
2010-11-22qdev: reset qdev along with qdev treeAnthony Liguori1-0/+4
2010-11-22qbus: add functions to walk both devices and bussesAnthony Liguori1-0/+11
2010-08-24Rearrange block headersBlue Swirl1-1/+0
2010-07-11qdev: implement qdev_prop_set_bit().Isaku Yamahata1-0/+1
2010-07-06qdev: Add a get_dev_path() function to BusInfoAlex Williamson1-0/+3
2010-07-02block: Catch attempt to attach multiple devices to a blockdevMarkus Armbruster1-1/+2
2010-07-02qdev: Decouple qdev_prop_drive from DriveInfoMarkus Armbruster1-3/+3
2010-06-04blockdev: Collect block device code in new blockdev.cMarkus Armbruster1-1/+1
2010-06-04qdev: Move declaration of qdev_init_bdrv() into qdev.hMarkus Armbruster1-0/+2
2010-06-04qdev: Don't leak string property value on hot unplugMarkus Armbruster1-0/+1
2010-06-04qdev: New qdev_prop_set_string()Markus Armbruster1-0/+1
2010-05-15vmstate: Add support for alias IDJan Kiszka1-0/+4
2010-04-23Make qemu-config available for toolsKevin Wolf1-1/+0