aboutsummaryrefslogtreecommitdiff
path: root/hw/ide/ahci.c
AgeCommit message (Expand)Author
2023-06-13hw/ide/ahci: Remove stray backslashNiklas Cassel
2023-04-28hw: replace most qemu_bh_new calls with qemu_bh_new_guardedAlexander Bulekov
2023-02-27hw/ide: Rename ide_init2() -> ide_bus_init_output_irq()Philippe Mathieu-Daudé
2023-02-27hw/ide: Rename ide_exec_cmd() -> ide_bus_exec_cmd()Philippe Mathieu-Daudé
2023-02-27hw/ide: Rename ide_register_restart_cb -> ide_bus_register_restart_cbPhilippe Mathieu-Daudé
2023-02-27hw/ide: Rename ide_create_drive() -> ide_bus_create_drive()Philippe Mathieu-Daudé
2023-02-27hw/ide: Un-inline ide_set_irq()Philippe Mathieu-Daudé
2023-02-27hw/ide/ahci: Trace ncq write command as write instead of readFiona Ebner
2022-01-18hw/dma: Let dma_buf_read() / dma_buf_write() propagate MemTxResultPhilippe Mathieu-Daudé
2022-01-18hw/dma: Fix format string issues using dma_addr_tPhilippe Mathieu-Daudé
2021-12-31dma: Let dma_buf_read() take MemTxAttrs argumentPhilippe Mathieu-Daudé
2021-12-31dma: Let dma_buf_write() take MemTxAttrs argumentPhilippe Mathieu-Daudé
2021-12-30dma: Let dma_memory_map() take MemTxAttrs argumentPhilippe Mathieu-Daudé
2021-09-30ide: Rename ide_bus_new() to ide_bus_init()Peter Maydell
2021-02-15hw/ide/ahci: map cmd_fis as DMA_DIRECTION_TO_DEVICEAlexander Bulekov
2021-01-18hw/ide/ahci: Replace fprintf() by qemu_log_mask(GUEST_ERROR)Philippe Mathieu-Daudé
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant
2020-10-01hw/ide/ahci: Do not dma_memory_unmap(NULL)Philippe Mathieu-Daudé
2020-09-09ahci: Rename ICH_AHCI to ICH9_AHCIEduardo Habkost
2020-09-01hw/ide/ahci: Replace magic '512' value by BDRV_SECTOR_SIZEPhilippe Mathieu-Daudé
2020-06-17hw/ide: Make IDEDMAOps handlers take a const IDEDMA pointerPhilippe Mathieu-Daudé
2020-05-18hw/ide/ahci: Log lost IRQsPhilippe Mathieu-Daudé
2020-02-20hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argumentPhilippe Mathieu-Daudé
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-08-16Revert "ide/ahci: Check for -ECANCELED in aio callbacks"John Snow
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-06-25ahci: fix FIS I bit and PIO Setup FIS interruptPaolo Bonzini
2018-06-13Purge uses of banned g_assert_FOO()Markus Armbruster
2018-06-08ide: push end_transfer_func out of start_transfer callback, rename callbackPaolo Bonzini
2018-06-08ahci: move PIO Setup FIS before transfer, fix it for ATAPI commandsJohn Snow
2018-06-08ahci: make ahci_mem_write traces more descriptiveJohn Snow
2018-06-08ahci: adjust ahci_mem_write to work on registersJohn Snow
2018-06-08ahci: fix spacing damage on ahci_mem_writeJohn Snow
2018-06-08ahci: make mem_read_32 traces more descriptiveJohn Snow
2018-06-08ahci: modify ahci_mem_read_32 to work on register numbersJohn Snow
2018-06-08ahci: add host register enumerationJohn Snow
2018-06-08ahci: make port write traces more descriptiveJohn Snow
2018-06-08ahci: modify ahci_port_write to use register numbersJohn Snow
2018-06-08ahci: combine identical clauses in port writeJohn Snow
2018-06-08ahci: fix spacing damage on ahci_port_writeJohn Snow
2018-06-08ahci: make port read traces more descriptiveJohn Snow
2018-06-08ahci: modify ahci_port_read to use register numbersJohn Snow
2018-06-08ahci: add port register enumerationJohn Snow
2018-06-08ahci: don't schedule unnecessary BHJohn Snow
2018-06-08ahci: fix PxCI register raceJohn Snow
2018-06-08ahci: trim signatures on raise/lowerJohn Snow