aboutsummaryrefslogtreecommitdiff
path: root/hw/ide/ahci.c
AgeCommit message (Expand)Author
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
2015-07-20ahci: Force ICC bits in PxCMD to zeroStefan Fritsch
2015-07-04ahci: fix sdb fis semanticsJohn Snow
2015-07-04ahci: Do not map cmd_fis to generate responseJohn Snow
2015-07-04ahci: ncq migrationJohn Snow
2015-07-04ahci: add get_cmd_header helperJohn Snow
2015-07-04ahci: add cmd header to ncq transfer stateJohn Snow
2015-07-04ahci: correct ncq sector countJohn Snow
2015-07-04ahci: correct types in NCQTransferStateJohn Snow
2015-07-04ahci: add rwerror=stop support for ncqJohn Snow
2015-07-04ahci: factor ncq_finish out of ncq_cbJohn Snow
2015-07-04ahci: refactor process_ncq_commandJohn Snow
2015-07-04ahci: assert is_ncq for process_ncqJohn Snow
2015-07-04ahci: stash ncq commandJohn Snow
2015-07-04ide: add limit to .prepare_buf()John Snow
2015-07-04ahci: ncq sector count correctionJohn Snow
2015-07-04ahci: add ncq debug checksJohn Snow
2015-07-04ahci: separate prdtl from optsJohn Snow
2015-07-04ahci: check for ncq prdtl overflowJohn Snow
2015-07-04ahci: add ncq_err helperJohn Snow
2015-07-04ahci: use shorter variablesJohn Snow
2015-07-04ahci: Do not ignore memory access read sizeJohn Snow
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster
2015-05-22ahci: do not remap clb/fis unconditionallyJohn Snow