summaryrefslogtreecommitdiffstats
path: root/hw/ide
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-anthony' of git://github.com/bonzini/qemuAurelien Jarno2011-03-211-2/+2
|\
| * change all other clock references to use nanosecond resolution accessorsPaolo Bonzini2011-03-211-2/+2
* | Fix ATA SMART and CHECK POWER MODEBrian Wheeler2011-03-151-13/+28
|/
* isa-bus: Remove bogus IRQ sharing checkJan Kiszka2011-02-212-2/+2
* Improve vm_stop reason declarationsJan Kiszka2011-02-141-1/+1
* ahci: make number of ports runtime determinedAlexander Graf2011-02-073-16/+26
* ahci: Implement HBA resetAlexander Graf2011-02-071-1/+4
* ahci: send init d2h fis on fis enableAlexander Graf2011-02-072-7/+32
* ahci: split ICH and AHCI even moreAlexander Graf2011-02-072-112/+88
* ahci: add license header in ahci.hAlexander Graf2011-02-071-0/+23
* ahci: split ICH9 from coreSebastian Herbszt2011-02-073-301/+374
* blockdev: Fix regression in -drive if=scsi,index=NMarkus Armbruster2011-01-311-1/+0
* ahci: Fix cpu_physical_memory_unmap() argument orderingStefan Hajnoczi2011-01-311-5/+5
* block: tell drivers about an image resizeChristoph Hellwig2011-01-311-1/+5
* ide: Remove unneeded null pointer checkStefan Weil2011-01-241-3/+1
* ide: kill ide_dma_submit_checkChristoph Hellwig2011-01-241-9/+6
* ide: also reset io_buffer_index for writesChristoph Hellwig2011-01-241-2/+1
* ide: factor dma handling helpersChristoph Hellwig2011-01-243-80/+36
* 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
OpenPOWER on IntegriCloud