mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
target/s390x: move sysemu-only code out to cpu-sysemu.c
move sysemu-only code out to cpu-sysemu.c Signed-off-by: Claudio Fontana <cfontana@suse.de> Signed-off-by: Cho, Yu-Chen <acho@suse.com> Acked-by: Cornelia Huck <cohuck@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20210707105324.23400-9-acho@suse.com> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
This commit is contained in:
parent
c9274b6bf0
commit
72ffb6310b
5 changed files with 327 additions and 278 deletions
|
@ -28,6 +28,7 @@ s390x_softmmu_ss.add(files(
|
|||
'machine.c',
|
||||
'mmu_helper.c',
|
||||
'sigp.c',
|
||||
'cpu-sysemu.c',
|
||||
))
|
||||
|
||||
# Newer kernels on s390 check for an S390_PGSTE program header and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue