Home
last modified time | relevance | path

Searched hist:"2 c50207f0d74132f033d967db6436c89e63ade02" (Results 1 – 4 of 4) sorted by relevance

/qemu/hw/ide/
H A Dide-internal.h2c50207f0d74132f033d967db6436c89e63ade02 Thu Feb 09 10:33:08 UTC 2023 Philippe Mathieu-Daudé <philmd@linaro.org> 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>
H A Dpci.c2c50207f0d74132f033d967db6436c89e63ade02 Thu Feb 09 10:33:08 UTC 2023 Philippe Mathieu-Daudé <philmd@linaro.org> 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>
H A Dmacio.c2c50207f0d74132f033d967db6436c89e63ade02 Thu Feb 09 10:33:08 UTC 2023 Philippe Mathieu-Daudé <philmd@linaro.org> 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>
H A Dcore.c2c50207f0d74132f033d967db6436c89e63ade02 Thu Feb 09 10:33:08 UTC 2023 Philippe Mathieu-Daudé <philmd@linaro.org> 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>