summaryrefslogtreecommitdiff
path: root/hw/ide/ahci.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster1-0/+1
2015-05-22ahci: do not remap clb/fis unconditionallyJohn Snow1-25/+63
2015-05-22ich9/ahci: Enable MigrationJohn Snow1-1/+0
2015-03-27AHCI: Protect cmd registerJohn Snow1-1/+25
2015-03-27AHCI: Do not (re)map FB/CLB buffers while not runningJohn Snow1-17/+33
2015-03-23ahci: Fix sglist offset manipulation for BE machinesJohn Snow1-1/+1
2015-03-10ahci: Recompute cur_cmd on migrate post loadJohn Snow1-0/+7
2015-03-10ahci: add support for restarting non-queued commandsPaolo Bonzini1-8/+15
2015-03-10ahci: Migrate IDEStatusJohn Snow1-0/+1
2015-03-10ide: replace set_unit callback with more IDEBus statePaolo Bonzini1-7/+0
2015-03-10ide: remove restart_cb callbackPaolo Bonzini1-5/+0
2014-12-10ahci: replace SATA FIS type magic numbers with constantsStefan Hajnoczi1-3/+3
2014-12-10ahci: avoid #ifdef DEBUG_AHCI bitrotStefan Hajnoczi1-10/+8
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 Snow1-4/+24
2014-11-14ide: Correct handling of malformed/short PRDTsJohn Snow1-7/+26
2014-11-14ahci: unify sglist preparationJohn Snow1-2/+2
2014-11-14ide: repair PIO transfers for cases where nsector > 1John Snow1-1/+1
2014-11-14ahci: Fix byte count regression for ATAPI/PIOJohn Snow1-0/+1
2014-11-03ahci: Fix SDB FIS ConstructionJohn Snow1-9/+9
2014-11-03ahci: Update byte count after DMA completionJohn Snow1-10/+31
2014-11-03ahci: Correct PIO/D2H FIS responsesJohn Snow1-23/+25
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-15/+16
2014-10-20block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster1-1/+1
2014-10-03q35/ahci: Pick up -cdrom and -hda optionsJohn Snow1-0/+15
2014-09-22ahci: properly shadow the TFD registerJohn Snow1-14/+28
2014-09-22ide/ahci: Check for -ECANCELED in aio callbacksFam Zheng1-0/+3
2014-09-10block: Make the block accounting functions operate on BlockAcctStatsBenoît Canet1-1/+2
2014-09-10block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_Benoît Canet1-2/+2
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 Maydell1-2/+0
2014-08-18memory: remove memory_region_destroyPaolo Bonzini1-2/+0
2014-08-15ahci: construct PIO Setup FIS for PIO commandsPaolo Bonzini1-0/+70
2014-08-15ide: make all commands go through cmd_donePaolo Bonzini1-13/+3
2014-08-15ahci: remove duplicate PORT_IRQ_* constantsPaolo Bonzini1-3/+3
2014-08-15ide: fold add_status callback into set_inactivePaolo Bonzini1-9/+0
2014-08-15ide: remove wrong setting of BM_STATUS_INTPaolo Bonzini1-4/+0
2014-08-15ide: simplify start_transfer callbacksPaolo Bonzini1-3/+1
2014-08-15ide: simplify async_cmd_done callbacksPaolo Bonzini1-3/+1
2014-08-15ide: simplify set_inactive callbacksPaolo Bonzini1-6/+0
2014-08-15ide: simplify reset callbacksPaolo Bonzini1-6/+0
2014-07-07ahci: map memory via device's address space instead of address_space_memoryLe Tan1-10/+11
2014-07-07ahci.c: mask unused flags when reading size PRDT DBCReza Jelveh1-3/+8
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela1-3/+3
2014-05-05ahci: fix buffer overrun on invalid state loadMichael S. Tsirkin1-1/+1
2014-04-18hw/ide/ahci.c: Avoid shift left into sign bitPeter Maydell1-2/+2
2014-03-18ahci: fix sysbus supportRob Herring1-5/+8