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@xxxxxxxxxx> --- 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@xxxxxxxxxx> r~