hw/ide: Rename ide_init2() -> ide_bus_init_output_irq()
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 9 Feb 2023 10:27:23 +0000 (11:27 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 27 Feb 2023 21:29:02 +0000 (22:29 +0100)
commitc9519630435fe5c6ec5dacdca1b0fa0000c3a608
tree1c8677ea2e5ee5b5b947cb48a60add40d8385545
parent783f4474412ca2ccb4345f87cfa497404a1e6be9
hw/ide: Rename ide_init2() -> ide_bus_init_output_irq()

ide_init2() initializes a IDEBus, and set its output IRQ.
To emphasize this, rename it as ide_bus_init_output_irq().

Mechanical change using:

  $ sed -i -e 's/ide_init2/ide_bus_init_output_irq/g' \
        $(git grep -l ide_init2)

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20230215112712.23110-15-philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
hw/ide/ahci.c
hw/ide/cmd646.c
hw/ide/core.c
hw/ide/isa.c
hw/ide/macio.c
hw/ide/microdrive.c
hw/ide/mmio.c
hw/ide/piix.c
hw/ide/sii3112.c
hw/ide/via.c
include/hw/ide/internal.h