index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
hw
/
ide
/
ahci.h
Age
Commit message (
Expand
)
Author
2024-02-15
hw/ide/ahci: Move SysBus definitions to 'ahci-sysbus.h'
Philippe Mathieu-Daudé
2024-02-15
hw/ide/ahci: Remove SysbusAHCIState::num_ports field
Philippe Mathieu-Daudé
2024-02-15
hw/ide/ahci: Convert AHCIState::ports to unsigned
Philippe Mathieu-Daudé
2024-02-15
hw/ide/ahci: Pass AHCI context to ahci_ide_create_devs()
Philippe Mathieu-Daudé
2024-02-15
hw/ide/ahci: Inline ahci_get_num_ports()
Philippe Mathieu-Daudé
2024-02-15
hw/ide/ahci: Expose AHCIPCIState structure
Philippe Mathieu-Daudé
2020-11-15
nomaintainer: Fix Lesser GPL version number
Chetan Pant
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-09
ahci: Rename ICH_AHCI to ICH9_AHCI
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-08-27
ahci: Move QOM macro to header
Eduardo Habkost
2020-08-27
ahci: Move QOM macros to header
Eduardo Habkost
2019-01-22
hw/ide/ahci: Remove AllwinnerAHCIState from "qemu/typedefs.h"
Philippe Mathieu-Daudé
2018-01-19
hw/ide: Remove duplicated definitions from ahci_internal.h
John Snow
2017-07-18
ahci: split public and private interface
John Snow
2017-07-18
ahci: Isolate public AHCI interface
John Snow
2017-07-18
ahci: add ahci_get_num_ports
John Snow
2016-07-12
Use #include "..." for our own headers, <...> for others
Markus Armbruster
2016-06-29
ide: move headers to include folder
Efimov Vasily