mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
hw/ide/ahci: Move SysBus definitions to 'ahci-sysbus.h'
Keep "hw/ide/ahci.h" AHCI-generic. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Leif Lindholm <quic_llindhol@quicinc.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Message-Id: <20240213081201.78951-10-philmd@linaro.org>
This commit is contained in:
parent
b0bccc6a9a
commit
fbb5945e85
9 changed files with 43 additions and 34 deletions
|
@ -19,9 +19,8 @@
|
|||
#include "qemu/error-report.h"
|
||||
#include "qemu/module.h"
|
||||
#include "sysemu/dma.h"
|
||||
#include "hw/ide/internal.h"
|
||||
#include "migration/vmstate.h"
|
||||
#include "ahci_internal.h"
|
||||
#include "hw/ide/ahci-sysbus.h"
|
||||
|
||||
#include "trace.h"
|
||||
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
#include "hw/ide/internal.h"
|
||||
#include "hw/ide/pci.h"
|
||||
#include "hw/ide/ahci-pci.h"
|
||||
#include "hw/ide/ahci-sysbus.h"
|
||||
#include "ahci_internal.h"
|
||||
|
||||
#include "trace.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue