summaryrefslogtreecommitdiffstats
path: root/hw/ide
Commit message (Expand)AuthorAgeFilesLines
...
* ahci: Fix SDB FIS ConstructionJohn Snow2014-11-032-9/+17
* ahci: Update byte count after DMA completionJohn Snow2014-11-033-14/+40
* ahci: Correct PIO/D2H FIS responsesJohn Snow2014-11-031-23/+25
* fix off-by-one error in pci_piix3_xen_ide_unplugJames Harper2014-10-301-2/+2
* hmp: Remove "info pcmcia"Markus Armbruster2014-10-241-1/+0
* blockdev: Fix blockdev-add not to create DriveInfoMarkus Armbruster2014-10-201-1/+1
* ide: Complete conversion from BlockDriverState to BlockBackendMarkus Armbruster2014-10-201-2/+4
* hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster2014-10-2014-164/+173
* block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster2014-10-206-9/+9
* block: Rename BlockDriverAIOCB* to BlockAIOCB*Markus Armbruster2014-10-203-8/+8
* block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster2014-10-202-3/+6
* blockdev: Eliminate drive_del()Markus Armbruster2014-10-201-1/+3
* ide: add calling add_boot_device_patch in bootindex setter functionGonglei2014-10-151-0/+5
* ide: add bootindex to qom propertyGonglei2014-10-151-0/+42
* q35/ahci: Pick up -cdrom and -hda optionsJohn Snow2014-10-032-0/+17
* ide: Update ide_drive_get to be HBA agnosticJohn Snow2014-10-031-5/+17
* ahci: properly shadow the TFD registerJohn Snow2014-09-221-14/+28
* ahci: MSI capability should be at 0x80, not 0x50.John Snow2014-09-221-1/+6
* block: Rename qemu_aio_release -> qemu_aio_unrefFam Zheng2014-09-221-1/+1
* ide: Convert trim_aiocb_info.cancel to .cancel_asyncFam Zheng2014-09-221-7/+5
* ide/ahci: Check for -ECANCELED in aio callbacksFam Zheng2014-09-222-0/+15
* ide/atapi: Mark non-data commands as completeJohn Snow2014-09-221-4/+3
* block: Make the block accounting functions operate on BlockAcctStatsBenoît Canet2014-09-104-27/+37
* block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_Benoît Canet2014-09-104-15/+15
* IDE: MMIO IDE device control should be little endianValentin Manea2014-09-101-2/+2
* xen: Drop redundant bdrv_close() from pci_piix3_xen_ide_unplug()Markus Armbruster2014-09-101-1/+0
* ide: Add resize callback to ide/coreJohn Snow2014-09-081-10/+59
* IDE: Fill the IDENTIFY request consistentlyJohn Snow2014-09-081-13/+15
* ide: Add wwn support to IDE-ATAPI driveJohn Snow2014-09-081-0/+14
* ide: Fix bootindex for bus_id > 9Markus Armbruster2014-08-291-1/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-08-281-3/+8
|\
| * block: Pass errp in blkconf_geometryFam Zheng2014-08-261-3/+8
* | block: Drop some superfluous casts from void *Markus Armbruster2014-08-201-1/+1
* | block: Use g_new() & friends where that makes obvious senseMarkus Armbruster2014-08-201-1/+1
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-08-194-13/+0
|\
| * memory: remove memory_region_destroyPaolo Bonzini2014-08-184-13/+0
* | ide: only constrain read/write requests to drive size, not other typesMichael Tokarev2014-08-151-1/+2
* | ide: Fix segfault when flushing a device that doesn't existKevin Wolf2014-08-151-1/+3
* | cmd646: synchronise UDMA interrupt status with DMA interrupt statusMark Cave-Ayland2014-08-151-0/+24
* | cmd646: allow MRDMODE interrupt status bits clearing from PCI config spaceMark Cave-Ayland2014-08-151-2/+30
* | cmd646: switch cmd646_update_irq() to accept PCIDevice instead of PCIIDEStateMark Cave-Ayland2014-08-151-5/+4
* | cmd646: synchronise DMA interrupt status with UDMA interrupt statusMark Cave-Ayland2014-08-151-0/+22
* | cmd646: add constants for CNTRL register accessMark Cave-Ayland2014-08-151-2/+5
* | ahci: construct PIO Setup FIS for PIO commandsPaolo Bonzini2014-08-151-0/+70
* | ide: make all commands go through cmd_donePaolo Bonzini2014-08-154-24/+16
* | ide: stop PIO transfer on errorsPaolo Bonzini2014-08-151-3/+2
* | ahci: remove duplicate PORT_IRQ_* constantsPaolo Bonzini2014-08-152-24/+3
* | ide: move retry constants out of BM_STATUS_* namespacePaolo Bonzini2014-08-153-23/+23
* | ide: move BM_STATUS bits to pci.[ch]Paolo Bonzini2014-08-153-11/+11
* | ide: fold add_status callback into set_inactivePaolo Bonzini2014-08-156-34/+15
OpenPOWER on IntegriCloud