summaryrefslogtreecommitdiff
path: root/hw/ide/internal.h
AgeCommit message (Expand)Author
2011-10-28atapi/scsi: unify definitions for MMCPaolo Bonzini
2011-10-11ide: Convert to isa_register_portio_listRichard Henderson
2011-09-15Replace the VMSTOP macros with a proper state typeLuiz Capitulino
2011-09-12block: Move BlockConf & friends from block_int.h to block.hMarkus Armbruster
2011-09-12ide/atapi: Track tray locked stateMarkus Armbruster
2011-09-12ide/atapi: Track tray open/close stateMarkus Armbruster
2011-09-06ide: Update command code definitions as per ACS-2 Table B.2Markus Armbruster
2011-08-25block: explicit I/O accountingChristoph Hellwig
2011-06-15ide: add TRIM supportChristoph Hellwig
2011-06-15ide: allow other dma comands than read and writeChristoph Hellwig
2011-06-15ide: Split error status from status registerKevin Wolf
2011-05-19ide: Split qdev "ide-drive" into "ide-hd" and "ide-cd"Markus Armbruster
2011-04-27ide: Split atapi.c outKevin Wolf
2011-04-13atapi: GESN: implement 'media' subcommandAmit Shah
2011-01-24ide: factor dma handling helpersChristoph Hellwig
2010-12-17ide: add ncq identify data for ahci sata drivesRoland Elek
2010-12-17ide: Split out BMDMA code from ATA coreAlexander Graf
2010-12-17ide: split ide command interpretation offAlexander Graf
2010-12-11Store IDE bus id in IDEBus structure for easy access.Gleb Natapov
2010-11-24ide: convert bmdma address ioport to ioport_register()Avi Kivity
2010-10-22ide: Handle flush failureKevin Wolf
2010-07-26ide: fix migration in the middle of pio operationJuan Quintela
2010-07-26Revert "ide save/restore pio/atapi cmd transfer fields and io buffer"Juan Quintela
2010-07-06ide: Make ide_init_drive() return successMarkus Armbruster
2010-07-06ide: Replace IDEState members is_cdrom, is_cf by drive_kindMarkus Armbruster
2010-07-02qdev: Decouple qdev_prop_drive from DriveInfoMarkus Armbruster
2010-06-04ide: Turn drive serial into a qdev property ide-drive.serialMarkus Armbruster
2010-06-04ide: Split non-qdev code off ide_init2()Markus Armbruster
2010-06-04ide: Remove redundant IDEState member confMarkus Armbruster
2010-06-04ide: Remove useless IDEDeviceInfo members unit, driveMarkus Armbruster
2010-05-01cmd646: pass pci_dev as it needs itIgor V. Kovalenko
2010-02-19ide save/restore pio/atapi cmd transfer fields and io bufferMarcelo Tosatti
2010-02-10block: add topology qdev propertiesChristoph Hellwig
2010-01-19ide: device version propertyGerd Hoffmann
2009-12-13workaround for cmd646 bmdma register access while no dma is activeIgor V. Kovalenko
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