Searched hist:"2 c50207f0d74132f033d967db6436c89e63ade02" (Results 1 – 4 of 4) sorted by relevance
/qemu/hw/ide/ |
H A D | ide-internal.h | 2c50207f0d74132f033d967db6436c89e63ade02 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 D | pci.c | 2c50207f0d74132f033d967db6436c89e63ade02 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 D | macio.c | 2c50207f0d74132f033d967db6436c89e63ade02 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 D | core.c | 2c50207f0d74132f033d967db6436c89e63ade02 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>
|