summary refs log tree commit diff stats
path: root/hw/ide/ahci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Purge uses of banned g_assert_FOO()Markus Armbruster2018-06-131-1/+1
* ide: push end_transfer_func out of start_transfer callback, rename callbackPaolo Bonzini2018-06-081-7/+6
* ahci: move PIO Setup FIS before transfer, fix it for ATAPI commandsJohn Snow2018-06-081-11/+5
* ahci: make ahci_mem_write traces more descriptiveJohn Snow2018-06-081-1/+14
* ahci: adjust ahci_mem_write to work on registersJohn Snow2018-06-081-6/+9
* ahci: fix spacing damage on ahci_mem_writeJohn Snow2018-06-081-24/+23
* ahci: make mem_read_32 traces more descriptiveJohn Snow2018-06-081-2/+5
* ahci: modify ahci_mem_read_32 to work on register numbersJohn Snow2018-06-081-6/+11
* ahci: add host register enumerationJohn Snow2018-06-081-0/+15
* ahci: make port write traces more descriptiveJohn Snow2018-06-081-1/+7
* ahci: modify ahci_port_write to use register numbersJohn Snow2018-06-081-15/+17
* ahci: combine identical clauses in port writeJohn Snow2018-06-081-4/+0
* ahci: fix spacing damage on ahci_port_writeJohn Snow2018-06-081-73/+73
* ahci: make port read traces more descriptiveJohn Snow2018-06-081-2/+3
* ahci: modify ahci_port_read to use register numbersJohn Snow2018-06-081-19/+19
* ahci: add port register enumerationJohn Snow2018-06-081-0/+25
* ahci: don't schedule unnecessary BHJohn Snow2018-06-081-2/+1
* ahci: fix PxCI register raceJohn Snow2018-06-081-7/+6
* ahci: trim signatures on raise/lowerJohn Snow2018-06-081-4/+4
* ide: use local path for local headersMichael S. Tsirkin2018-06-011-1/+1
* Replace all occurances of __FUNCTION__ with __func__Alistair Francis2018-01-221-1/+1
* hw/ide: remove old i386 dependencyPhilippe Mathieu-Daudé2017-12-181-1/+0
* hw/ide/ahci: Move allwinner code into a separate fileThomas Huth2017-10-311-95/+0
* ide: fix enum comparison for gcc 4.7John Snow2017-09-221-1/+1
* AHCI: remove DPRINTF macroJohn Snow2017-09-181-9/+0
* AHCI: pretty-print FIS to buffer instead of stderrJohn Snow2017-09-181-10/+18
* AHCI: Rework IRQ constantsJohn Snow2017-09-181-11/+38
* AHCI: Replace DPRINTF with trace-eventsJohn Snow2017-09-181-89/+68
* ide: ahci: unparent children buses before freeing their memoryIgor Mammedov2017-09-181-0/+1
* ahci: split public and private interfaceJohn Snow2017-07-181-1/+1
* ahci: add ahci_get_num_portsJohn Snow2017-07-181-0/+8
* vmstate: error hint for failed equal checksHalil Pasic2017-06-281-1/+1
* ide: ahci: call cleanup function in ahci unitLi Qiang2017-03-151-0/+12
* ahci: advertise HOST_CAP_64Ladi Prosek2017-02-101-1/+1
* dma-helpers: explicitly pass alignment into DMA helpersMark Cave-Ayland2016-10-271-0/+2
* ahci: clear aiocb in ncq_cbJohn Snow2016-09-291-0/+1
* ahci: fix sglist leak on retryMarc-André Lureau2016-08-081-2/+1
* ahci: free irqs arrayMarc-André Lureau2016-08-081-0/+1
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2016-07-121-7/+7
* ide: move headers to include folderEfimov Vasily2016-06-291-1/+1
* dma-helpers: change interface to byte-basedPaolo Bonzini2016-05-251-2/+4
* ahci: prohibit "restarting" the FIS or CLB enginesJohn Snow2016-02-101-19/+20
* ahci: explicitly reject bad engine states on post_loadJohn Snow2016-02-101-8/+13
* ahci: handle LIST_ON and FIS_ON in map helpersJohn Snow2016-02-101-10/+18
* ahci: Do not unmap NULL addressesJohn Snow2016-02-101-0/+8
* ide: Clean up includesPeter Maydell2016-01-291-0/+1
* ide: ahci: reset ncq object to unused on errorPrasad J Pandit2016-01-111-0/+1
* ahci: Add allwinner AHCIPeter Crosthwaite2015-11-061-0/+95
* ahci: split realize and initPeter Crosthwaite2015-11-061-13/+23
* ahci: Add some MMIO debug printfsPeter Crosthwaite2015-11-061-6/+15