summary refs log tree commit diff stats
path: root/hw/ide/ahci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/ide/ahci: Rename ahci_internal.h to ahci-internal.hBALATON Zoltan2024-03-111-1/+1
* hw/ide: Include 'ide-internal.h' from current pathPhilippe Mathieu-Daudé2024-02-271-1/+1
* hw/ide/ahci: Move SysBus definitions to 'ahci-sysbus.h'Philippe Mathieu-Daudé2024-02-151-0/+1
* hw/ide/ahci: Remove SysbusAHCIState::num_ports fieldPhilippe Mathieu-Daudé2024-02-151-2/+1
* hw/ide/ahci: Do not pass 'ports' argument to ahci_realize()Philippe Mathieu-Daudé2024-02-151-4/+5
* hw/ide/ahci: Convert AHCIState::ports to unsignedPhilippe Mathieu-Daudé2024-02-151-2/+2
* hw/ide/ahci: Pass AHCI context to ahci_ide_create_devs()Philippe Mathieu-Daudé2024-02-151-4/+1
* hw/ide/ahci: Inline ahci_get_num_ports()Philippe Mathieu-Daudé2024-02-151-8/+0
* hw/ide/ahci: Expose AHCIPCIState structurePhilippe Mathieu-Daudé2024-02-151-0/+1
* hw/ide: Constify VMStateRichard Henderson2023-12-291-4/+4
* hw/ide/ahci: fix legacy software resetNiklas Cassel2023-11-211-1/+26
* hw/ide/ahci: trigger either error IRQ or regular IRQ, not bothNiklas Cassel2023-11-081-3/+2
* hw/ide/ahci: Clean up local variable shadowingPhilippe Mathieu-Daudé2023-10-061-3/+1
* hw/ide/ahci: fix broken SError handlingNiklas Cassel2023-09-061-2/+1
* hw/ide/ahci: fix ahci_write_fis_sdb()Niklas Cassel2023-09-061-2/+8
* hw/ide/ahci: PxCI should not get cleared when ERR_STAT is setNiklas Cassel2023-09-061-2/+5
* hw/ide/ahci: PxSACT and PxCI is cleared when PxCMD.ST is clearedNiklas Cassel2023-09-061-0/+5
* hw/ide/ahci: simplify and document PxCI handlingNiklas Cassel2023-09-061-20/+50
* hw/ide/ahci: write D2H FIS when processing NCQ commandNiklas Cassel2023-09-061-6/+11
* hw/ide/ahci: Remove stray backslashNiklas Cassel2023-06-131-1/+1
* hw: replace most qemu_bh_new calls with qemu_bh_new_guardedAlexander Bulekov2023-04-281-1/+2
* hw/ide: Rename ide_init2() -> ide_bus_init_output_irq()Philippe Mathieu-Daudé2023-02-271-1/+1
* hw/ide: Rename ide_exec_cmd() -> ide_bus_exec_cmd()Philippe Mathieu-Daudé2023-02-271-1/+1
* hw/ide: Rename ide_register_restart_cb -> ide_bus_register_restart_cbPhilippe Mathieu-Daudé2023-02-271-1/+1
* hw/ide: Rename ide_create_drive() -> ide_bus_create_drive()Philippe Mathieu-Daudé2023-02-271-1/+1
* hw/ide: Un-inline ide_set_irq()Philippe Mathieu-Daudé2023-02-271-0/+1
* hw/ide/ahci: Trace ncq write command as write instead of readFiona Ebner2023-02-271-2/+2
* hw/dma: Let dma_buf_read() / dma_buf_write() propagate MemTxResultPhilippe Mathieu-Daudé2022-01-181-4/+4
* hw/dma: Fix format string issues using dma_addr_tPhilippe Mathieu-Daudé2022-01-181-1/+1
* dma: Let dma_buf_read() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-311-2/+2
* dma: Let dma_buf_write() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-311-2/+4
* dma: Let dma_memory_map() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-301-3/+5
* ide: Rename ide_bus_new() to ide_bus_init()Peter Maydell2021-09-301-1/+1
* hw/ide/ahci: map cmd_fis as DMA_DIRECTION_TO_DEVICEAlexander Bulekov2021-02-151-6/+6
* hw/ide/ahci: Replace fprintf() by qemu_log_mask(GUEST_ERROR)Philippe Mathieu-Daudé2021-01-181-3/+5
* nomaintainer: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* hw/ide/ahci: Do not dma_memory_unmap(NULL)Philippe Mathieu-Daudé2020-10-011-1/+1
* ahci: Rename ICH_AHCI to ICH9_AHCIEduardo Habkost2020-09-091-2/+2
* hw/ide/ahci: Replace magic '512' value by BDRV_SECTOR_SIZEPhilippe Mathieu-Daudé2020-09-011-2/+3
* hw/ide: Make IDEDMAOps handlers take a const IDEDMA pointerPhilippe Mathieu-Daudé2020-06-171-9/+9
* hw/ide/ahci: Log lost IRQsPhilippe Mathieu-Daudé2020-05-181-0/+1
* hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-201-1/+1
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* Revert "ide/ahci: Check for -ECANCELED in aio callbacks"John Snow2019-08-161-3/+0
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* ahci: fix FIS I bit and PIO Setup FIS interruptPaolo Bonzini2018-06-251-12/+25