On 29/06/2021 16.19, Cho, Yu-Chen wrote:
move sysemu-only code out to cpu-sysemu.c
Signed-off-by: Claudio Fontana <cfont...@suse.de>
Signed-off-by: Cho, Yu-Chen <a...@suse.com>
---
target/s390x/cpu-sysemu.c | 309 ++++++++++++++++++++++++++++++++++++++
target/s390x/cpu.c | 285 ++---------------------------------
target/s390x/meson.build | 1 +
target/s390x/trace-events | 2 +-
4 files changed, 320 insertions(+), 277 deletions(-)
create mode 100644 target/s390x/cpu-sysemu.c
Reviewed-by: Thomas Huth <th...@redhat.com>