On 5/17/21 3:51 AM, Philippe Mathieu-Daudé wrote:
The current cpu.c contains sysemu-specific methods.
To avoid building them in user-mode builds, split the
current cpu.c as cpu-common.c / cpu-sysemu.c.

Start by moving cpu_get_crash_info().

Signed-off-by: Philippe Mathieu-Daudé<f4...@amsat.org>
---
  hw/core/{cpu.c => cpu-common.c} | 17 -----------------
  hw/core/cpu-sysemu.c            | 34 +++++++++++++++++++++++++++++++++
  hw/core/meson.build             |  3 ++-
  3 files changed, 36 insertions(+), 18 deletions(-)
  rename hw/core/{cpu.c => cpu-common.c} (96%)
  create mode 100644 hw/core/cpu-sysemu.c

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~

Reply via email to