qemu-s390x
[Top][All Lists]
Advanced

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

Re: [RFC v6 13/13] target/s390x: split sysemu part of cpu models


From: Thomas Huth
Subject: Re: [RFC v6 13/13] target/s390x: split sysemu part of cpu models
Date: Fri, 2 Jul 2021 09:43:27 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

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 <cfontana@suse.de>
Signed-off-by: Cho, Yu-Chen <acho@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 <thuth@redhat.com>




reply via email to

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