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