summaryrefslogtreecommitdiffstats
path: root/hw/ide/ahci.c
Commit message (Expand)AuthorAgeFilesLines
* ahci: prohibit "restarting" the FIS or CLB enginesJohn Snow2019-11-291-19/+20
* ahci: explicitly reject bad engine states on post_loadJohn Snow2019-11-291-8/+13
* ahci: handle LIST_ON and FIS_ON in map helpersJohn Snow2019-11-291-10/+18
* ahci: Do not unmap NULL addressesJohn Snow2019-11-291-0/+8
* ide: Clean up includesPeter Maydell2019-11-291-0/+1
* ide: ahci: reset ncq object to unused on errorPrasad J Pandit2019-11-291-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
* ahci: refactor process_ncq_commandJohn Snow2015-07-041-31/+42
* ahci: assert is_ncq for process_ncqJohn Snow2015-07-041-38/+30
* ahci: stash ncq commandJohn Snow2015-07-041-1/+2
* ide: add limit to .prepare_buf()John Snow2015-07-041-13/+14
* ahci: ncq sector count correctionJohn Snow2015-07-041-3/+3
* ahci: add ncq debug checksJohn Snow2015-07-041-0/+23
* ahci: separate prdtl from optsJohn Snow2015-07-041-11/+12
* ahci: check for ncq prdtl overflowJohn Snow2015-07-041-5/+15
* ahci: add ncq_err helperJohn Snow2015-07-041-4/+10
* ahci: use shorter variablesJohn Snow2015-07-041-8/+10
* ahci: Do not ignore memory access read sizeJohn Snow2015-07-041-2/+25
* Include monitor/monitor.h exactly where neededMarkus Armbruster2015-06-221-1/+0
* qerror: Move #include out of qerror.hMarkus Armbruster2015-06-221-0/+1
* ahci: do not remap clb/fis unconditionallyJohn Snow2015-05-221-25/+63
* ich9/ahci: Enable MigrationJohn Snow2015-05-221-1/+0
* AHCI: Protect cmd registerJohn Snow2015-03-271-1/+25
* AHCI: Do not (re)map FB/CLB buffers while not runningJohn Snow2015-03-271-17/+33
* ahci: Fix sglist offset manipulation for BE machinesJohn Snow2015-03-231-1/+1
* ahci: Recompute cur_cmd on migrate post loadJohn Snow2015-03-101-0/+7
* ahci: add support for restarting non-queued commandsPaolo Bonzini2015-03-101-8/+15
* ahci: Migrate IDEStatusJohn Snow2015-03-101-0/+1
OpenPOWER on IntegriCloud