OSDN Git Service

hw/ide: Rename ide_exec_cmd() -> ide_bus_exec_cmd()
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 9 Feb 2023 10:26:20 +0000 (11:26 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 27 Feb 2023 21:29:02 +0000 (22:29 +0100)
commit783f4474412ca2ccb4345f87cfa497404a1e6be9
tree45f1852abe89a7521bbfb29977c6f34d839203e1
parente29b124610f9b92c315e4655f52dec36d23de247
hw/ide: Rename ide_exec_cmd() -> ide_bus_exec_cmd()

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

Mechanical change using:

  $ sed -i -e 's/ide_exec_cmd/ide_bus_exec_cmd/g' \
        $(git grep -wl ide_exec_cmd)

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