aboutsummaryrefslogtreecommitdiffstats
path: root/hw/ide/isa.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-15Remove unused sysemu.h include directivesBlue Swirl1-1/+0
2010-12-11Store IDE bus id in IDEBus structure for easy access.Gleb Natapov1-1/+1
2010-12-11Keep track of ISA ports ISA device is using in qdev.Gleb Natapov1-0/+2
2010-12-11Introduce fw_name field to DeviceInfo structure.Gleb Natapov1-0/+1
2010-07-06savevm: Add DeviceState paramAlex Williamson1-1/+1
2010-07-02ide: Make PIIX and ISA IDE init functions return the qdevMarkus Armbruster1-4/+4
2010-06-04ide: Split non-qdev code off ide_init2()Markus Armbruster1-1/+1
2009-11-07IDE: Fix reset handlingBlue Swirl1-0/+8
2009-10-27ide: port isa ide to vmstateJuan Quintela1-19/+12
2009-10-07Clean up test for qdev_init() failureMarkus Armbruster1-1/+1
2009-10-05switch ide bus to inplace allocation.Gerd Hoffmann1-12/+12
2009-09-15ide/isa: convert to qdev.Gerd Hoffmann1-8/+53
2009-09-04ide: pass down DriveInfo instead of BlockDriverStateGerd Hoffmann1-1/+1
2009-08-27ide: move code to hw/ide/Gerd Hoffmann1-0/+71