On 2/12/24 22:11, Philippe Mathieu-Daudé wrote:
Since ahci_ide_create_devs() is not PCI specific, pass it an AHCIState argument instead of PCIDevice.Signed-off-by: Philippe Mathieu-Daudé<phi...@linaro.org> --- include/hw/ide/ahci.h | 2 +- hw/i386/pc_q35.c | 2 +- hw/ide/ahci.c | 5 +---- hw/mips/boston.c | 2 +- 4 files changed, 4 insertions(+), 7 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~