s390x/tcg: deliver multiple interrupts in a row
commitce204cba74b96867bb34a3a5d5eb5fc3893e3c55
authorDavid Hildenbrand <david@redhat.com>
Mon, 29 Jan 2018 12:56:06 +0000 (29 13:56 +0100)
committerCornelia Huck <cohuck@redhat.com>
Fri, 9 Feb 2018 08:37:13 +0000 (9 09:37 +0100)
tree9511c22707e77e2dd2524bb23d856e6ffbea704b
parent12f15c9155b31fc9f964a5233b0fbec9196f56f3
s390x/tcg: deliver multiple interrupts in a row

We have to consider all deliverable interrupts.

We now have to take care of the special scenario, where we first
inject an interrupt with a WAIT PSW, followed by a !WAIT PSW. (very
unlikely but possible)

Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20180129125623.21729-2-david@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
target/s390x/excp_helper.c