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