aboutsummaryrefslogtreecommitdiffstats
path: root/hw/qdev.h
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-27qdev: mac addr property fixupsGerd Hoffmann1-1/+2
2009-10-21qdev: add string property.Gerd Hoffmann1-0/+4
2009-10-18Suppress warnings about 'warn_unused_result' attribute directiveBlue Swirl1-1/+1
2009-10-07Warn if value of qdev_init() isn't checkedMarkus Armbruster1-1/+1
2009-10-07New qdev_init_nofail()Markus Armbruster1-0/+1
2009-10-05qemu/qdev: type safety in reset handlerMichael S. Tsirkin1-1/+2
2009-10-05store a pointer to QemuOpts in DeviceState, release it when zapping a device.Gerd Hoffmann1-0/+1
2009-10-05qdev hotplug: infrastructure and monitor commands.Gerd Hoffmann1-2/+10
2009-10-05Add exit callback to DeviceInfo.Gerd Hoffmann1-0/+2
2009-10-05qdev: device free fixups.Gerd Hoffmann1-0/+7
2009-10-05allow qdev busses allocations be inplaceGerd Hoffmann1-0/+3
2009-10-05qdev: Add support for uint8_tJuan Quintela1-0/+5
2009-09-25Fix spelling in commentStefan Weil1-1/+1
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl1-5/+5