summaryrefslogtreecommitdiff
path: root/hw/ide/ahci.h
AgeCommit message (Expand)AuthorFilesLines
2015-11-06ahci: Add allwinner AHCIPeter Crosthwaite1-0/+16
2015-11-06ahci: split realize and initPeter Crosthwaite1-1/+2
2015-09-08ahci.c: Don't assume AHCIState's parent is AHCIPCIStateAlistair Francis1-0/+2
2015-09-08ahci: Separate the AHCI state structure into the headerAlistair Francis1-0/+14
2015-07-31ahci: fix ICC mask definitionJohn Snow1-1/+1
2015-07-08ahci: Fix CD-ROM signatureHannes Reinecke1-1/+1
2015-07-04ahci: add cmd header to ncq transfer stateJohn Snow1-0/+1
2015-07-04ahci: correct ncq sector countJohn Snow1-1/+1
2015-07-04ahci: correct types in NCQTransferStateJohn Snow1-2/+2
2015-07-04ahci: add rwerror=stop support for ncqJohn Snow1-0/+1
2015-07-04ahci: stash ncq commandJohn Snow1-0/+1
2015-07-04ahci: separate prdtl from optsJohn Snow1-1/+2
2015-07-04ahci: Rename NCQFIS structure fieldsJohn Snow1-10/+25
2015-03-27AHCI: Protect cmd registerJohn Snow1-0/+2
2014-12-10ahci: replace SATA FIS type magic numbers with constantsStefan Hajnoczi1-1/+4
2014-11-14ahci: add is_ncq predicate helperJohn Snow1-0/+3
2014-11-03ahci: Fix SDB FIS ConstructionJohn Snow1-0/+8
2014-10-20block: Rename BlockDriverAIOCB* to BlockAIOCB*Markus Armbruster1-1/+1
2014-10-03q35/ahci: Pick up -cdrom and -hda optionsJohn Snow1-0/+2
2014-08-15ahci: remove duplicate PORT_IRQ_* constantsPaolo Bonzini1-21/+0
2014-07-07ahci.c: mask unused flags when reading size PRDT DBCReza Jelveh1-0/+2
2014-03-07hw/ide/ahci.h: Avoid shifting left into sign bitPeter Maydell1-5/+5
2013-07-23ide/ich: QOM parent field cleanupAndreas Färber1-1/+4
2013-07-23ide/ich: QOM Upcast SweepPeter Crosthwaite1-0/+5
2013-06-20dma: eliminate DMAContextPaolo Bonzini1-2/+2
2013-01-25ahci: Add migration supportJason Baron1-0/+10
2013-01-25ahci: Change data types in preparation for migrationKevin Wolf1-4/+4
2013-01-25ahci: Remove unused AHCIDevice fieldsJason Baron1-2/+0
2012-06-27ide/ahci: Use universal DMA helper functionsDavid Gibson1-1/+2
2012-06-07ahci: Clean up reset functionsJan Kiszka1-1/+1
2011-09-21ahci: add port I/O index-data pairDaniel Verkamp1-1/+8
2011-09-12ahci: Remove unused struct memberStefan Weil1-1/+0
2011-09-03Use new macro QEMU_PACKED for packed structuresStefan Weil1-3/+3
2011-08-25block: explicit I/O accountingChristoph Hellwig1-0/+1
2011-08-08ahci: convert to memory APIAvi Kivity1-1/+1
2011-04-07ich/ahci: convert to pci_register_bar_simple()Avi Kivity1-3/+0
2011-02-07ahci: make number of ports runtime determinedAlexander Graf1-5/+5
2011-02-07ahci: send init d2h fis on fis enableAlexander Graf1-0/+1
2011-02-07ahci: add license header in ahci.hAlexander Graf1-0/+23
2011-02-07ahci: split ICH9 from coreSebastian Herbszt1-0/+309