summaryrefslogtreecommitdiffstats
path: root/hw/ide
Commit message (Expand)AuthorAgeFilesLines
* piix: tag as not hotpluggable.Gerd Hoffmann2011-01-101-0/+2
* ahci: delete write-only variables (v2)Blue Swirl2010-12-191-4/+1
* ide: Build fix for via.cKevin Wolf2010-12-171-1/+1
* ide: Fix build for cmd646.cKevin Wolf2010-12-171-2/+2
* ide: Register vm change state handler once onlyStefan Hajnoczi2010-12-173-28/+58
* ide: honor ncq for atapiAlexander Graf2010-12-171-0/+6
* ahci: set SATA Mode SelectSebastian Herbszt2010-12-171-0/+3
* ahci: add ahci emulationAlexander Graf2010-12-171-0/+1524
* ide: add ncq identify data for ahci sata drivesRoland Elek2010-12-172-0/+9
* ide: move transfer_start after variable modificationAlexander Graf2010-12-171-4/+4
* ide: Split out BMDMA code from ATA coreAlexander Graf2010-12-177-298/+446
* ide: fix whitespace gap in ide_exec_cmdAlexander Graf2010-12-171-367/+367
* ide: split ide command interpretation offAlexander Graf2010-12-172-6/+16
* Add bootindex parameter to net/block/fd deviceGleb Natapov2010-12-111-0/+5
* Add get_fw_dev_path callback to IDE bus.Gleb Natapov2010-12-111-0/+13
* Store IDE bus id in IDEBus structure for easy access.Gleb Natapov2010-12-116-9/+11
* Keep track of ISA ports ISA device is using in qdev.Gleb Natapov2010-12-111-0/+2
* Introduce fw_name field to DeviceInfo structure.Gleb Natapov2010-12-112-0/+2
* Add endianness as io mem parameterAlexander Graf2010-12-112-3/+6
* Merge remote branch 'origin/master' into pciMichael S. Tsirkin2010-12-017-124/+83
|\
| * ide: Reset current_addr after stopping DMAKevin Wolf2010-11-291-1/+1
| * ide: Ignore double DMA transfer starts/stopsKevin Wolf2010-11-291-28/+32
| * ide: Set bus master inactive on errorKevin Wolf2010-11-291-0/+2
| * ide: Factor ide_dma_set_inactive outKevin Wolf2010-11-291-16/+13
| * ide: convert bmdma address ioport to ioport_register()Avi Kivity2010-11-246-77/+27
| * ide: Handle immediate bdrv_aio_flush failureKevin Wolf2010-11-041-3/+9
* | pci: Replace unneeded type casts in calls of pci_register_barStefan Weil2010-11-221-1/+1
|/
* ide: Handle flush failureKevin Wolf2010-10-222-2/+11
* ide: Factor ide_flush_cache outKevin Wolf2010-10-221-4/+10
* ide: set WCACHE supported in IDENTIFY dataChristoph Hellwig2010-10-221-2/+2
* ide: propagate the required alignmentChristoph Hellwig2010-09-211-1/+3
* Improve ATA IDENTIFY word 64 contents.Jonathan A. Kollasch2010-09-081-2/+2
* Rearrange block headersBlue Swirl2010-08-242-0/+2
* ide: Avoid canceling IDE DMAAndrea Arcangeli2010-08-031-2/+21
* Merge branch 'for-anthony' of git://repo.or.cz/qemu/kevinAurelien Jarno2010-07-301-0/+15
|\
| * ide/atapi: add support for GET EVENT STATUS NOTIFICATIONAurelien Jarno2010-07-261-0/+15
* | Fix uint8_t comparisons with negative valuesBlue Swirl2010-07-271-2/+1
* | ide: fix migration in the middle of a bmdma transferJuan Quintela2010-07-261-0/+30
* | ide: fix migration in the middle of pio operationJuan Quintela2010-07-262-1/+94
* | Revert "ide save/restore current transfer fields"Juan Quintela2010-07-261-6/+2
* | Revert "ide save/restore pio/atapi cmd transfer fields and io buffer"Juan Quintela2010-07-262-65/+2
|/
* ide scsi virtio-blk: Reject empty drives unless media is removableMarkus Armbruster2010-07-131-0/+4
* pci/multi function bit: fix vt82c686.c.Isaku Yamahata2010-07-121-1/+0
* pci: don't overwrite multi functio bit in pci header type.Isaku Yamahata2010-07-112-2/+0
* Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori2010-07-065-35/+61
|\
| * ide: Reject invalid CHS geometryMarkus Armbruster2010-07-061-0/+12
| * ide: Reject readonly drives unless CD-ROMMarkus Armbruster2010-07-061-0/+5
| * ide: Make ide_init_drive() return successMarkus Armbruster2010-07-063-7/+14
| * ide: Replace IDEState members is_cdrom, is_cf by drive_kindMarkus Armbruster2010-07-064-24/+25
| * ide: Improve error messagesMarkus Armbruster2010-07-061-4/+5
OpenPOWER on IntegriCloud