s390x/tcg: Implement SIGNAL ADAPTER instruction
authorDavid Hildenbrand <david@redhat.com>
Fri, 8 Dec 2017 16:02:04 +0000 (17:02 +0100)
committerCornelia Huck <cohuck@redhat.com>
Thu, 14 Dec 2017 16:56:54 +0000 (17:56 +0100)
commitad0ccf1e6a45c22d6c0564f8365bf1df39c64c15
treeec20d1f8922c9512f108301157f1cf3c8731376d
parentb9b0a4dc13cc6180c79056a7d15e828e93a24a41
s390x/tcg: Implement SIGNAL ADAPTER instruction

KVM suppresses SIGA, setting cc=3. Let's do the same for TCG, so we're at
least equal.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20171208160207.26494-12-david@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
target/s390x/insn-data.def
target/s390x/translate.c