summaryrefslogtreecommitdiffstats
path: root/hw/ide/internal.h
Commit message (Expand)AuthorAgeFilesLines
* ide: convert ide_sector_read() to asynchronous I/OStefan Hajnoczi2012-04-191-0/+3
* ide: Adds wwn=hex qdev optionFloris Bos2012-04-051-1/+4
* ide: Add "model=s" qdev optionFloris Bos2012-04-051-1/+3
* ide: convert to QEMU Object ModelAnthony Liguori2012-01-271-7/+13
* atapi/scsi: unify definitions for MMCPaolo Bonzini2011-10-281-70/+1
* ide: Convert to isa_register_portio_listRichard Henderson2011-10-111-1/+2
* Replace the VMSTOP macros with a proper state typeLuiz Capitulino2011-09-151-1/+2
* block: Move BlockConf & friends from block_int.h to block.hMarkus Armbruster2011-09-121-1/+0
* ide/atapi: Track tray locked stateMarkus Armbruster2011-09-121-0/+1
* ide/atapi: Track tray open/close stateMarkus Armbruster2011-09-121-0/+1
* ide: Update command code definitions as per ACS-2 Table B.2Markus Armbruster2011-09-061-81/+90
* block: explicit I/O accountingChristoph Hellwig2011-08-251-0/+1
* ide: add TRIM supportChristoph Hellwig2011-06-151-1/+13
* ide: allow other dma comands than read and writeChristoph Hellwig2011-06-151-1/+9
* ide: Split error status from status registerKevin Wolf2011-06-151-0/+8
* ide: Split qdev "ide-drive" into "ide-hd" and "ide-cd"Markus Armbruster2011-05-191-1/+1
* ide: Split atapi.c outKevin Wolf2011-04-271-0/+10
* atapi: GESN: implement 'media' subcommandAmit Shah2011-04-131-0/+6
* ide: factor dma handling helpersChristoph Hellwig2011-01-241-3/+1
* ide: add ncq identify data for ahci sata drivesRoland Elek2010-12-171-0/+2
* ide: Split out BMDMA code from ATA coreAlexander Graf2010-12-171-37/+32
* ide: split ide command interpretation offAlexander Graf2010-12-171-0/+2
* Store IDE bus id in IDEBus structure for easy access.Gleb Natapov2010-12-111-1/+2
* ide: convert bmdma address ioport to ioport_register()Avi Kivity2010-11-241-0/+2
* ide: Handle flush failureKevin Wolf2010-10-221-1/+2
* ide: fix migration in the middle of pio operationJuan Quintela2010-07-261-0/+5
* Revert "ide save/restore pio/atapi cmd transfer fields and io buffer"Juan Quintela2010-07-261-5/+0
* ide: Make ide_init_drive() return successMarkus Armbruster2010-07-061-2/+2
* ide: Replace IDEState members is_cdrom, is_cf by drive_kindMarkus Armbruster2010-07-061-2/+3
* qdev: Decouple qdev_prop_drive from DriveInfoMarkus Armbruster2010-07-021-1/+1
* ide: Turn drive serial into a qdev property ide-drive.serialMarkus Armbruster2010-06-041-1/+3
* ide: Split non-qdev code off ide_init2()Markus Armbruster2010-06-041-2/+3
* ide: Remove redundant IDEState member confMarkus Armbruster2010-06-041-3/+1
* ide: Remove useless IDEDeviceInfo members unit, driveMarkus Armbruster2010-06-041-2/+0
* cmd646: pass pci_dev as it needs itIgor V. Kovalenko2010-05-011-1/+0
* ide save/restore pio/atapi cmd transfer fields and io bufferMarcelo Tosatti2010-02-191-0/+5
* block: add topology qdev propertiesChristoph Hellwig2010-02-101-2/+5
* ide: device version propertyGerd Hoffmann2010-01-191-1/+3
* workaround for cmd646 bmdma register access while no dma is activeIgor V. Kovalenko2009-12-131-0/+1
* ide: Implement rerror optionKevin Wolf2009-12-031-0/+1
* IDE: Fix reset handlingBlue Swirl2009-11-071-1/+2
* ide: pre VMState functions are not needed anymoreJuan Quintela2009-10-271-5/+0
* ide: port pci ide to vmstateJuan Quintela2009-10-271-0/+3
* ide: add VMSTATE_IDE_BUS and VMSTATE_IDE_DRIVESJuan Quintela2009-10-271-0/+10
* ide: change identify_data type to uint8_tJuan Quintela2009-10-271-1/+1
* ide: BMDMAState don't need a pci_dev field anymoreJuan Quintela2009-10-121-1/+0
* ide: Remove duplicated definitionsJuan Quintela2009-10-121-6/+0
* switch ide bus to inplace allocation.Gerd Hoffmann2009-10-051-1/+1
* ide/qdev: add ide bus.Gerd Hoffmann2009-09-151-1/+23
* split away drive init from ide_init2()Gerd Hoffmann2009-09-151-0/+1
OpenPOWER on IntegriCloud