aboutsummaryrefslogtreecommitdiffstats
path: root/hw/ide/internal.h
AgeCommit message (Expand)AuthorFilesLines
2012-01-27ide: convert to QEMU Object ModelAnthony Liguori1-7/+13
2011-10-28atapi/scsi: unify definitions for MMCPaolo Bonzini1-70/+1
2011-10-11ide: Convert to isa_register_portio_listRichard Henderson1-1/+2
2011-09-15Replace the VMSTOP macros with a proper state typeLuiz Capitulino1-1/+2
2011-09-12block: Move BlockConf & friends from block_int.h to block.hMarkus Armbruster1-1/+0
2011-09-12ide/atapi: Track tray locked stateMarkus Armbruster1-0/+1
2011-09-12ide/atapi: Track tray open/close stateMarkus Armbruster1-0/+1
2011-09-06ide: Update command code definitions as per ACS-2 Table B.2Markus Armbruster1-81/+90
2011-08-25block: explicit I/O accountingChristoph Hellwig1-0/+1
2011-06-15ide: add TRIM supportChristoph Hellwig1-1/+13
2011-06-15ide: allow other dma comands than read and writeChristoph Hellwig1-1/+9
2011-06-15ide: Split error status from status registerKevin Wolf1-0/+8
2011-05-19ide: Split qdev "ide-drive" into "ide-hd" and "ide-cd"Markus Armbruster1-1/+1
2011-04-27ide: Split atapi.c outKevin Wolf1-0/+10
2011-04-13atapi: GESN: implement 'media' subcommandAmit Shah1-0/+6
2011-01-24ide: factor dma handling helpersChristoph Hellwig1-3/+1
2010-12-17ide: add ncq identify data for ahci sata drivesRoland Elek1-0/+2
2010-12-17ide: Split out BMDMA code from ATA coreAlexander Graf1-37/+32
2010-12-17ide: split ide command interpretation offAlexander Graf1-0/+2
2010-12-11Store IDE bus id in IDEBus structure for easy access.Gleb Natapov1-1/+2
2010-11-24ide: convert bmdma address ioport to ioport_register()Avi Kivity1-0/+2
2010-10-22ide: Handle flush failureKevin Wolf1-1/+2
2010-07-26ide: fix migration in the middle of pio operationJuan Quintela1-0/+5
2010-07-26Revert "ide save/restore pio/atapi cmd transfer fields and io buffer"Juan Quintela1-5/+0
2010-07-06ide: Make ide_init_drive() return successMarkus Armbruster1-2/+2
2010-07-06ide: Replace IDEState members is_cdrom, is_cf by drive_kindMarkus Armbruster1-2/+3
2010-07-02qdev: Decouple qdev_prop_drive from DriveInfoMarkus Armbruster1-1/+1
2010-06-04ide: Turn drive serial into a qdev property ide-drive.serialMarkus Armbruster1-1/+3
2010-06-04ide: Split non-qdev code off ide_init2()Markus Armbruster1-2/+3
2010-06-04ide: Remove redundant IDEState member confMarkus Armbruster1-3/+1
2010-06-04ide: Remove useless IDEDeviceInfo members unit, driveMarkus Armbruster1-2/+0
2010-05-01cmd646: pass pci_dev as it needs itIgor V. Kovalenko1-1/+0
2010-02-19ide save/restore pio/atapi cmd transfer fields and io bufferMarcelo Tosatti1-0/+5
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