qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 17/20] cpus: Have cpu_class_init_props() per user / system em


From: Richard Henderson
Subject: Re: [PATCH 17/20] cpus: Have cpu_class_init_props() per user / system emulation
Date: Sun, 26 Jan 2025 13:18:54 -0800
User-agent: Mozilla Thunderbird

On 1/23/25 15:44, Philippe Mathieu-Daudé wrote:
Rather than maintaining a mix of system / user code for CPU
class properties, move system properties to cpu-system.c
and user ones to the new cpu-user.c unit.

Signed-off-by: Philippe Mathieu-Daudé<philmd@linaro.org>
---
  cpu-target.c         | 58 --------------------------------------------
  hw/core/cpu-system.c | 40 ++++++++++++++++++++++++++++++
  hw/core/cpu-user.c   | 27 +++++++++++++++++++++
  hw/core/meson.build  |  5 +++-
  4 files changed, 71 insertions(+), 59 deletions(-)
  create mode 100644 hw/core/cpu-user.c

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

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]