]> xenbits.xensource.com Git - qemu-xen.git/commit
hw/s390x/css: Have css_do_sic() take S390CPU instead of CPUS390XState
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Sun, 5 Nov 2023 18:22:57 +0000 (19:22 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 7 Nov 2023 11:32:39 +0000 (12:32 +0100)
commit6233759ae15302e0ea60b8cda849fcd2c01d8098
tree9f3305902b463cf4e3508f66c28fa00e4b9ef87a
parent2bb53fa2f36c03ed73b643592d9f6d2c3898d9d1
hw/s390x/css: Have css_do_sic() take S390CPU instead of CPUS390XState

"hw/s390x/css.h" is a header used by target-agnostic objects
(such hw/s390x/virtio-ccw-gpu.c), thus can not use target-specific
types, such CPUS390XState.

Have css_do_sic() take S390CPU a pointer, which is target-agnostic.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20231106114500.5269-2-philmd@linaro.org>
hw/s390x/css.c
include/hw/s390x/css.h
target/s390x/kvm/kvm.c
target/s390x/tcg/misc_helper.c