summaryrefslogtreecommitdiff
path: root/hw/ide
AgeCommit message (Expand)AuthorFilesLines
2014-12-10ide: Check validity of logical block sizeKevin Wolf1-0/+5
2014-12-10ahci: replace SATA FIS type magic numbers with constantsStefan Hajnoczi2-4/+7
2014-12-10ahci: avoid #ifdef DEBUG_AHCI bitrotStefan Hajnoczi1-10/+8
2014-11-18hw/ide/core.c: Prevent SIGSEGV during migrationDon Slutz1-1/+1
2014-11-14ahci: factor out FIS decomposition from handle_cmdJohn Snow1-83/+86
2014-11-14ahci: Check cmd_fis[1] more explicitlyJohn Snow1-11/+12
2014-11-14ahci: Reorder error cases in handle_cmdJohn Snow1-15/+14
2014-11-14ahci: Fix FIS decompositionJohn Snow1-38/+26
2014-11-14ahci: add is_ncq predicate helperJohn Snow2-4/+27
2014-11-14ide: Correct handling of malformed/short PRDTsJohn Snow5-22/+68
2014-11-14ahci: unify sglist preparationJohn Snow1-2/+2
2014-11-14ide: repair PIO transfers for cases where nsector > 1John Snow2-1/+5
2014-11-14ahci: Fix byte count regression for ATAPI/PIOJohn Snow1-0/+1
2014-11-03ahci: Fix SDB FIS ConstructionJohn Snow2-9/+17
2014-11-03ahci: Update byte count after DMA completionJohn Snow3-14/+40
2014-11-03ahci: Correct PIO/D2H FIS responsesJohn Snow1-23/+25
2014-10-30fix off-by-one error in pci_piix3_xen_ide_unplugJames Harper1-2/+2
2014-10-24hmp: Remove "info pcmcia"Markus Armbruster1-1/+0
2014-10-20blockdev: Fix blockdev-add not to create DriveInfoMarkus Armbruster1-1/+1
2014-10-20ide: Complete conversion from BlockDriverState to BlockBackendMarkus Armbruster1-2/+4
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster14-164/+173
2014-10-20block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster6-9/+9
2014-10-20block: Rename BlockDriverAIOCB* to BlockAIOCB*Markus Armbruster3-8/+8
2014-10-20block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster2-3/+6
2014-10-20blockdev: Eliminate drive_del()Markus Armbruster1-1/+3
2014-10-15ide: add calling add_boot_device_patch in bootindex setter functionGonglei1-0/+5
2014-10-15ide: add bootindex to qom propertyGonglei1-0/+42
2014-10-03q35/ahci: Pick up -cdrom and -hda optionsJohn Snow2-0/+17
2014-10-03ide: Update ide_drive_get to be HBA agnosticJohn Snow1-5/+17
2014-09-22ahci: properly shadow the TFD registerJohn Snow1-14/+28
2014-09-22ahci: MSI capability should be at 0x80, not 0x50.John Snow1-1/+6
2014-09-22block: Rename qemu_aio_release -> qemu_aio_unrefFam Zheng1-1/+1
2014-09-22ide: Convert trim_aiocb_info.cancel to .cancel_asyncFam Zheng1-7/+5
2014-09-22ide/ahci: Check for -ECANCELED in aio callbacksFam Zheng2-0/+15
2014-09-22ide/atapi: Mark non-data commands as completeJohn Snow1-4/+3
2014-09-10block: Make the block accounting functions operate on BlockAcctStatsBenoît Canet4-27/+37
2014-09-10block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_Benoît Canet4-15/+15
2014-09-10IDE: MMIO IDE device control should be little endianValentin Manea1-2/+2
2014-09-10xen: Drop redundant bdrv_close() from pci_piix3_xen_ide_unplug()Markus Armbruster1-1/+0
2014-09-08ide: Add resize callback to ide/coreJohn Snow1-10/+59
2014-09-08IDE: Fill the IDENTIFY request consistentlyJohn Snow1-13/+15
2014-09-08ide: Add wwn support to IDE-ATAPI driveJohn Snow1-0/+14
2014-08-29ide: Fix bootindex for bus_id > 9Markus Armbruster1-1/+1
2014-08-28Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-3/+8
2014-08-26block: Pass errp in blkconf_geometryFam Zheng1-3/+8
2014-08-20block: Drop some superfluous casts from void *Markus Armbruster1-1/+1
2014-08-20block: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2014-08-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell4-13/+0
2014-08-18memory: remove memory_region_destroyPaolo Bonzini4-13/+0
2014-08-15ide: only constrain read/write requests to drive size, not other typesMichael Tokarev1-1/+2