aboutsummaryrefslogtreecommitdiffstats
path: root/hw/ide/qdev.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-15qom: Unify type registrationAndreas Färber1-2/+3
2012-02-03qdev: kill off DeviceInfoAnthony Liguori1-1/+1
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-40/+53
2012-01-27ide: convert to QEMU Object ModelAnthony Liguori1-42/+69
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-2/+2
2011-07-23ide: Turn properties any IDE device must have into bus propertiesMarkus Armbruster1-1/+4
2011-06-15ide: add TRIM supportChristoph Hellwig1-0/+5
2011-05-19blockdev: Store -drive option media in DriveInfoMarkus Armbruster1-6/+4
2011-05-19ide: Split qdev "ide-drive" into "ide-hd" and "ide-cd"Markus Armbruster1-17/+66
2010-12-11Add bootindex parameter to net/block/fd deviceGleb Natapov1-0/+5
2010-12-11Add get_fw_dev_path callback to IDE bus.Gleb Natapov1-0/+13
2010-12-11Store IDE bus id in IDEBus structure for easy access.Gleb Natapov1-1/+2
2010-12-11Introduce fw_name field to DeviceInfo structure.Gleb Natapov1-0/+1
2010-08-24Rearrange block headersBlue Swirl1-0/+1
2010-07-06ide: Make ide_init_drive() return successMarkus Armbruster1-1/+3
2010-07-06ide: Improve error messagesMarkus Armbruster1-4/+5
2010-07-02pc: Fix CMOS info for drives defined with -deviceMarkus Armbruster1-0/+7
2010-07-02block: Catch attempt to attach multiple devices to a blockdevMarkus Armbruster1-1/+1
2010-07-02qdev: Decouple qdev_prop_drive from DriveInfoMarkus Armbruster1-4/+8
2010-07-02ide: Make it explicit that ide_create_drive() can't failMarkus Armbruster1-2/+1
2010-06-04blockdev: Collect block device code in new blockdev.cMarkus Armbruster1-1/+0
2010-06-04ide: Fix info qtree for ide-drive.verMarkus Armbruster1-0/+3
2010-06-04ide: Turn drive serial into a qdev property ide-drive.serialMarkus Armbruster1-1/+15
2010-06-04ide: Remove redundant IDEState member confMarkus Armbruster1-2/+1
2010-02-10block: add topology qdev propertiesChristoph Hellwig1-3/+4
2010-01-19ide: device version propertyGerd Hoffmann1-1/+2
2009-10-07Clean up test for qdev_init() failureMarkus Armbruster1-1/+1
2009-10-05switch ide bus to inplace allocation.Gerd Hoffmann1-5/+2
2009-09-15ide/qdev: add ide bus.Gerd Hoffmann1-0/+124