aboutsummaryrefslogtreecommitdiffstats
path: root/hw/ide
AgeCommit message (Expand)AuthorFilesLines
2011-05-19ahci: Fix non-NCQ accesses for LBA > 16bitsAlexander Graf1-2/+25
2011-05-19blockdev: Store -drive option media in DriveInfoMarkus Armbruster2-8/+5
2011-05-19ide: Split qdev "ide-drive" into "ide-hd" and "ide-cd"Markus Armbruster3-22/+74
2011-05-18ahci: Fix crashes on duplicate BH registrationJan Kiszka1-3/+5
2011-05-18ide: Turn debug messages into assertionsKevin Wolf1-6/+2
2011-05-18ide: cleanup warningsAndrea Arcangeli1-2/+2
2011-05-16ahci: Unbreak bar registrationJan Kiszka1-3/+3
2011-05-05Merge remote branch 'origin/master' into pciMichael S. Tsirkin9-937/+1202
2011-05-05MSI: Robust resource releaseJan Kiszka1-4/+1
2011-05-03ide/atapi: fix set but unusedAlon Levy1-3/+1
2011-05-03atapi: Explain why we need a 'media not present' stateAmit Shah1-1/+7
2011-05-03atapi: Move comment to proper placeAmit Shah1-1/+1
2011-04-27ide/atapi: Introduce CHECK_READY flag for commandsKevin Wolf1-25/+23
2011-04-27ide/atapi: Replace bdrv_get_geometry calls by s->nb_sectorsKevin Wolf1-15/+6
2011-04-27ide/atapi: Use table instead of switch for commandsKevin Wolf1-67/+48
2011-04-27ide/atapi: Factor commands outKevin Wolf1-378/+459
2011-04-27ide: Split atapi.c outKevin Wolf3-1061/+1097
2011-04-27atapi: Add 'medium ready' to 'medium not ready' transition on cd changeAmit Shah1-4/+16
2011-04-15Remove unused sysemu.h include directivesBlue Swirl6-6/+0
2011-04-13atapi: GESN: implement 'media' subcommandAmit Shah2-4/+115
2011-04-13atapi: GESN: Standardise event response handling for future additionsAmit Shah1-6/+19
2011-04-13atapi: GESN: Use structs for commonly-used field typesAmit Shah1-2/+14
2011-04-13atapi: Move GET_EVENT_STATUS_NOTIFICATION command handling to its own functionAmit Shah1-13/+24
2011-04-13atapi: Allow GET_EVENT_STATUS_NOTIFICATION after media changeAmit Shah1-6/+14
2011-04-13atapi: Report correct errors on guest eject requestAmit Shah1-2/+6
2011-04-13atapi: Drives can be locked without media presentAmit Shah1-7/+2
2011-04-07ide: consolidate drive_get(IF_IDE)Isaku Yamahata1-0/+14
2011-04-07ich/ahci: convert to pci_register_bar_simple()Avi Kivity3-14/+1
2011-03-21Merge branch 'for-anthony' of git://github.com/bonzini/qemuAurelien Jarno1-2/+2
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini1-2/+2
2011-03-15Fix ATA SMART and CHECK POWER MODEBrian Wheeler1-13/+28
2011-02-21isa-bus: Remove bogus IRQ sharing checkJan Kiszka2-2/+2
2011-02-14Improve vm_stop reason declarationsJan Kiszka1-1/+1
2011-02-07ahci: make number of ports runtime determinedAlexander Graf3-16/+26
2011-02-07ahci: Implement HBA resetAlexander Graf1-1/+4
2011-02-07ahci: send init d2h fis on fis enableAlexander Graf2-7/+32
2011-02-07ahci: split ICH and AHCI even moreAlexander Graf2-112/+88
2011-02-07ahci: add license header in ahci.hAlexander Graf1-0/+23
2011-02-07ahci: split ICH9 from coreSebastian Herbszt3-301/+374
2011-01-31blockdev: Fix regression in -drive if=scsi,index=NMarkus Armbruster1-1/+0
2011-01-31ahci: Fix cpu_physical_memory_unmap() argument orderingStefan Hajnoczi1-5/+5
2011-01-31block: tell drivers about an image resizeChristoph Hellwig1-1/+5
2011-01-24ide: Remove unneeded null pointer checkStefan Weil1-3/+1
2011-01-24ide: kill ide_dma_submit_checkChristoph Hellwig1-9/+6
2011-01-24ide: also reset io_buffer_index for writesChristoph Hellwig1-2/+1
2011-01-24ide: factor dma handling helpersChristoph Hellwig3-80/+36
2011-01-10piix: tag as not hotpluggable.Gerd Hoffmann1-0/+2
2010-12-19ahci: delete write-only variables (v2)Blue Swirl1-4/+1
2010-12-17ide: Build fix for via.cKevin Wolf1-1/+1
2010-12-17ide: Fix build for cmd646.cKevin Wolf1-2/+2