On 29/06/2021 16.19, Cho, Yu-Chen wrote:
move sysemu-only code out to cpu-sysemu.c
Signed-off-by: Claudio Fontana <[email protected]>
Signed-off-by: Cho, Yu-Chen <[email protected]>
---
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 <[email protected]>