]> git.proxmox.com Git - mirror_qemu.git/commit - cpu-target.c
accel: Rename accel_cpu_realize() -> accel_cpu_common_realize()
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 3 Oct 2023 12:30:21 +0000 (14:30 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 3 Oct 2023 15:00:25 +0000 (08:00 -0700)
commitbd684b2f3f57dd390ba715fce1597eb7ad97ee8d
treed68ef390608dfda72e7fd9a82aaff728e1763810
parent6294e502a95e64f75d63bd95c5a24aa4d7f00196
accel: Rename accel_cpu_realize() -> accel_cpu_common_realize()

accel_cpu_realize() is a generic function working with CPUs
from any target. Rename it using '_common_' to emphasis it is
not target specific.

Suggested-by: Claudio Fontana <cfontana@suse.de>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20231003123026.99229-4-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