summaryrefslogtreecommitdiff
path: root/hw/ide/ahci.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster1-7/+7
2016-06-29ide: move headers to include folderEfimov Vasily1-1/+1
2016-05-25dma-helpers: change interface to byte-basedPaolo Bonzini1-2/+4
2016-02-10ahci: prohibit "restarting" the FIS or CLB enginesJohn Snow1-19/+20
2016-02-10ahci: explicitly reject bad engine states on post_loadJohn Snow1-8/+13
2016-02-10ahci: handle LIST_ON and FIS_ON in map helpersJohn Snow1-10/+18
2016-02-10ahci: Do not unmap NULL addressesJohn Snow1-0/+8
2016-01-29ide: Clean up includesPeter Maydell1-0/+1
2016-01-11ide: ahci: reset ncq object to unused on errorPrasad J Pandit1-0/+1
2015-11-06ahci: Add allwinner AHCIPeter Crosthwaite1-0/+95
2015-11-06ahci: split realize and initPeter Crosthwaite1-13/+23
2015-11-06ahci: Add some MMIO debug printfsPeter Crosthwaite1-6/+15
2015-11-06ide: remove hardcoded 2GiB transactional limitJohn Snow1-16/+14
2015-10-18hw/ide/ahci.c: Fix shift left into sign bitPeter Maydell1-1/+1
2015-09-18ahci: clean up initial d2h semanticsJohn Snow1-11/+16
2015-09-18ahci: remove cmd_fis argument from write_fis_d2hJohn Snow1-7/+4
2015-09-18ahci: fix signature generationJohn Snow1-12/+20
2015-09-18ahci: remove dead reset codeJohn Snow1-4/+1
2015-09-17ide: unify io_buffer_offset incrementsJohn Snow1-15/+7
2015-09-11trivial: remove trailing newline from error_reportJohn Snow1-1/+1
2015-09-08ahci.c: Don't assume AHCIState's parent is AHCIPCIStateAlistair Francis1-6/+7
2015-09-08ahci: Separate the AHCI state structure into the headerAlistair Francis1-13/+0
2015-07-20ahci: Force ICC bits in PxCMD to zeroStefan Fritsch1-2/+7
2015-07-04ahci: fix sdb fis semanticsJohn Snow1-12/+17
2015-07-04ahci: Do not map cmd_fis to generate responseJohn Snow1-45/+5
2015-07-04ahci: ncq migrationJohn Snow1-1/+50
2015-07-04ahci: add get_cmd_header helperJohn Snow1-3/+12
2015-07-04ahci: add cmd header to ncq transfer stateJohn Snow1-5/+6
2015-07-04ahci: correct ncq sector countJohn Snow1-2/+5
2015-07-04ahci: correct types in NCQTransferStateJohn Snow1-5/+5
2015-07-04ahci: add rwerror=stop support for ncqJohn Snow1-2/+34
2015-07-04ahci: factor ncq_finish out of ncq_cbJohn Snow1-12/+18
2015-07-04ahci: refactor process_ncq_commandJohn Snow1-31/+42
2015-07-04ahci: assert is_ncq for process_ncqJohn Snow1-38/+30
2015-07-04ahci: stash ncq commandJohn Snow1-1/+2
2015-07-04ide: add limit to .prepare_buf()John Snow1-13/+14
2015-07-04ahci: ncq sector count correctionJohn Snow1-3/+3
2015-07-04ahci: add ncq debug checksJohn Snow1-0/+23
2015-07-04ahci: separate prdtl from optsJohn Snow1-11/+12
2015-07-04ahci: check for ncq prdtl overflowJohn Snow1-5/+15
2015-07-04ahci: add ncq_err helperJohn Snow1-4/+10
2015-07-04ahci: use shorter variablesJohn Snow1-8/+10
2015-07-04ahci: Do not ignore memory access read sizeJohn Snow1-2/+25
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster1-1/+0
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster1-0/+1
2015-05-22ahci: do not remap clb/fis unconditionallyJohn Snow1-25/+63
2015-05-22ich9/ahci: Enable MigrationJohn Snow1-1/+0
2015-03-27AHCI: Protect cmd registerJohn Snow1-1/+25
2015-03-27AHCI: Do not (re)map FB/CLB buffers while not runningJohn Snow1-17/+33
2015-03-23ahci: Fix sglist offset manipulation for BE machinesJohn Snow1-1/+1