summaryrefslogtreecommitdiff
path: root/hw/qdev.h
AgeCommit message (Expand)Author
2011-12-19qdev: fix hotplug when no -device is specifiedAnthony Liguori
2011-12-19qom: register qdev properties also as non-legacy propertiesPaolo Bonzini
2011-12-19qom: distinguish "legacy" property type name from QOM type namePaolo Bonzini
2011-12-19qom: introduce get/set methods for PropertyPaolo Bonzini
2011-12-19qom: interpret the return value when setting legacy propertiesPaolo Bonzini
2011-12-15qdev: add a qdev_get_type() function and expose as a 'type' propertyAnthony Liguori
2011-12-15qom: add string property typeAnthony Liguori
2011-12-15qom: optimize qdev_get_canonical_path using a parent linkAnthony Liguori
2011-12-15qom: add link properties (v2)Anthony Liguori
2011-12-15qom: add child properties (composition) (v3)Anthony Liguori
2011-12-15qdev: provide a path resolution (v2)Anthony Liguori
2011-12-15qdev: provide an interface to return canonical path from root (v2)Anthony Liguori
2011-12-15qom: introduce root deviceAnthony Liguori
2011-12-15qom: register legacy properties as new style properties (v2)Anthony Liguori
2011-12-15qom: add new dynamic property infrastructure based on Visitors (v2)Anthony Liguori
2011-12-15qom: add a reference count to qdev objectsAnthony Liguori
2011-10-28scsi: remove devs array from SCSIBusPaolo Bonzini
2011-10-28qdev: switch children device list to QTAILQPaolo Bonzini
2011-10-16qdev: Add HEX8 propertyJan Kiszka
2011-02-12qdev: add creation function that may failBlue Swirl
2011-01-31blockdev: New drive_get_next(), replacing qdev_init_bdrv()Markus Armbruster
2011-01-05qdev: Track runtime machine modificationsAlex Williamson
2010-12-24qdev: export qdev_find_recursive() for later useIsaku Yamahata
2010-12-21qdev: remove an unused functionMichael S. Tsirkin
2010-12-20qbus: register reset handler for qbus whose parent is NULLIsaku Yamahata
2010-12-11Add bootindex parameter to net/block/fd deviceGleb Natapov
2010-12-11Introduce new BusInfo callback get_fw_dev_path.Gleb Natapov
2010-12-11Introduce fw_name field to DeviceInfo structure.Gleb Natapov
2010-11-22qdev: trigger reset from a given deviceIsaku Yamahata
2010-11-22qdev: introduce reset call back for qbus levelIsaku Yamahata
2010-11-22qdev: reset qdev along with qdev treeAnthony Liguori
2010-11-22qbus: add functions to walk both devices and bussesAnthony Liguori
2010-08-24Rearrange block headersBlue Swirl
2010-07-11qdev: implement qdev_prop_set_bit().Isaku Yamahata
2010-07-06qdev: Add a get_dev_path() function to BusInfoAlex Williamson
2010-07-02block: Catch attempt to attach multiple devices to a blockdevMarkus Armbruster
2010-07-02qdev: Decouple qdev_prop_drive from DriveInfoMarkus Armbruster
2010-06-04blockdev: Collect block device code in new blockdev.cMarkus Armbruster
2010-06-04qdev: Move declaration of qdev_init_bdrv() into qdev.hMarkus Armbruster
2010-06-04qdev: Don't leak string property value on hot unplugMarkus Armbruster
2010-06-04qdev: New qdev_prop_set_string()Markus Armbruster
2010-05-15vmstate: Add support for alias IDJan Kiszka
2010-04-23Make qemu-config available for toolsKevin Wolf
2010-04-18monitor: convert do_device_del() to QObject, QErrorMarkus Armbruster
2010-03-16monitor: convert do_device_add() to QObjectMarkus Armbruster
2010-03-08qdev: Add a DEV_NVECTORS_UNSPECIFIED enum for unspecified nr of MSI vectorsAmit Shah
2010-02-03qdev: Fix exit code for -device ?Markus Armbruster
2010-01-11qdev: add bit property typeMichael S. Tsirkin
2009-12-12qdev: make compat stuff more genericGerd Hoffmann
2009-12-03qdev: move DO_UPCAST() into osdep.hMark McLoughlin