summaryrefslogtreecommitdiff
path: root/hw/ide/internal.h
AgeCommit message (Expand)AuthorFilesLines
2010-02-10block: add topology qdev propertiesChristoph Hellwig1-2/+5
2010-01-19ide: device version propertyGerd Hoffmann1-1/+3
2009-12-13workaround for cmd646 bmdma register access while no dma is activeIgor V. Kovalenko1-0/+1
2009-12-03ide: Implement rerror optionKevin Wolf1-0/+1
2009-11-07IDE: Fix reset handlingBlue Swirl1-1/+2
2009-10-27ide: pre VMState functions are not needed anymoreJuan Quintela1-5/+0
2009-10-27ide: port pci ide to vmstateJuan Quintela1-0/+3
2009-10-27ide: add VMSTATE_IDE_BUS and VMSTATE_IDE_DRIVESJuan Quintela1-0/+10
2009-10-27ide: change identify_data type to uint8_tJuan Quintela1-1/+1
2009-10-12ide: BMDMAState don't need a pci_dev field anymoreJuan Quintela1-1/+0
2009-10-12ide: Remove duplicated definitionsJuan Quintela1-6/+0
2009-10-05switch ide bus to inplace allocation.Gerd Hoffmann1-1/+1
2009-09-15ide/qdev: add ide bus.Gerd Hoffmann1-1/+23
2009-09-15split away drive init from ide_init2()Gerd Hoffmann1-0/+1
2009-09-04ide: move cmd+irq from IDEState to IDEBus.Gerd Hoffmann1-7/+6
2009-09-04ide: pass down DriveInfo instead of BlockDriverStateGerd Hoffmann1-1/+1
2009-08-29Fix gcc 3 warning: comparison is always true due to limited range of data typeBlue Swirl1-1/+1
2009-08-27ide: move code to hw/ide/Gerd Hoffmann1-0/+535