| commit | 43610f3184f846da948e8ab9dbc0c5de1e9bde79 | [log] [tgz] |
|---|---|---|
| author | Philippe Mathieu-Daudé <philmd@linaro.org> | Thu Jan 23 13:46:03 2025 +0100 |
| committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Sun Mar 09 17:00:47 2025 +0100 |
| tree | dc11dbe944e44d11ada8dbb041cf85ec97705806 | |
| parent | ca05578fc80f4253ed19f4c4128a4cbd5b83f0b5 [diff] |
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>