summaryrefslogtreecommitdiff
path: root/hw/ide
AgeCommit message (Expand)AuthorFilesLines
2013-07-29ide: Introduce abstract QOM type for PCIIDEStateAndreas Färber5-60/+82
2013-07-29ide/piix: QOM casting sweepPeter Crosthwaite1-4/+4
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum6-0/+8
2013-07-27PPC: dbdma: macio: Fix format specifiers (build regression)Stefan Weil1-4/+5
2013-07-23ahci: Use QOM realize for ahciHu Tao1-7/+7
2013-07-23ahci: QOM'ify some moreHu Tao1-5/+11
2013-07-23ide/ich: QOM parent field cleanupAndreas Färber3-17/+21
2013-07-23ide/ich: QOM Upcast SweepPeter Crosthwaite2-5/+10
2013-07-15ahci: Fix FLUSH commandKevin Wolf3-1/+17
2013-07-11PPC: dbdma: Support more multi-issue DMA requestsAlexander Graf1-2/+2
2013-07-11PPC: dbdma: Support unaligned DMA accessAlexander Graf1-7/+124
2013-07-11PPC: dbdma: Wait for DMA until we have dataAlexander Graf1-0/+19
2013-07-11PPC: dbdma: macio: Add DMA callbackAlexander Graf1-0/+40
2013-07-11PPC: Mac: Add debug prints in macio and dbdma codeAlexander Graf1-3/+40
2013-07-11PPC: Macio: Replace tabs with spacesAlexander Graf1-4/+4
2013-07-11PPC: g3beige: Move secondary IDE bus to mac-ioAlexander Graf1-1/+1
2013-07-04hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini6-18/+23
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini6-16/+16
2013-07-04dma: keep a device alive while it has SGListsPaolo Bonzini2-3/+6
2013-06-28cmd646: fix build when DEBUG_IDE is enabled.Mark Cave-Ayland1-2/+2
2013-06-24ide: Clean up ide_exec_cmd()Kevin Wolf1-24/+12
2013-06-24ide: Convert SMART commands to ide_cmd_table handlerKevin Wolf1-151/+174
2013-06-24ide: Convert CF-ATA commands to ide_cmd_table handlerKevin Wolf1-75/+95
2013-06-24ide: Convert ATAPI commands to ide_cmd_table handlerKevin Wolf1-39/+61
2013-06-24ide: Convert SEEK to ide_cmd_table handlerKevin Wolf1-6/+7
2013-06-24ide: Convert FLUSH CACHE to ide_cmd_table handlerKevin Wolf1-6/+8
2013-06-24ide: Convert SET FEATURES to ide_cmd_table handlerKevin Wolf1-72/+75
2013-06-24ide: Convert CHECK POWER MDOE to ide_cmd_table handlerKevin Wolf1-9/+8
2013-06-24ide: Convert READ NATIVE MAX ADDRESS to ide_cmd_table handlerKevin Wolf1-17/+18
2013-06-24ide: Convert DMA read/write commands to ide_cmd_table handlerKevin Wolf1-31/+38
2013-06-24ide: Convert PIO read/write commands to ide_cmd_table handlerKevin Wolf1-43/+50
2013-06-24ide: Convert read/write multiple commands to ide_cmd_table handlerKevin Wolf1-59/+60
2013-06-24ide: Convert verify commands to ide_cmd_table handlerKevin Wolf1-14/+13
2013-06-24ide: Convert cmd_nop commands to ide_cmd_table handlerKevin Wolf1-31/+17
2013-06-24ide: Convert WIN_IDENTIFY to ide_cmd_table handlerKevin Wolf1-17/+23
2013-06-24ide: Convert WIN_DSM to ide_cmd_table handlerKevin Wolf1-13/+16
2013-06-24ide: Add handler to ide_cmd_tableKevin Wolf1-58/+86
2013-06-20dma: eliminate DMAContextPaolo Bonzini4-14/+14
2013-06-15Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpuBlue Swirl1-8/+8
2013-06-07isa: Use realizefn for ISADeviceAndreas Färber1-8/+8
2013-06-06ide: Set BSY bit during FLUSHAndreas Färber1-0/+1
2013-05-20ide/macio: fix wrong opaque with TRIM supportAurelien Jarno1-1/+1
2013-05-08ide: Reset BMIDEA bit when the bus master is stoppedKevin Wolf1-0/+1
2013-05-08ahci: Don't allow creating slave drivesKevin Wolf9-9/+18
2013-04-29ide: QOM'ify ISA IDEAndreas Färber1-15/+24
2013-04-15Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori2-2/+0
2013-04-15include: avoid useless includes of exec/ headersPaolo Bonzini2-2/+0
2013-04-15ide: refuse WIN_READ_NATIVE_MAX on empty deviceStefan Hajnoczi1-0/+4
2013-04-08hw: make all of hw/ide/ configurable via default-configs/Paolo Bonzini1-0/+2
2013-04-08hw: move headers to include/Paolo Bonzini13-23/+23