summaryrefslogtreecommitdiff
path: root/hw/ide
AgeCommit message (Expand)Author
2011-12-20isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() ...Hervé Poussineau
2011-12-19Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2011-12-16ide: drop argument to dma_buf_commitPaolo Bonzini
2011-12-15block: dma_bdrv_* does not return NULLPaolo Bonzini
2011-12-15block: bdrv_aio_* do not return NULLPaolo Bonzini
2011-12-14Merge remote-tracking branch 'stefanha/trivial-patches-next' into stagingAnthony Liguori
2011-12-12Remove unnecessary casts from PCI DMA code in PCI IDEDavid Gibson
2011-12-06fix spelling in hw sub directoryDong Xu Wang
2011-12-06fix typo: delete redundant semicolonDong Xu Wang
2011-12-05Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2011-12-05block: convert qemu_aio_flush() calls to bdrv_drain_all()Stefan Hajnoczi
2011-11-24ide/mmio: convert to memory APIAvi Kivity
2011-11-18atapi: kill MODE SENSE(6), fix MODE SENSE(10)Paolo Bonzini
2011-11-11atapi: implement eject requestsPaolo Bonzini
2011-11-01PCI IDE: Use PCI DMA stub functionsDavid Gibson
2011-10-31Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2011-10-28atapi/scsi-disk: make mode page values coherent between the twoPaolo Bonzini
2011-10-28atapi: cleanup/fix mode sense resultsPaolo Bonzini
2011-10-28atapi: move GESN definitions to scsi-defs.hPaolo Bonzini
2011-10-28atapi/scsi: unify definitions for MMCPaolo Bonzini
2011-10-28ide: Fix off-by-one error in array index checkKevin Wolf
2011-10-26ahci: fix DPRINTF format stringsMax Filippov
2011-10-14Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2011-10-14Merge remote-tracking branch 'qemu-kvm-tmp/memory/batch' into stagingAnthony Liguori
2011-10-11ide: Convert to isa_register_portio_listRichard Henderson
2011-10-11ide: Support I/O statusLuiz Capitulino
2011-10-04RunState: Rename enum values as generated by the QAPILuiz Capitulino
2011-09-21ahci: add port I/O index-data pairDaniel Verkamp
2011-09-20Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2011-09-20AHCI Port Interrupt Enable register cleaning on soft resetAlexander Motin
2011-09-19dma-helpers: rename is_write to to_devPaolo Bonzini
2011-09-15Replace the VMSTOP macros with a proper state typeLuiz Capitulino
2011-09-12ahci: Remove unused struct memberStefan Weil
2011-09-12ide/atapi scsi-disk: Make monitor eject -f, then change workMarkus Armbruster
2011-09-12block: New change_media_cb() parameter loadMarkus Armbruster
2011-09-12block: New bdrv_set_buffer_alignment()Markus Armbruster
2011-09-12hw: Trim superfluous #include "block_int.h"Markus Armbruster
2011-09-12block: Move BlockConf & friends from block_int.h to block.hMarkus Armbruster
2011-09-12block: Show whether the virtual tray is open in info blockMarkus Armbruster
2011-09-12block: Drop BlockDriverState member removableMarkus Armbruster
2011-09-12ide/atapi: Preserve tray state on migrationMarkus Armbruster
2011-09-12ide/atapi: Don't fail eject when tray is already openMarkus Armbruster
2011-09-12block: Rename bdrv_set_locked() to bdrv_lock_medium()Markus Armbruster
2011-09-12block: Drop medium lock tracking, ask device models insteadMarkus Armbruster
2011-09-12block: Leave enforcing tray lock to device modelsMarkus Armbruster
2011-09-12ide/atapi: Track tray locked stateMarkus Armbruster
2011-09-12block: Revert entanglement of bdrv_is_inserted() with tray statusMarkus Armbruster
2011-09-12ide/atapi: Track tray open/close stateMarkus Armbruster
2011-09-12ide/atapi: Clean up misleading name in cmd_start_stop_unit()Markus Armbruster
2011-09-12ide: Reject ATA commands specific to drive kindsMarkus Armbruster