summaryrefslogtreecommitdiffstats
path: root/hw/ide
Commit message (Expand)AuthorAgeFilesLines
* ide: Correct improper smart self test counter reset in ide core.Benoît Canet2014-04-141-1/+1
* hw/ide: Add missing 'static' attributesStefan Weil2014-03-271-1/+1
* ahci: fix sysbus supportRob Herring2014-03-181-5/+8
* hw/ide/ahci.h: Avoid shifting left into sign bitPeter Maydell2014-03-071-5/+5
* Call pci_piix3_xen_ide_unplug from unplug_disksStefano Stabellini2014-02-201-2/+1
* Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell2014-02-202-3/+3
|\
| * qdev: Remove hex8/32/64 property typesPaolo Bonzini2014-02-142-3/+3
* | qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov2014-02-101-2/+2
|/
* Merge remote-tracking branch 'mjt/tags/trivial-patches-2014-01-16' into stagingPeter Maydell2014-01-301-0/+1
|\
| * ide: cmd_exec_dev_diagnostic() always set error register to 0x01David du Colombier2014-01-151-0/+1
* | block: rename buffer_alignment to guest_block_sizePaolo Bonzini2014-01-241-1/+1
|/
* 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
OpenPOWER on IntegriCloud