| Commit message (Expand) | Author | Age | Files | Lines |
* | nomaintainer: Fix Lesser GPL version number | Chetan Pant | 2020-11-15 | 1 | -1/+1 |
* | hw/ide/ahci: Do not dma_memory_unmap(NULL) | Philippe Mathieu-Daudé | 2020-10-01 | 1 | -1/+1 |
* | ahci: Rename ICH_AHCI to ICH9_AHCI | Eduardo Habkost | 2020-09-09 | 1 | -2/+2 |
* | hw/ide/ahci: Replace magic '512' value by BDRV_SECTOR_SIZE | Philippe Mathieu-Daudé | 2020-09-01 | 1 | -2/+3 |
* | hw/ide: Make IDEDMAOps handlers take a const IDEDMA pointer | Philippe Mathieu-Daudé | 2020-06-17 | 1 | -9/+9 |
* | hw/ide/ahci: Log lost IRQs | Philippe Mathieu-Daudé | 2020-05-18 | 1 | -0/+1 |
* | hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argument | Philippe Mathieu-Daudé | 2020-02-20 | 1 | -1/+1 |
* | qdev: set properties with device_class_set_props() | Marc-André Lureau | 2020-01-24 | 1 | -1/+1 |
* | Revert "ide/ahci: Check for -ECANCELED in aio callbacks" | John Snow | 2019-08-17 | 1 | -3/+0 |
* | Include hw/qdev-properties.h less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include qemu/main-loop.h less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include hw/hw.h exactly where needed | Markus Armbruster | 2019-08-16 | 1 | -1/+0 |
* | Include migration/vmstate.h less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 2019-06-12 | 1 | -0/+1 |
* | ahci: fix FIS I bit and PIO Setup FIS interrupt | Paolo Bonzini | 2018-06-25 | 1 | -12/+25 |
* | Purge uses of banned g_assert_FOO() | Markus Armbruster | 2018-06-13 | 1 | -1/+1 |
* | ide: push end_transfer_func out of start_transfer callback, rename callback | Paolo Bonzini | 2018-06-08 | 1 | -7/+6 |
* | ahci: move PIO Setup FIS before transfer, fix it for ATAPI commands | John Snow | 2018-06-08 | 1 | -11/+5 |
* | ahci: make ahci_mem_write traces more descriptive | John Snow | 2018-06-08 | 1 | -1/+14 |
* | ahci: adjust ahci_mem_write to work on registers | John Snow | 2018-06-08 | 1 | -6/+9 |
* | ahci: fix spacing damage on ahci_mem_write | John Snow | 2018-06-08 | 1 | -24/+23 |
* | ahci: make mem_read_32 traces more descriptive | John Snow | 2018-06-08 | 1 | -2/+5 |
* | ahci: modify ahci_mem_read_32 to work on register numbers | John Snow | 2018-06-08 | 1 | -6/+11 |
* | ahci: add host register enumeration | John Snow | 2018-06-08 | 1 | -0/+15 |
* | ahci: make port write traces more descriptive | John Snow | 2018-06-08 | 1 | -1/+7 |
* | ahci: modify ahci_port_write to use register numbers | John Snow | 2018-06-08 | 1 | -15/+17 |
* | ahci: combine identical clauses in port write | John Snow | 2018-06-08 | 1 | -4/+0 |
* | ahci: fix spacing damage on ahci_port_write | John Snow | 2018-06-08 | 1 | -73/+73 |
* | ahci: make port read traces more descriptive | John Snow | 2018-06-08 | 1 | -2/+3 |
* | ahci: modify ahci_port_read to use register numbers | John Snow | 2018-06-08 | 1 | -19/+19 |
* | ahci: add port register enumeration | John Snow | 2018-06-08 | 1 | -0/+25 |
* | ahci: don't schedule unnecessary BH | John Snow | 2018-06-08 | 1 | -2/+1 |
* | ahci: fix PxCI register race | John Snow | 2018-06-08 | 1 | -7/+6 |
* | ahci: trim signatures on raise/lower | John Snow | 2018-06-08 | 1 | -4/+4 |
* | ide: use local path for local headers | Michael S. Tsirkin | 2018-06-01 | 1 | -1/+1 |
* | Replace all occurances of __FUNCTION__ with __func__ | Alistair Francis | 2018-01-22 | 1 | -1/+1 |
* | hw/ide: remove old i386 dependency | Philippe Mathieu-Daudé | 2017-12-18 | 1 | -1/+0 |
* | hw/ide/ahci: Move allwinner code into a separate file | Thomas Huth | 2017-10-31 | 1 | -95/+0 |
* | ide: fix enum comparison for gcc 4.7 | John Snow | 2017-09-22 | 1 | -1/+1 |
* | AHCI: remove DPRINTF macro | John Snow | 2017-09-19 | 1 | -9/+0 |
* | AHCI: pretty-print FIS to buffer instead of stderr | John Snow | 2017-09-19 | 1 | -10/+18 |
* | AHCI: Rework IRQ constants | John Snow | 2017-09-19 | 1 | -11/+38 |
* | AHCI: Replace DPRINTF with trace-events | John Snow | 2017-09-19 | 1 | -89/+68 |
* | ide: ahci: unparent children buses before freeing their memory | Igor Mammedov | 2017-09-18 | 1 | -0/+1 |
* | ahci: split public and private interface | John Snow | 2017-07-18 | 1 | -1/+1 |
* | ahci: add ahci_get_num_ports | John Snow | 2017-07-18 | 1 | -0/+8 |
* | vmstate: error hint for failed equal checks | Halil Pasic | 2017-06-28 | 1 | -1/+1 |
* | ide: ahci: call cleanup function in ahci unit | Li Qiang | 2017-03-16 | 1 | -0/+12 |
* | ahci: advertise HOST_CAP_64 | Ladi Prosek | 2017-02-10 | 1 | -1/+1 |
* | dma-helpers: explicitly pass alignment into DMA helpers | Mark Cave-Ayland | 2016-10-27 | 1 | -0/+2 |