qemu-e2k/include/hw/ide
Thomas Huth a11f439a0e hw/ide: Stop exposing internal.h to non-IDE files
include/hw/ide/internal.h is currently included by include/hw/ide/pci.h
and thus exposed to a lot of files that are not part of the IDE subsystem.
Stop including internal.h there and use the appropriate new headers
ide-bus.h and ide-dma.h instead.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Acked-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Message-ID: <20240220085505.30255-8-thuth@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
2024-02-22 12:47:40 +01:00
..
ahci-pci.h hw/ide/ahci: Expose AHCIPCIState structure 2024-02-15 16:58:46 +01:00
ahci-sysbus.h hw/ide/ahci: Move SysBus definitions to 'ahci-sysbus.h' 2024-02-15 16:58:46 +01:00
ahci.h hw/ide/ahci: Move SysBus definitions to 'ahci-sysbus.h' 2024-02-15 16:58:46 +01:00
ide-bus.h hw/ide: Move IDE bus related definitions to a new header ide-bus.h 2024-02-22 12:47:40 +01:00
ide-dev.h hw/ide: Remove the include/hw/ide.h legacy file 2024-02-22 12:47:40 +01:00
ide-dma.h hw/ide: Move IDE DMA related definitions to a separate header ide-dma.h 2024-02-22 12:47:40 +01:00
internal.h hw/ide: Remove the include/hw/ide.h legacy file 2024-02-22 12:47:40 +01:00
isa.h hw/ide/isa: Extract TYPE_ISA_IDE declarations to 'hw/ide/isa.h' 2023-02-27 22:29:02 +01:00
mmio.h hw/ide/mmio: Extract TYPE_MMIO_IDE declarations to 'hw/ide/mmio.h' 2023-02-27 22:29:02 +01:00
pci.h hw/ide: Stop exposing internal.h to non-IDE files 2024-02-22 12:47:40 +01:00
piix.h