OSDN Git Service

accel: Rename accel_cpu_realizefn() -> accel_cpu_realize()
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 3 Oct 2023 12:30:19 +0000 (14:30 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 3 Oct 2023 15:00:25 +0000 (08:00 -0700)
commite5dc722ca9f8b02da21e0fd7852a44b65a5686c6
treecc8e76855f2e2242fa2239b1ab3a17846c691e91
parentda1034094d375afe9e3d8ec8980550ea0f06f7e0
accel: Rename accel_cpu_realizefn() -> accel_cpu_realize()

We use the '*fn' suffix for handlers, this is a public method.
Drop the suffix.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Claudio Fontana <cfontana@suse.de>
Message-Id: <20231003123026.99229-2-philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/accel-common.c
cpu.c
include/qemu/accel.h
target/i386/kvm/kvm-cpu.c