hw/ide/ahci-internal.h | 1 - include/hw/ide/ahci-pci.h | 2 + include/hw/ide/ahci.h | 2 - hw/ide/ahci-sysbus.c | 91 ++++++++++++++++++++++++++++++++ hw/ide/ahci.c | 106 ++------------------------------------ hw/ide/ich.c | 19 +++++-- hw/arm/Kconfig | 10 ++-- hw/ide/Kconfig | 4 ++ hw/ide/meson.build | 1 + 9 files changed, 122 insertions(+), 114 deletions(-) create mode 100644 hw/ide/ahci-sysbus.c