hw/ide: Split qdev.c into ide-bus.c and ide-dev.c
authorThomas Huth <thuth@redhat.com>
Tue, 20 Feb 2024 08:55:00 +0000 (09:55 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 22 Feb 2024 11:47:40 +0000 (12:47 +0100)
commit7bd8b0d4f5e8abfd9bdca40555d92db27918777b
tree87e9f287774040d0fd1dab8ffa35f549e829d6e9
parentbd217d88dcff15981476b73612eb877a372e67f1
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>
hw/arm/Kconfig
hw/ide/Kconfig
hw/ide/ide-bus.c [new file with mode: 0644]
hw/ide/ide-dev.c [new file with mode: 0644]
hw/ide/meson.build
hw/ide/qdev.c [deleted file]