Age | Commit message (Expand) | Author | Files | Lines |
2017-03-15 | ide: ahci: call cleanup function in ahci unit | Li Qiang | 1 | -0/+12 |
2017-02-10 | ahci: advertise HOST_CAP_64 | Ladi Prosek | 1 | -1/+1 |
2016-10-27 | dma-helpers: explicitly pass alignment into DMA helpers | Mark Cave-Ayland | 1 | -0/+2 |
2016-09-29 | ahci: clear aiocb in ncq_cb | John Snow | 1 | -0/+1 |
2016-08-08 | ahci: fix sglist leak on retry | Marc-André Lureau | 1 | -2/+1 |
2016-08-08 | ahci: free irqs array | Marc-André Lureau | 1 | -0/+1 |
2016-07-12 | Use #include "..." for our own headers, <...> for others | Markus Armbruster | 1 | -7/+7 |
2016-06-29 | ide: move headers to include folder | Efimov Vasily | 1 | -1/+1 |
2016-05-25 | dma-helpers: change interface to byte-based | Paolo Bonzini | 1 | -2/+4 |
2016-02-10 | ahci: prohibit "restarting" the FIS or CLB engines | John Snow | 1 | -19/+20 |
2016-02-10 | ahci: explicitly reject bad engine states on post_load | John Snow | 1 | -8/+13 |
2016-02-10 | ahci: handle LIST_ON and FIS_ON in map helpers | John Snow | 1 | -10/+18 |
2016-02-10 | ahci: Do not unmap NULL addresses | John Snow | 1 | -0/+8 |
2016-01-29 | ide: Clean up includes | Peter Maydell | 1 | -0/+1 |
2016-01-11 | ide: ahci: reset ncq object to unused on error | Prasad J Pandit | 1 | -0/+1 |
2015-11-06 | ahci: Add allwinner AHCI | Peter Crosthwaite | 1 | -0/+95 |
2015-11-06 | ahci: split realize and init | Peter Crosthwaite | 1 | -13/+23 |
2015-11-06 | ahci: Add some MMIO debug printfs | Peter Crosthwaite | 1 | -6/+15 |
2015-11-06 | ide: remove hardcoded 2GiB transactional limit | John Snow | 1 | -16/+14 |
2015-10-18 | hw/ide/ahci.c: Fix shift left into sign bit | Peter Maydell | 1 | -1/+1 |
2015-09-18 | ahci: clean up initial d2h semantics | John Snow | 1 | -11/+16 |
2015-09-18 | ahci: remove cmd_fis argument from write_fis_d2h | John Snow | 1 | -7/+4 |
2015-09-18 | ahci: fix signature generation | John Snow | 1 | -12/+20 |
2015-09-18 | ahci: remove dead reset code | John Snow | 1 | -4/+1 |
2015-09-17 | ide: unify io_buffer_offset increments | John Snow | 1 | -15/+7 |
2015-09-11 | trivial: remove trailing newline from error_report | John Snow | 1 | -1/+1 |
2015-09-08 | ahci.c: Don't assume AHCIState's parent is AHCIPCIState | Alistair Francis | 1 | -6/+7 |
2015-09-08 | ahci: Separate the AHCI state structure into the header | Alistair Francis | 1 | -13/+0 |
2015-07-20 | ahci: Force ICC bits in PxCMD to zero | Stefan Fritsch | 1 | -2/+7 |
2015-07-04 | ahci: fix sdb fis semantics | John Snow | 1 | -12/+17 |
2015-07-04 | ahci: Do not map cmd_fis to generate response | John Snow | 1 | -45/+5 |
2015-07-04 | ahci: ncq migration | John Snow | 1 | -1/+50 |
2015-07-04 | ahci: add get_cmd_header helper | John Snow | 1 | -3/+12 |
2015-07-04 | ahci: add cmd header to ncq transfer state | John Snow | 1 | -5/+6 |
2015-07-04 | ahci: correct ncq sector count | John Snow | 1 | -2/+5 |
2015-07-04 | ahci: correct types in NCQTransferState | John Snow | 1 | -5/+5 |
2015-07-04 | ahci: add rwerror=stop support for ncq | John Snow | 1 | -2/+34 |
2015-07-04 | ahci: factor ncq_finish out of ncq_cb | John Snow | 1 | -12/+18 |
2015-07-04 | ahci: refactor process_ncq_command | John Snow | 1 | -31/+42 |
2015-07-04 | ahci: assert is_ncq for process_ncq | John Snow | 1 | -38/+30 |
2015-07-04 | ahci: stash ncq command | John Snow | 1 | -1/+2 |
2015-07-04 | ide: add limit to .prepare_buf() | John Snow | 1 | -13/+14 |
2015-07-04 | ahci: ncq sector count correction | John Snow | 1 | -3/+3 |
2015-07-04 | ahci: add ncq debug checks | John Snow | 1 | -0/+23 |
2015-07-04 | ahci: separate prdtl from opts | John Snow | 1 | -11/+12 |
2015-07-04 | ahci: check for ncq prdtl overflow | John Snow | 1 | -5/+15 |
2015-07-04 | ahci: add ncq_err helper | John Snow | 1 | -4/+10 |
2015-07-04 | ahci: use shorter variables | John Snow | 1 | -8/+10 |
2015-07-04 | ahci: Do not ignore memory access read size | John Snow | 1 | -2/+25 |
2015-06-22 | Include monitor/monitor.h exactly where needed | Markus Armbruster | 1 | -1/+0 |