aboutsummaryrefslogtreecommitdiff
path: root/hw/ide/ahci.c
AgeCommit message (Expand)Author
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-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster
2014-10-20block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster
2014-10-03q35/ahci: Pick up -cdrom and -hda optionsJohn Snow
2014-09-22ahci: properly shadow the TFD registerJohn Snow
2014-09-22ide/ahci: Check for -ECANCELED in aio callbacksFam Zheng
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-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-15ahci: construct PIO Setup FIS for PIO commandsPaolo Bonzini
2014-08-15ide: make all commands go through cmd_donePaolo Bonzini
2014-08-15ahci: remove duplicate PORT_IRQ_* constantsPaolo Bonzini
2014-08-15ide: fold add_status callback into set_inactivePaolo Bonzini
2014-08-15ide: remove wrong setting of BM_STATUS_INTPaolo Bonzini
2014-08-15ide: simplify start_transfer callbacksPaolo Bonzini
2014-08-15ide: simplify async_cmd_done callbacksPaolo Bonzini
2014-08-15ide: simplify set_inactive callbacksPaolo Bonzini
2014-08-15ide: simplify reset callbacksPaolo Bonzini
2014-07-07ahci: map memory via device's address space instead of address_space_memoryLe Tan
2014-07-07ahci.c: mask unused flags when reading size PRDT DBCReza Jelveh
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela
2014-05-05ahci: fix buffer overrun on invalid state loadMichael S. Tsirkin
2014-04-18hw/ide/ahci.c: Avoid shift left into sign bitPeter Maydell
2014-03-18ahci: fix sysbus supportRob Herring
2013-10-29ahci: fix win7 hang on bootAlexander Graf
2013-10-11ahci: set ahci mode on resetMichael S. Tsirkin
2013-08-30ide: Pass size to ide_bus_new()Andreas Färber
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum
2013-07-23ahci: Use QOM realize for ahciHu Tao
2013-07-23ahci: QOM'ify some moreHu Tao
2013-07-23ide/ich: QOM parent field cleanupAndreas Färber
2013-07-15ahci: Fix FLUSH commandKevin Wolf
2013-07-04hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-07-04dma: keep a device alive while it has SGListsPaolo Bonzini
2013-06-20dma: eliminate DMAContextPaolo Bonzini
2013-05-08ahci: Don't allow creating slave drivesKevin Wolf
2013-04-15include: avoid useless includes of exec/ headersPaolo Bonzini
2013-04-08hw: move headers to include/Paolo Bonzini