summaryrefslogtreecommitdiffstats
path: root/hw/ide
Commit message (Expand)AuthorAgeFilesLines
* ahci: Fix non-NCQ accesses for LBA > 16bitsAlexander Graf2011-05-191-2/+25
* blockdev: Store -drive option media in DriveInfoMarkus Armbruster2011-05-192-8/+5
* ide: Split qdev "ide-drive" into "ide-hd" and "ide-cd"Markus Armbruster2011-05-193-22/+74
* ahci: Fix crashes on duplicate BH registrationJan Kiszka2011-05-181-3/+5
* ide: Turn debug messages into assertionsKevin Wolf2011-05-181-6/+2
* ide: cleanup warningsAndrea Arcangeli2011-05-181-2/+2
* ahci: Unbreak bar registrationJan Kiszka2011-05-161-3/+3
* Merge remote branch 'origin/master' into pciMichael S. Tsirkin2011-05-059-937/+1202
|\
| * ide/atapi: fix set but unusedAlon Levy2011-05-031-3/+1
| * atapi: Explain why we need a 'media not present' stateAmit Shah2011-05-031-1/+7
| * atapi: Move comment to proper placeAmit Shah2011-05-031-1/+1
| * ide/atapi: Introduce CHECK_READY flag for commandsKevin Wolf2011-04-271-25/+23
| * ide/atapi: Replace bdrv_get_geometry calls by s->nb_sectorsKevin Wolf2011-04-271-15/+6
| * ide/atapi: Use table instead of switch for commandsKevin Wolf2011-04-271-67/+48
| * ide/atapi: Factor commands outKevin Wolf2011-04-271-378/+459
| * ide: Split atapi.c outKevin Wolf2011-04-273-1061/+1097
| * atapi: Add 'medium ready' to 'medium not ready' transition on cd changeAmit Shah2011-04-271-4/+16
| * Remove unused sysemu.h include directivesBlue Swirl2011-04-156-6/+0
| * atapi: GESN: implement 'media' subcommandAmit Shah2011-04-132-4/+115
| * atapi: GESN: Standardise event response handling for future additionsAmit Shah2011-04-131-6/+19
| * atapi: GESN: Use structs for commonly-used field typesAmit Shah2011-04-131-2/+14
| * atapi: Move GET_EVENT_STATUS_NOTIFICATION command handling to its own functionAmit Shah2011-04-131-13/+24
| * atapi: Allow GET_EVENT_STATUS_NOTIFICATION after media changeAmit Shah2011-04-131-6/+14
| * atapi: Report correct errors on guest eject requestAmit Shah2011-04-131-2/+6
| * atapi: Drives can be locked without media presentAmit Shah2011-04-131-7/+2
| * ide: consolidate drive_get(IF_IDE)Isaku Yamahata2011-04-071-0/+14
* | MSI: Robust resource releaseJan Kiszka2011-05-051-4/+1
* | ich/ahci: convert to pci_register_bar_simple()Avi Kivity2011-04-073-14/+1
|/
* 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
OpenPOWER on IntegriCloud