aboutsummaryrefslogtreecommitdiff
path: root/hw/ide
AgeCommit message (Expand)Author
2014-11-18hw/ide/core.c: Prevent SIGSEGV during migrationDon Slutz
2014-11-14ahci: factor out FIS decomposition from handle_cmdJohn Snow
2014-11-14ahci: Check cmd_fis[1] more explicitlyJohn Snow
2014-11-14ahci: Reorder error cases in handle_cmdJohn Snow
2014-11-14ahci: Fix FIS decompositionJohn Snow
2014-11-14ahci: add is_ncq predicate helperJohn Snow
2014-11-14ide: Correct handling of malformed/short PRDTsJohn Snow
2014-11-14ahci: unify sglist preparationJohn Snow
2014-11-14ide: repair PIO transfers for cases where nsector > 1John Snow
2014-11-14ahci: Fix byte count regression for ATAPI/PIOJohn Snow
2014-11-03ahci: Fix SDB FIS ConstructionJohn Snow
2014-11-03ahci: Update byte count after DMA completionJohn Snow
2014-11-03ahci: Correct PIO/D2H FIS responsesJohn Snow
2014-10-30fix off-by-one error in pci_piix3_xen_ide_unplugJames Harper
2014-10-24hmp: Remove "info pcmcia"Markus Armbruster
2014-10-20blockdev: Fix blockdev-add not to create DriveInfoMarkus Armbruster
2014-10-20ide: Complete conversion from BlockDriverState to BlockBackendMarkus Armbruster
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster
2014-10-20block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster
2014-10-20block: Rename BlockDriverAIOCB* to BlockAIOCB*Markus Armbruster
2014-10-20block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster
2014-10-20blockdev: Eliminate drive_del()Markus Armbruster
2014-10-15ide: add calling add_boot_device_patch in bootindex setter functionGonglei
2014-10-15ide: add bootindex to qom propertyGonglei
2014-10-03q35/ahci: Pick up -cdrom and -hda optionsJohn Snow
2014-10-03ide: Update ide_drive_get to be HBA agnosticJohn Snow
2014-09-22ahci: properly shadow the TFD registerJohn Snow
2014-09-22ahci: MSI capability should be at 0x80, not 0x50.John Snow
2014-09-22block: Rename qemu_aio_release -> qemu_aio_unrefFam Zheng
2014-09-22ide: Convert trim_aiocb_info.cancel to .cancel_asyncFam Zheng
2014-09-22ide/ahci: Check for -ECANCELED in aio callbacksFam Zheng
2014-09-22ide/atapi: Mark non-data commands as completeJohn Snow
2014-09-10block: Make the block accounting functions operate on BlockAcctStatsBenoît Canet
2014-09-10block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_Benoît Canet
2014-09-10IDE: MMIO IDE device control should be little endianValentin Manea
2014-09-10xen: Drop redundant bdrv_close() from pci_piix3_xen_ide_unplug()Markus Armbruster
2014-09-08ide: Add resize callback to ide/coreJohn Snow
2014-09-08IDE: Fill the IDENTIFY request consistentlyJohn Snow
2014-09-08ide: Add wwn support to IDE-ATAPI driveJohn Snow
2014-08-29ide: Fix bootindex for bus_id > 9Markus Armbruster
2014-08-28Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2014-08-26block: Pass errp in blkconf_geometryFam Zheng
2014-08-20block: Drop some superfluous casts from void *Markus Armbruster
2014-08-20block: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2014-08-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2014-08-18memory: remove memory_region_destroyPaolo Bonzini
2014-08-15ide: only constrain read/write requests to drive size, not other typesMichael Tokarev
2014-08-15ide: Fix segfault when flushing a device that doesn't existKevin Wolf
2014-08-15cmd646: synchronise UDMA interrupt status with DMA interrupt statusMark Cave-Ayland
2014-08-15cmd646: allow MRDMODE interrupt status bits clearing from PCI config spaceMark Cave-Ayland