On 09/28/2017 04:36 PM, David Hildenbrand wrote: > 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 <[email protected]> > --- > target/s390x/cpu.h | 10 +++++----- > target/s390x/excp_helper.c | 15 ++++++++++----- > target/s390x/interrupt.c | 32 +++++++++++++++++++++++++++++++- > target/s390x/translate.c | 6 ++++-- > 4 files changed, 50 insertions(+), 13 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
