aboutsummaryrefslogtreecommitdiff
path: root/hw/ide/ahci.c
AgeCommit message (Expand)Author
2018-06-08ahci: modify ahci_port_write to use register numbersJohn Snow
2018-06-08ahci: combine identical clauses in port writeJohn Snow
2018-06-08ahci: fix spacing damage on ahci_port_writeJohn Snow
2018-06-08ahci: make port read traces more descriptiveJohn Snow
2018-06-08ahci: modify ahci_port_read to use register numbersJohn Snow
2018-06-08ahci: add port register enumerationJohn Snow
2018-06-08ahci: don't schedule unnecessary BHJohn Snow
2018-06-08ahci: fix PxCI register raceJohn Snow
2018-06-08ahci: trim signatures on raise/lowerJohn Snow
2018-06-01ide: use local path for local headersMichael S. Tsirkin
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis
2017-12-18hw/ide: remove old i386 dependencyPhilippe Mathieu-Daudé
2017-10-31hw/ide/ahci: Move allwinner code into a separate fileThomas Huth
2017-09-22ide: fix enum comparison for gcc 4.7John Snow
2017-09-18AHCI: remove DPRINTF macroJohn Snow
2017-09-18AHCI: pretty-print FIS to buffer instead of stderrJohn Snow
2017-09-18AHCI: Rework IRQ constantsJohn Snow
2017-09-18AHCI: Replace DPRINTF with trace-eventsJohn Snow
2017-09-18ide: ahci: unparent children buses before freeing their memoryIgor Mammedov
2017-07-18ahci: split public and private interfaceJohn Snow
2017-07-18ahci: add ahci_get_num_portsJohn Snow
2017-06-28vmstate: error hint for failed equal checksHalil Pasic
2017-03-15ide: ahci: call cleanup function in ahci unitLi Qiang
2017-02-10ahci: advertise HOST_CAP_64Ladi Prosek
2016-10-27dma-helpers: explicitly pass alignment into DMA helpersMark Cave-Ayland
2016-09-29ahci: clear aiocb in ncq_cbJohn Snow
2016-08-08ahci: fix sglist leak on retryMarc-André Lureau
2016-08-08ahci: free irqs arrayMarc-André Lureau
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster
2016-06-29ide: move headers to include folderEfimov Vasily
2016-05-25dma-helpers: change interface to byte-basedPaolo Bonzini
2016-02-10ahci: prohibit "restarting" the FIS or CLB enginesJohn Snow
2016-02-10ahci: explicitly reject bad engine states on post_loadJohn Snow
2016-02-10ahci: handle LIST_ON and FIS_ON in map helpersJohn Snow
2016-02-10ahci: Do not unmap NULL addressesJohn Snow
2016-01-29ide: Clean up includesPeter Maydell
2016-01-11ide: ahci: reset ncq object to unused on errorPrasad J Pandit
2015-11-06ahci: Add allwinner AHCIPeter Crosthwaite
2015-11-06ahci: split realize and initPeter Crosthwaite
2015-11-06ahci: Add some MMIO debug printfsPeter Crosthwaite
2015-11-06ide: remove hardcoded 2GiB transactional limitJohn Snow
2015-10-18hw/ide/ahci.c: Fix shift left into sign bitPeter Maydell
2015-09-18ahci: clean up initial d2h semanticsJohn Snow
2015-09-18ahci: remove cmd_fis argument from write_fis_d2hJohn Snow
2015-09-18ahci: fix signature generationJohn Snow
2015-09-18ahci: remove dead reset codeJohn Snow
2015-09-17ide: unify io_buffer_offset incrementsJohn Snow
2015-09-11trivial: remove trailing newline from error_reportJohn Snow
2015-09-08ahci.c: Don't assume AHCIState's parent is AHCIPCIStateAlistair Francis
2015-09-08ahci: Separate the AHCI state structure into the headerAlistair Francis