|
From: | Richard Henderson |
Subject: | Re: [PATCH 18/20] cpus: Have cpu_exec_initfn() per user / system emulation |
Date: | Sun, 26 Jan 2025 13:21:29 -0800 |
User-agent: | Mozilla Thunderbird |
On 1/23/25 15:44, Philippe Mathieu-Daudé wrote:
Slighly simplify cpu-target.c again by extracting cpu_exec_initfn() to cpu-{system,user}.c, adding an empty stub for user emulation. Signed-off-by: Philippe Mathieu-Daudé<philmd@linaro.org> --- Good enough for now... --- cpu-target.c | 9 --------- hw/core/cpu-system.c | 7 +++++++ hw/core/cpu-user.c | 5 +++++ 3 files changed, 12 insertions(+), 9 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |