|
From: | Richard Henderson |
Subject: | Re: [PATCH 20/20] cpus: Build cpu_exec_[un]realizefn() methods once |
Date: | Sun, 26 Jan 2025 13:37:24 -0800 |
User-agent: | Mozilla Thunderbird |
On 1/23/25 15:44, Philippe Mathieu-Daudé wrote:
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> --- Eventually they'll be absorbed within cpu_common_[un]realizefn(). --- cpu-target.c | 30 ------------------------------ hw/core/cpu-common.c | 26 ++++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 30 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |