aboutsummaryrefslogtreecommitdiff
path: root/hw/ide/ahci.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-15hw/ide/ahci: map cmd_fis as DMA_DIRECTION_TO_DEVICEAlexander Bulekov1-6/+6
2021-01-18hw/ide/ahci: Replace fprintf() by qemu_log_mask(GUEST_ERROR)Philippe Mathieu-Daudé1-3/+5
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-10-01hw/ide/ahci: Do not dma_memory_unmap(NULL)Philippe Mathieu-Daudé1-1/+1
2020-09-09ahci: Rename ICH_AHCI to ICH9_AHCIEduardo Habkost1-2/+2
2020-09-01hw/ide/ahci: Replace magic '512' value by BDRV_SECTOR_SIZEPhilippe Mathieu-Daudé1-2/+3
2020-06-17hw/ide: Make IDEDMAOps handlers take a const IDEDMA pointerPhilippe Mathieu-Daudé1-9/+9
2020-05-18hw/ide/ahci: Log lost IRQsPhilippe Mathieu-Daudé1-0/+1
2020-02-20hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argumentPhilippe Mathieu-Daudé1-1/+1
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-08-16Revert "ide/ahci: Check for -ECANCELED in aio callbacks"John Snow1-3/+0
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2018-06-25ahci: fix FIS I bit and PIO Setup FIS interruptPaolo Bonzini1-12/+25
2018-06-13Purge uses of banned g_assert_FOO()Markus Armbruster1-1/+1
2018-06-08ide: push end_transfer_func out of start_transfer callback, rename callbackPaolo Bonzini1-7/+6
2018-06-08ahci: move PIO Setup FIS before transfer, fix it for ATAPI commandsJohn Snow1-11/+5
2018-06-08ahci: make ahci_mem_write traces more descriptiveJohn Snow1-1/+14
2018-06-08ahci: adjust ahci_mem_write to work on registersJohn Snow1-6/+9
2018-06-08ahci: fix spacing damage on ahci_mem_writeJohn Snow1-24/+23
2018-06-08ahci: make mem_read_32 traces more descriptiveJohn Snow1-2/+5
2018-06-08ahci: modify ahci_mem_read_32 to work on register numbersJohn Snow1-6/+11
2018-06-08ahci: add host register enumerationJohn Snow1-0/+15
2018-06-08ahci: make port write traces more descriptiveJohn Snow1-1/+7
2018-06-08ahci: modify ahci_port_write to use register numbersJohn Snow1-15/+17
2018-06-08ahci: combine identical clauses in port writeJohn Snow1-4/+0
2018-06-08ahci: fix spacing damage on ahci_port_writeJohn Snow1-73/+73
2018-06-08ahci: make port read traces more descriptiveJohn Snow1-2/+3
2018-06-08ahci: modify ahci_port_read to use register numbersJohn Snow1-19/+19
2018-06-08ahci: add port register enumerationJohn Snow1-0/+25
2018-06-08ahci: don't schedule unnecessary BHJohn Snow1-2/+1
2018-06-08ahci: fix PxCI register raceJohn Snow1-7/+6
2018-06-08ahci: trim signatures on raise/lowerJohn Snow1-4/+4
2018-06-01ide: use local path for local headersMichael S. Tsirkin1-1/+1
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis1-1/+1
2017-12-18hw/ide: remove old i386 dependencyPhilippe Mathieu-Daudé1-1/+0
2017-10-31hw/ide/ahci: Move allwinner code into a separate fileThomas Huth1-95/+0
2017-09-22ide: fix enum comparison for gcc 4.7John Snow1-1/+1
2017-09-18AHCI: remove DPRINTF macroJohn Snow1-9/+0
2017-09-18AHCI: pretty-print FIS to buffer instead of stderrJohn Snow1-10/+18
2017-09-18AHCI: Rework IRQ constantsJohn Snow1-11/+38
2017-09-18AHCI: Replace DPRINTF with trace-eventsJohn Snow1-89/+68
2017-09-18ide: ahci: unparent children buses before freeing their memoryIgor Mammedov1-0/+1
2017-07-18ahci: split public and private interfaceJohn Snow1-1/+1
2017-07-18ahci: add ahci_get_num_portsJohn Snow1-0/+8
2017-06-28vmstate: error hint for failed equal checksHalil Pasic1-1/+1
2017-03-15ide: ahci: call cleanup function in ahci unitLi Qiang1-0/+12