Age | Commit message (Expand) | Author |
2022-01-18 | hw/dma: Let dma_buf_read() / dma_buf_write() propagate MemTxResult | Philippe Mathieu-Daudé |
2022-01-18 | hw/dma: Fix format string issues using dma_addr_t | Philippe Mathieu-Daudé |
2021-12-31 | dma: Let dma_buf_read() take MemTxAttrs argument | Philippe Mathieu-Daudé |
2021-12-31 | dma: Let dma_buf_write() take MemTxAttrs argument | Philippe Mathieu-Daudé |
2021-12-30 | dma: Let dma_memory_map() take MemTxAttrs argument | Philippe Mathieu-Daudé |
2021-09-30 | ide: Rename ide_bus_new() to ide_bus_init() | Peter Maydell |
2021-02-15 | hw/ide/ahci: map cmd_fis as DMA_DIRECTION_TO_DEVICE | Alexander Bulekov |
2021-01-18 | hw/ide/ahci: Replace fprintf() by qemu_log_mask(GUEST_ERROR) | Philippe Mathieu-Daudé |
2020-11-15 | nomaintainer: Fix Lesser GPL version number | Chetan Pant |
2020-10-01 | hw/ide/ahci: Do not dma_memory_unmap(NULL) | Philippe Mathieu-Daudé |
2020-09-09 | ahci: Rename ICH_AHCI to ICH9_AHCI | Eduardo Habkost |
2020-09-01 | hw/ide/ahci: Replace magic '512' value by BDRV_SECTOR_SIZE | Philippe Mathieu-Daudé |
2020-06-17 | hw/ide: Make IDEDMAOps handlers take a const IDEDMA pointer | Philippe Mathieu-Daudé |
2020-05-18 | hw/ide/ahci: Log lost IRQs | Philippe Mathieu-Daudé |
2020-02-20 | hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argument | Philippe Mathieu-Daudé |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau |
2019-08-16 | Revert "ide/ahci: Check for -ECANCELED in aio callbacks" | John Snow |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster |
2019-08-16 | Include qemu/main-loop.h less | Markus Armbruster |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2018-06-25 | ahci: fix FIS I bit and PIO Setup FIS interrupt | Paolo Bonzini |
2018-06-13 | Purge uses of banned g_assert_FOO() | Markus Armbruster |
2018-06-08 | ide: push end_transfer_func out of start_transfer callback, rename callback | Paolo Bonzini |
2018-06-08 | ahci: move PIO Setup FIS before transfer, fix it for ATAPI commands | John Snow |
2018-06-08 | ahci: make ahci_mem_write traces more descriptive | John Snow |
2018-06-08 | ahci: adjust ahci_mem_write to work on registers | John Snow |
2018-06-08 | ahci: fix spacing damage on ahci_mem_write | John Snow |
2018-06-08 | ahci: make mem_read_32 traces more descriptive | John Snow |
2018-06-08 | ahci: modify ahci_mem_read_32 to work on register numbers | John Snow |
2018-06-08 | ahci: add host register enumeration | John Snow |
2018-06-08 | ahci: make port write traces more descriptive | John Snow |
2018-06-08 | ahci: modify ahci_port_write to use register numbers | John Snow |
2018-06-08 | ahci: combine identical clauses in port write | John Snow |
2018-06-08 | ahci: fix spacing damage on ahci_port_write | John Snow |
2018-06-08 | ahci: make port read traces more descriptive | John Snow |
2018-06-08 | ahci: modify ahci_port_read to use register numbers | John Snow |
2018-06-08 | ahci: add port register enumeration | John Snow |
2018-06-08 | ahci: don't schedule unnecessary BH | John Snow |
2018-06-08 | ahci: fix PxCI register race | John Snow |
2018-06-08 | ahci: trim signatures on raise/lower | John Snow |
2018-06-01 | ide: use local path for local headers | Michael S. Tsirkin |
2018-01-22 | Replace all occurances of __FUNCTION__ with __func__ | Alistair Francis |
2017-12-18 | hw/ide: remove old i386 dependency | Philippe Mathieu-Daudé |
2017-10-31 | hw/ide/ahci: Move allwinner code into a separate file | Thomas Huth |
2017-09-22 | ide: fix enum comparison for gcc 4.7 | John Snow |
2017-09-18 | AHCI: remove DPRINTF macro | John Snow |
2017-09-18 | AHCI: pretty-print FIS to buffer instead of stderr | John Snow |
2017-09-18 | AHCI: Rework IRQ constants | John Snow |