summaryrefslogtreecommitdiffstats
path: root/hw/ide
Commit message (Expand)AuthorAgeFilesLines
* isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() ...Hervé Poussineau2011-12-203-4/+4
* Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2011-12-191-3/+3
|\
| * ide: drop argument to dma_buf_commitPaolo Bonzini2011-12-161-3/+3
* | block: dma_bdrv_* does not return NULLPaolo Bonzini2011-12-152-9/+1
* | block: bdrv_aio_* do not return NULLPaolo Bonzini2011-12-153-20/+2
|/
* Merge remote-tracking branch 'stefanha/trivial-patches-next' into stagingAnthony Liguori2011-12-142-2/+2
|\
| * fix spelling in hw sub directoryDong Xu Wang2011-12-061-1/+1
| * fix typo: delete redundant semicolonDong Xu Wang2011-12-061-1/+1
* | Remove unnecessary casts from PCI DMA code in PCI IDEDavid Gibson2011-12-121-2/+2
|/
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2011-12-052-3/+4
|\
| * block: convert qemu_aio_flush() calls to bdrv_drain_all()Stefan Hajnoczi2011-12-052-3/+4
* | ide/mmio: convert to memory APIAvi Kivity2011-11-241-33/+24
|/
* atapi: kill MODE SENSE(6), fix MODE SENSE(10)Paolo Bonzini2011-11-181-12/+8
* atapi: implement eject requestsPaolo Bonzini2011-11-112-3/+21
* PCI IDE: Use PCI DMA stub functionsDavid Gibson2011-11-011-9/+10
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2011-10-314-148/+50
|\
| * atapi/scsi-disk: make mode page values coherent between the twoPaolo Bonzini2011-10-281-7/+7
| * atapi: cleanup/fix mode sense resultsPaolo Bonzini2011-10-281-4/+6
| * atapi: move GESN definitions to scsi-defs.hPaolo Bonzini2011-10-281-37/+6
| * atapi/scsi: unify definitions for MMCPaolo Bonzini2011-10-284-99/+30
| * ide: Fix off-by-one error in array index checkKevin Wolf2011-10-281-1/+1
* | ahci: fix DPRINTF format stringsMax Filippov2011-10-261-6/+10
|/
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2011-10-141-0/+2
|\
| * ide: Support I/O statusLuiz Capitulino2011-10-111-0/+2
* | Merge remote-tracking branch 'qemu-kvm-tmp/memory/batch' into stagingAnthony Liguori2011-10-145-21/+30
|\ \ | |/ |/|
| * ide: Convert to isa_register_portio_listRichard Henderson2011-10-115-21/+30
* | RunState: Rename enum values as generated by the QAPILuiz Capitulino2011-10-041-1/+1
|/
* ahci: add port I/O index-data pairDaniel Verkamp2011-09-213-3/+75
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2011-09-203-5/+7
|\
| * AHCI Port Interrupt Enable register cleaning on soft resetAlexander Motin2011-09-201-3/+5
| * dma-helpers: rename is_write to to_devPaolo Bonzini2011-09-192-2/+2
* | Replace the VMSTOP macros with a proper state typeLuiz Capitulino2011-09-154-5/+6
|/
* ahci: Remove unused struct memberStefan Weil2011-09-122-3/+0
* ide/atapi scsi-disk: Make monitor eject -f, then change workMarkus Armbruster2011-09-121-0/+1
* block: New change_media_cb() parameter loadMarkus Armbruster2011-09-121-1/+1
* block: New bdrv_set_buffer_alignment()Markus Armbruster2011-09-121-1/+1
* hw: Trim superfluous #include "block_int.h"Markus Armbruster2011-09-128-8/+0
* block: Move BlockConf & friends from block_int.h to block.hMarkus Armbruster2011-09-122-1/+1
* block: Show whether the virtual tray is open in info blockMarkus Armbruster2011-09-121-0/+6
* block: Drop BlockDriverState member removableMarkus Armbruster2011-09-121-1/+0
* ide/atapi: Preserve tray state on migrationMarkus Armbruster2011-09-121-0/+32
* ide/atapi: Don't fail eject when tray is already openMarkus Armbruster2011-09-121-1/+1
* block: Rename bdrv_set_locked() to bdrv_lock_medium()Markus Armbruster2011-09-121-1/+1
* block: Drop medium lock tracking, ask device models insteadMarkus Armbruster2011-09-121-0/+6
* block: Leave enforcing tray lock to device modelsMarkus Armbruster2011-09-121-20/+9
* ide/atapi: Track tray locked stateMarkus Armbruster2011-09-122-1/+4
* block: Revert entanglement of bdrv_is_inserted() with tray statusMarkus Armbruster2011-09-121-7/+8
* ide/atapi: Track tray open/close stateMarkus Armbruster2011-09-122-1/+6
* ide/atapi: Clean up misleading name in cmd_start_stop_unit()Markus Armbruster2011-09-121-4/+4
* ide: Reject ATA commands specific to drive kindsMarkus Armbruster2011-09-121-25/+25
OpenPOWER on IntegriCloud