summaryrefslogtreecommitdiffstats
path: root/hw/ide
Commit message (Expand)AuthorAgeFilesLines
* qdev: remove baked in notion of aliases (v2)Anthony Liguori2012-02-031-2/+0
* qdev: kill off DeviceInfoAnthony Liguori2012-02-031-1/+1
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-037-101/+135
* sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori2012-01-271-9/+14
* pci: convert to QEMU Object ModelAnthony Liguori2012-01-274-65/+108
* ide: convert to QEMU Object ModelAnthony Liguori2012-01-272-49/+82
* isa: pic: convert to QEMU Object ModelAnthony Liguori2012-01-271-7/+13
* qdev: prepare source tree for code conversionAnthony Liguori2012-01-273-69/+64
* qdev: move qdev->info to classAnthony Liguori2012-01-271-1/+1
* ahci: add support for non-PCI based controllersRob Herring2012-01-261-0/+44
* Correct types in bmdma_addr_{read,write}David Gibson2012-01-211-2/+2
* 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
OpenPOWER on IntegriCloud