mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 18:44:58 -06:00
hw/ide: Split qdev.c into ide-bus.c and ide-dev.c
qdev.c is a mixture between IDE bus specific functions and IDE device functions. Let's split it up to make it more obvious which part is related to bus handling and which part is related to device handling. 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-3-thuth@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
This commit is contained in:
parent
bd217d88dc
commit
7bd8b0d4f5
5 changed files with 134 additions and 99 deletions
|
@ -275,6 +275,8 @@ config SBSA_REF
|
|||
select USB_XHCI_SYSBUS
|
||||
select WDT_SBSA
|
||||
select BOCHS_DISPLAY
|
||||
select IDE_BUS
|
||||
select IDE_DEV
|
||||
|
||||
config SABRELITE
|
||||
bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue