]> git.ipfire.org Git - thirdparty/qemu.git/commit
cpus: Build cpu_exec_[un]realizefn() methods once
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 23 Jan 2025 12:46:03 +0000 (13:46 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Sun, 9 Mar 2025 16:00:47 +0000 (17:00 +0100)
commit43610f3184f846da948e8ab9dbc0c5de1e9bde79
treedc11dbe944e44d11ada8dbb041cf85ec97705806
parentca05578fc80f4253ed19f4c4128a4cbd5b83f0b5
cpus: Build cpu_exec_[un]realizefn() methods once

Now that cpu_exec_realizefn() and cpu_exec_unrealizefn()
methods don't use any target specific definition anymore,
we can move them to cpu-common.c to be able to build them
once.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20250123234415.59850-21-philmd@linaro.org>
cpu-target.c
hw/core/cpu-common.c