summaryrefslogtreecommitdiffstats
path: root/hw/ide
Commit message (Expand)AuthorAgeFilesLines
* hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-046-18/+23
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-046-16/+16
* dma: keep a device alive while it has SGListsPaolo Bonzini2013-07-042-3/+6
* cmd646: fix build when DEBUG_IDE is enabled.Mark Cave-Ayland2013-06-281-2/+2
* ide: Clean up ide_exec_cmd()Kevin Wolf2013-06-241-24/+12
* ide: Convert SMART commands to ide_cmd_table handlerKevin Wolf2013-06-241-151/+174
* ide: Convert CF-ATA commands to ide_cmd_table handlerKevin Wolf2013-06-241-75/+95
* ide: Convert ATAPI commands to ide_cmd_table handlerKevin Wolf2013-06-241-39/+61
* ide: Convert SEEK to ide_cmd_table handlerKevin Wolf2013-06-241-6/+7
* ide: Convert FLUSH CACHE to ide_cmd_table handlerKevin Wolf2013-06-241-6/+8
* ide: Convert SET FEATURES to ide_cmd_table handlerKevin Wolf2013-06-241-72/+75
* ide: Convert CHECK POWER MDOE to ide_cmd_table handlerKevin Wolf2013-06-241-9/+8
* ide: Convert READ NATIVE MAX ADDRESS to ide_cmd_table handlerKevin Wolf2013-06-241-17/+18
* ide: Convert DMA read/write commands to ide_cmd_table handlerKevin Wolf2013-06-241-31/+38
* ide: Convert PIO read/write commands to ide_cmd_table handlerKevin Wolf2013-06-241-43/+50
* ide: Convert read/write multiple commands to ide_cmd_table handlerKevin Wolf2013-06-241-59/+60
* ide: Convert verify commands to ide_cmd_table handlerKevin Wolf2013-06-241-14/+13
* ide: Convert cmd_nop commands to ide_cmd_table handlerKevin Wolf2013-06-241-31/+17
* ide: Convert WIN_IDENTIFY to ide_cmd_table handlerKevin Wolf2013-06-241-17/+23
* ide: Convert WIN_DSM to ide_cmd_table handlerKevin Wolf2013-06-241-13/+16
* ide: Add handler to ide_cmd_tableKevin Wolf2013-06-241-58/+86
* dma: eliminate DMAContextPaolo Bonzini2013-06-204-14/+14
* Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpuBlue Swirl2013-06-151-8/+8
|\
| * isa: Use realizefn for ISADeviceAndreas Färber2013-06-071-8/+8
* | ide: Set BSY bit during FLUSHAndreas Färber2013-06-061-0/+1
|/
* ide/macio: fix wrong opaque with TRIM supportAurelien Jarno2013-05-201-1/+1
* ide: Reset BMIDEA bit when the bus master is stoppedKevin Wolf2013-05-081-0/+1
* ahci: Don't allow creating slave drivesKevin Wolf2013-05-089-9/+18
* ide: QOM'ify ISA IDEAndreas Färber2013-04-291-15/+24
* Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori2013-04-152-2/+0
|\
| * include: avoid useless includes of exec/ headersPaolo Bonzini2013-04-152-2/+0
* | ide: refuse WIN_READ_NATIVE_MAX on empty deviceStefan Hajnoczi2013-04-151-0/+4
|/
* hw: make all of hw/ide/ configurable via default-configs/Paolo Bonzini2013-04-081-0/+2
* hw: move headers to include/Paolo Bonzini2013-04-0813-23/+23
* blockdev: enable discard by defaultPaolo Bonzini2013-02-221-1/+4
* ide/mmio: QOM'ify MMIO IDE for R2DAndreas Färber2013-02-011-19/+73
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2013-01-284-29/+136
|\
| * ide: Add fall through annotationsKevin Wolf2013-01-251-8/+25
| * ahci: Add migration supportJason Baron2013-01-253-5/+101
| * ahci: Change data types in preparation for migrationKevin Wolf2013-01-252-8/+8
| * ahci: Remove unused AHCIDevice fieldsJason Baron2013-01-252-8/+2
* | ide/macio: QOM'ify MacIO IDEAndreas Färber2013-01-251-22/+56
* | ppc: Move Mac machines to hw/ppc/Andreas Färber2013-01-251-3/+3
|/
* ide: Remove wrong assertionKevin Wolf2013-01-171-1/+0
* ide: issue discard asynchronously but serialize the piecesPaolo Bonzini2013-01-151-25/+54
* ide: fix TRIM with empty range entryPaolo Bonzini2013-01-151-1/+1
* Make all static TypeInfos constAndreas Färber2013-01-107-12/+12
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-1913-22/+22
* misc: move include files to include/qemu/Paolo Bonzini2012-12-192-3/+3
* monitor: move include files to include/monitor/Paolo Bonzini2012-12-191-1/+1
OpenPOWER on IntegriCloud