s390x/tcg: take care of external interrupt subclasses
commit9dec238826361c9d7f60d26b88fd224512355c6e
authorDavid Hildenbrand <david@redhat.com>
Thu, 28 Sep 2017 20:36:43 +0000 (28 22:36 +0200)
committerCornelia Huck <cohuck@redhat.com>
Fri, 20 Oct 2017 11:32:10 +0000 (20 13:32 +0200)
tree34c0e689f7cbc6189d3479ccfc6c34dc5dbf159c
parent8417f904bad50021b432dfea12613345d9fb1f68
s390x/tcg: take care of external interrupt subclasses

We can now let go of INTERRUPT_EXT. When cr0 changes, we have to
revalidate if we now have a pending external interrupt, just like
when the PSW (or SYSTEM MASK only) changes.

Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20170928203708.9376-6-david@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
target/s390x/cpu.h
target/s390x/excp_helper.c
target/s390x/interrupt.c
target/s390x/translate.c