s390x/tcg: switch to new SIGP handling code
commit11b0079cec6b1f46ba76cca634051bee4474d323
authorDavid Hildenbrand <david@redhat.com>
Thu, 28 Sep 2017 20:37:04 +0000 (28 22:37 +0200)
committerCornelia Huck <cohuck@redhat.com>
Fri, 20 Oct 2017 11:32:10 +0000 (20 13:32 +0200)
treef4e730ce7452dcd9772b35c30e8d40f21b6d620b
parentb376a5545a73c4ae5d19741afa7b2074d31a3a3f
s390x/tcg: switch to new SIGP handling code

This effectively enables experimental SMP support. Floating interrupts are
still a mess, so allow it but print a big warning. There also seems
to be a problem with CPU hotplug (after the main loop started).

Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20170928203708.9376-27-david@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
[CH: changed insn-data.def as pointed out by Richard]
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
hw/s390x/s390-virtio-ccw.c
target/s390x/helper.h
target/s390x/insn-data.def
target/s390x/misc_helper.c
target/s390x/translate.c