On 09/28/2017 04:36 PM, David Hildenbrand wrote: > Currently, enabling/disabling of interrupts is not really supported. > > Let's improve interrupt handling code by explicitly checking for > deliverable interrupts only. This is the first step. Checking for > external interrupt subclasses will be done next. > > Signed-off-by: David Hildenbrand <[email protected]> > --- > target/s390x/cpu.c | 8 +++++--- > target/s390x/excp_helper.c | 21 +++++++-------------- > target/s390x/internal.h | 4 ++++ > target/s390x/interrupt.c | 46 > ++++++++++++++++++++++++++++++++++++++++++++++ > 4 files changed, 62 insertions(+), 17 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
