summaryrefslogtreecommitdiffstats
path: root/hw/ide
Commit message (Expand)AuthorAgeFilesLines
* vt82c686: Clean up use of cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-1/+0
* piix3 piix4: Clean up use of cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-3/+0
* qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-232-4/+4
* bswap.h: Remove cpu_to_be16wu()Peter Maydell2013-11-051-8/+8
* ide: Drop ide_init2_with_non_qdev_drives()Andreas Färber2013-11-052-51/+0
* microdrive: Coding Style cleanupsAndreas Färber2013-11-051-24/+38
* pcmcia: QOM'ify PCMCIACardState and MicroDriveStateAndreas Färber2013-11-051-47/+123
* Merge remote-tracking branch 'kwolf/tags/for-anthony' into stagingAnthony Liguori2013-10-311-1/+2
|\
| * ahci: fix win7 hang on bootAlexander Graf2013-10-291-1/+2
* | Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-10-312-2/+3
|\ \ | |/ |/|
| * hw: set interrupts using pci irq wrappersMarcel Apfelbaum2013-10-142-2/+3
* | ahci: set ahci mode on resetMichael S. Tsirkin2013-10-111-1/+9
|/
* qdev: Pass size to qbus_create_inplace()Andreas Färber2013-08-301-1/+1
* ide: Pass size to ide_bus_new()Andreas Färber2013-08-309-9/+11
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-3/+3
* ide: Introduce abstract QOM type for PCIIDEStateAndreas Färber2013-07-295-60/+82
* ide/piix: QOM casting sweepPeter Crosthwaite2013-07-291-4/+4
* devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-296-0/+8
* PPC: dbdma: macio: Fix format specifiers (build regression)Stefan Weil2013-07-271-4/+5
* ahci: Use QOM realize for ahciHu Tao2013-07-231-7/+7
* ahci: QOM'ify some moreHu Tao2013-07-231-5/+11
* ide/ich: QOM parent field cleanupAndreas Färber2013-07-233-17/+21
* ide/ich: QOM Upcast SweepPeter Crosthwaite2013-07-232-5/+10
* ahci: Fix FLUSH commandKevin Wolf2013-07-153-1/+17
* PPC: dbdma: Support more multi-issue DMA requestsAlexander Graf2013-07-111-2/+2
* PPC: dbdma: Support unaligned DMA accessAlexander Graf2013-07-111-7/+124
* PPC: dbdma: Wait for DMA until we have dataAlexander Graf2013-07-111-0/+19
* PPC: dbdma: macio: Add DMA callbackAlexander Graf2013-07-111-0/+40
* PPC: Mac: Add debug prints in macio and dbdma codeAlexander Graf2013-07-111-3/+40
* PPC: Macio: Replace tabs with spacesAlexander Graf2013-07-111-4/+4
* PPC: g3beige: Move secondary IDE bus to mac-ioAlexander Graf2013-07-111-1/+1
* 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
OpenPOWER on IntegriCloud