hw/ide: Rename idebus_active_if() -> ide_bus_active_if()
commit2c50207f0d74132f033d967db6436c89e63ade02
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 9 Feb 2023 10:33:08 +0000 (9 11:33 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 27 Feb 2023 21:29:02 +0000 (27 22:29 +0100)
treeb81c7a1c552ad6c3ac52e942c2fdf80980342fa0
parentc9519630435fe5c6ec5dacdca1b0fa0000c3a608
hw/ide: Rename idebus_active_if() -> ide_bus_active_if()

idebus_active_if() operates on a IDEBus; rename it as
ide_bus_active_if() to emphasize its first argument
is a IDEBus.

Mechanical change using:

  $ sed -i -e 's/idebus_active_if/ide_bus_active_if/g' \
        $(git grep -l idebus_active_if)

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20230215112712.23110-16-philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
hw/ide/core.c
hw/ide/macio.c
hw/ide/microdrive.c
hw/ide/pci.c
include/hw/ide/internal.h