aboutsummaryrefslogtreecommitdiff
path: root/hw/ide
AgeCommit message (Expand)Author
2014-01-24block: rename buffer_alignment to guest_block_sizePaolo Bonzini
2013-12-23vt82c686: Clean up use of cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-12-23piix3 piix4: Clean up use of cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-11-05bswap.h: Remove cpu_to_be16wu()Peter Maydell
2013-11-05ide: Drop ide_init2_with_non_qdev_drives()Andreas Färber
2013-11-05microdrive: Coding Style cleanupsAndreas Färber
2013-11-05pcmcia: QOM'ify PCMCIACardState and MicroDriveStateAndreas Färber
2013-10-31Merge remote-tracking branch 'kwolf/tags/for-anthony' into stagingAnthony Liguori
2013-10-31Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-10-29ahci: fix win7 hang on bootAlexander Graf
2013-10-14hw: set interrupts using pci irq wrappersMarcel Apfelbaum
2013-10-11ahci: set ahci mode on resetMichael S. Tsirkin
2013-08-30qdev: Pass size to qbus_create_inplace()Andreas Färber
2013-08-30ide: Pass size to ide_bus_new()Andreas Färber
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-07-29ide: Introduce abstract QOM type for PCIIDEStateAndreas Färber
2013-07-29ide/piix: QOM casting sweepPeter Crosthwaite
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum
2013-07-27PPC: dbdma: macio: Fix format specifiers (build regression)Stefan Weil
2013-07-23ahci: Use QOM realize for ahciHu Tao
2013-07-23ahci: QOM'ify some moreHu Tao
2013-07-23ide/ich: QOM parent field cleanupAndreas Färber
2013-07-23ide/ich: QOM Upcast SweepPeter Crosthwaite
2013-07-15ahci: Fix FLUSH commandKevin Wolf
2013-07-11PPC: dbdma: Support more multi-issue DMA requestsAlexander Graf
2013-07-11PPC: dbdma: Support unaligned DMA accessAlexander Graf
2013-07-11PPC: dbdma: Wait for DMA until we have dataAlexander Graf
2013-07-11PPC: dbdma: macio: Add DMA callbackAlexander Graf
2013-07-11PPC: Mac: Add debug prints in macio and dbdma codeAlexander Graf
2013-07-11PPC: Macio: Replace tabs with spacesAlexander Graf
2013-07-11PPC: g3beige: Move secondary IDE bus to mac-ioAlexander Graf
2013-07-04hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-07-04dma: keep a device alive while it has SGListsPaolo Bonzini
2013-06-28cmd646: fix build when DEBUG_IDE is enabled.Mark Cave-Ayland
2013-06-24ide: Clean up ide_exec_cmd()Kevin Wolf
2013-06-24ide: Convert SMART commands to ide_cmd_table handlerKevin Wolf
2013-06-24ide: Convert CF-ATA commands to ide_cmd_table handlerKevin Wolf
2013-06-24ide: Convert ATAPI commands to ide_cmd_table handlerKevin Wolf
2013-06-24ide: Convert SEEK to ide_cmd_table handlerKevin Wolf
2013-06-24ide: Convert FLUSH CACHE to ide_cmd_table handlerKevin Wolf
2013-06-24ide: Convert SET FEATURES to ide_cmd_table handlerKevin Wolf
2013-06-24ide: Convert CHECK POWER MDOE to ide_cmd_table handlerKevin Wolf
2013-06-24ide: Convert READ NATIVE MAX ADDRESS to ide_cmd_table handlerKevin Wolf
2013-06-24ide: Convert DMA read/write commands to ide_cmd_table handlerKevin Wolf
2013-06-24ide: Convert PIO read/write commands to ide_cmd_table handlerKevin Wolf
2013-06-24ide: Convert read/write multiple commands to ide_cmd_table handlerKevin Wolf
2013-06-24ide: Convert verify commands to ide_cmd_table handlerKevin Wolf
2013-06-24ide: Convert cmd_nop commands to ide_cmd_table handlerKevin Wolf