]> xenbits.xensource.com Git - qemu-xen.git/commit
s390x: move s390_cpu_addr2state to target/s390x/sigp.c
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 9 May 2024 17:00:32 +0000 (19:00 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 10 May 2024 13:45:15 +0000 (15:45 +0200)
commitef7c4a97bfdfdb913b03720d3be3c49579cf1835
treeb4dd09ee8e93b83002b71c4172c573dad9787b68
parentd1b223dd07637621f0439701d7d248f87995a275
s390x: move s390_cpu_addr2state to target/s390x/sigp.c

This function has no dependency on the virtio-ccw machine type, though it
assumes that the CPU address corresponds to the core_id and the index.

If there is any need of something different or more fancy (unlikely)
S390 can include a MachineClass subclass and implement it there.  For
now, move it to sigp.c for simplicity.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20240509170044.190795-2-pbonzini@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/s390x/s390-virtio-ccw.c
target/s390x/sigp.c