summary refs log tree commit diff stats
path: root/include/hw/ide/ahci.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/ide/ahci: Move SysBus definitions to 'ahci-sysbus.h'Philippe Mathieu-Daudé2024-02-151-28/+1
* hw/ide/ahci: Remove SysbusAHCIState::num_ports fieldPhilippe Mathieu-Daudé2024-02-151-1/+0
* hw/ide/ahci: Convert AHCIState::ports to unsignedPhilippe Mathieu-Daudé2024-02-151-1/+1
* hw/ide/ahci: Pass AHCI context to ahci_ide_create_devs()Philippe Mathieu-Daudé2024-02-151-1/+1
* hw/ide/ahci: Inline ahci_get_num_ports()Philippe Mathieu-Daudé2024-02-151-1/+0
* hw/ide/ahci: Expose AHCIPCIState structurePhilippe Mathieu-Daudé2024-02-151-3/+0
* nomaintainer: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-9/+3
* ahci: Rename ICH_AHCI to ICH9_AHCIEduardo Habkost2020-09-091-1/+1
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-5/+6
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-4/+7
* ahci: Move QOM macro to headerEduardo Habkost2020-08-271-0/+2
* ahci: Move QOM macros to headerEduardo Habkost2020-08-271-0/+3
* hw/ide/ahci: Remove AllwinnerAHCIState from "qemu/typedefs.h"Philippe Mathieu-Daudé2019-01-221-2/+2
* hw/ide: Remove duplicated definitions from ahci_internal.hJohn Snow2018-01-191-6/+0
* ahci: split public and private interfaceJohn Snow2017-07-181-314/+46
* ahci: Isolate public AHCI interfaceJohn Snow2017-07-181-52/+5
* ahci: add ahci_get_num_portsJohn Snow2017-07-181-0/+1
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2016-07-121-1/+1
* ide: move headers to include folderEfimov Vasily2016-06-291-0/+405