aboutsummaryrefslogtreecommitdiff
path: root/hw/ide/ahci.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-29ahci: fix win7 hang on bootAlexander Graf1-1/+2
2013-10-11ahci: set ahci mode on resetMichael S. Tsirkin1-1/+9
2013-08-30ide: Pass size to ide_bus_new()Andreas Färber1-1/+1
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+1
2013-07-23ahci: Use QOM realize for ahciHu Tao1-7/+7
2013-07-23ahci: QOM'ify some moreHu Tao1-5/+11
2013-07-23ide/ich: QOM parent field cleanupAndreas Färber1-5/+6
2013-07-15ahci: Fix FLUSH commandKevin Wolf1-1/+7
2013-07-04hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini1-2/+4