On 29/06/2021 16.19, Cho, Yu-Chen wrote:
split sysemu part of cpu models,
also create a tiny _user.c with just the (at least for now),
empty implementation of apply_cpu_model.

Signed-off-by: Claudio Fontana <cfont...@suse.de>
Signed-off-by: Cho, Yu-Chen <a...@suse.com>
---
  MAINTAINERS                      |   1 +
  target/s390x/cpu_models.c        | 417 +-----------------------------
  target/s390x/cpu_models_sysemu.c | 426 +++++++++++++++++++++++++++++++
  target/s390x/cpu_models_user.c   |  20 ++
  target/s390x/meson.build         |   4 +
  target/s390x/s390x-internal.h    |   2 +
  6 files changed, 454 insertions(+), 416 deletions(-)
  create mode 100644 target/s390x/cpu_models_sysemu.c
  create mode 100644 target/s390x/cpu_models_user.c

Straight forward code movement. Looks fine to me!

Reviewed-by: Thomas Huth <th...@redhat.com>


Reply via email to