hw/ide/ahci: Expose AHCIPCIState structure
commitd407be0877d8397218c6b79e5ad8b25267f6f5f1
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 13 Feb 2024 07:20:43 +0000 (13 08:20 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 15 Feb 2024 15:58:46 +0000 (15 16:58 +0100)
tree6685a718d0142ddcb2f27cee32573ab6b5aef50f
parent1a8e2f58c5dd721086284f827326b370d19ad9eb
hw/ide/ahci: Expose AHCIPCIState structure

In order to be able to QOM-embed a structure, we need
its full definition. Move it from "ahci_internal.h"
to the new "hw/ide/ahci-pci.h" header.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20240213081201.78951-3-philmd@linaro.org>
hw/i386/pc_q35.c
hw/ide/ahci.c
hw/ide/ahci_internal.h
hw/ide/ich.c
hw/mips/boston.c
include/hw/ide/ahci-pci.h [new file with mode: 0644]
include/hw/ide/ahci.h