aboutsummaryrefslogtreecommitdiff
path: root/hw/ide/internal.h
AgeCommit message (Expand)Author
2010-03-19workaround for cmd646 bmdma register access while no dma is activeIgor V. Kovalenko
2010-02-23ide save/restore pio/atapi cmd transfer fields and io bufferMarcelo Tosatti
2010-01-19ide: device version propertyGerd Hoffmann
2009-12-03ide: Implement rerror optionKevin Wolf
2009-11-07IDE: Fix reset handlingBlue Swirl
2009-10-27ide: pre VMState functions are not needed anymoreJuan Quintela
2009-10-27ide: port pci ide to vmstateJuan Quintela
2009-10-27ide: add VMSTATE_IDE_BUS and VMSTATE_IDE_DRIVESJuan Quintela
2009-10-27ide: change identify_data type to uint8_tJuan Quintela
2009-10-12ide: BMDMAState don't need a pci_dev field anymoreJuan Quintela
2009-10-12ide: Remove duplicated definitionsJuan Quintela
2009-10-05switch ide bus to inplace allocation.Gerd Hoffmann
2009-09-15ide/qdev: add ide bus.Gerd Hoffmann
2009-09-15split away drive init from ide_init2()Gerd Hoffmann
2009-09-04ide: move cmd+irq from IDEState to IDEBus.Gerd Hoffmann
2009-09-04ide: pass down DriveInfo instead of BlockDriverStateGerd Hoffmann
2009-08-29Fix gcc 3 warning: comparison is always true due to limited range of data typeBlue Swirl
2009-08-27ide: move code to hw/ide/Gerd Hoffmann