summaryrefslogtreecommitdiff
path: root/hw/qdev.h
AgeCommit message (Expand)AuthorFilesLines
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
2010-04-18monitor: convert do_device_del() to QObject, QErrorMarkus Armbruster1-1/+1
2010-03-16monitor: convert do_device_add() to QObjectMarkus Armbruster1-1/+1
2010-03-08qdev: Add a DEV_NVECTORS_UNSPECIFIED enum for unspecified nr of MSI vectorsAmit Shah1-0/+4
2010-02-03qdev: Fix exit code for -device ?Markus Armbruster1-0/+1
2010-01-11qdev: add bit property typeMichael S. Tsirkin1-0/+11
2009-12-12qdev: make compat stuff more genericGerd Hoffmann1-4/+6
2009-12-03qdev: move DO_UPCAST() into osdep.hMark McLoughlin1-10/+0
2009-10-30usb core: use qdev for -usbdeviceGerd Hoffmann1-0/+1
2009-10-27zap DeviceState->ndGerd Hoffmann1-1/+0
2009-10-27qdev: add qdev_prop_exists()Gerd Hoffmann1-0/+1
2009-10-27qdev: add vlan propertyGerd Hoffmann1-0/+6
2009-10-27qdev: add netdev propertyGerd Hoffmann1-0/+4