|
From: | Richard Henderson |
Subject: | Re: [PATCH 5/9] hw/ide/ahci: Pass AHCI context to ahci_ide_create_devs() |
Date: | Tue, 13 Feb 2024 06:44:07 -1000 |
User-agent: | Mozilla Thunderbird |
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é<philmd@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.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |