summary refs log tree commit diff stats
path: root/hw/ide/ahci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* ide: remove hardcoded 2GiB transactional limitJohn Snow2015-11-061-16/+14
* hw/ide/ahci.c: Fix shift left into sign bitPeter Maydell2015-10-181-1/+1
* ahci: clean up initial d2h semanticsJohn Snow2015-09-181-11/+16
* ahci: remove cmd_fis argument from write_fis_d2hJohn Snow2015-09-181-7/+4
* ahci: fix signature generationJohn Snow2015-09-181-12/+20
* ahci: remove dead reset codeJohn Snow2015-09-181-4/+1
* ide: unify io_buffer_offset incrementsJohn Snow2015-09-171-15/+7
* trivial: remove trailing newline from error_reportJohn Snow2015-09-111-1/+1
* ahci.c: Don't assume AHCIState's parent is AHCIPCIStateAlistair Francis2015-09-081-6/+7
* ahci: Separate the AHCI state structure into the headerAlistair Francis2015-09-081-13/+0
* ahci: Force ICC bits in PxCMD to zeroStefan Fritsch2015-07-201-2/+7
* ahci: fix sdb fis semanticsJohn Snow2015-07-041-12/+17
* ahci: Do not map cmd_fis to generate responseJohn Snow2015-07-041-45/+5
* ahci: ncq migrationJohn Snow2015-07-041-1/+50
* ahci: add get_cmd_header helperJohn Snow2015-07-041-3/+12
* ahci: add cmd header to ncq transfer stateJohn Snow2015-07-041-5/+6
* ahci: correct ncq sector countJohn Snow2015-07-041-2/+5
* ahci: correct types in NCQTransferStateJohn Snow2015-07-041-5/+5
* ahci: add rwerror=stop support for ncqJohn Snow2015-07-041-2/+34
* ahci: factor ncq_finish out of ncq_cbJohn Snow2015-07-041-12/+18