]> www.infradead.org Git - qemu-nvme.git/commit
hw/isa/piix4: Move pci_ide_create_devs() call to board code
authorBernhard Beschow <shentey@gmail.com>
Sat, 22 Oct 2022 15:04:53 +0000 (17:04 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 31 Oct 2022 10:32:07 +0000 (11:32 +0100)
commitd240d3fb14031ed2b00b86ab8e9082ba6bebce4d
treef985937512593ff8437f749d1651baf52289033c
parenta1c100d0fbdcee230341262c3874513ce70ff38f
hw/isa/piix4: Move pci_ide_create_devs() call to board code

For the VIA south bridges there was a comment to have the call in board code.
Move it there for PIIX4 as well for consistency.

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20221022150508.26830-29-shentey@gmail.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
hw/isa/piix4.c
hw/mips/malta.c