[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[qemu-s390x] [PATCH v7 36/73] s390x: use cpu_reset_interrupt
From: |
Emilio G. Cota |
Subject: |
[qemu-s390x] [PATCH v7 36/73] s390x: use cpu_reset_interrupt |
Date: |
Mon, 4 Mar 2019 13:17:36 -0500 |
From: Paolo Bonzini <address@hidden>
Cc: Cornelia Huck <address@hidden>
Cc: David Hildenbrand <address@hidden>
Cc: address@hidden
Reviewed-by: David Hildenbrand <address@hidden>
Reviewed-by: Richard Henderson <address@hidden>
Reviewed-by: Cornelia Huck <address@hidden>
Reviewed-by: Alex Bennée <address@hidden>
Signed-off-by: Paolo Bonzini <address@hidden>
Signed-off-by: Emilio G. Cota <address@hidden>
---
target/s390x/excp_helper.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/s390x/excp_helper.c b/target/s390x/excp_helper.c
index 633d59346b..56bb107b48 100644
--- a/target/s390x/excp_helper.c
+++ b/target/s390x/excp_helper.c
@@ -454,7 +454,7 @@ try_deliver:
/* we might still have pending interrupts, but not deliverable */
if (!env->pending_int && !qemu_s390_flic_has_any(flic)) {
- cs->interrupt_request &= ~CPU_INTERRUPT_HARD;
+ cpu_reset_interrupt(cs, CPU_INTERRUPT_HARD);
}
/* WAIT PSW during interrupt injection or STOP interrupt */
--
2.17.1
- [qemu-s390x] [PATCH v7 00/73] per-CPU locks, Emilio G. Cota, 2019/03/04
- [qemu-s390x] [PATCH v7 36/73] s390x: use cpu_reset_interrupt,
Emilio G. Cota <=
- [qemu-s390x] [PATCH v7 25/73] s390x: convert to cpu_halted, Emilio G. Cota, 2019/03/04
- [qemu-s390x] [PATCH v7 52/73] s390x: convert to cpu_interrupt_request, Emilio G. Cota, 2019/03/04
- [qemu-s390x] [PATCH v7 65/73] s390x: convert to cpu_has_work_with_iothread_lock, Emilio G. Cota, 2019/03/04
- Re: [qemu-s390x] [PATCH v7 00/73] per-CPU locks, Alex Bennée, 2019/03/05
- Re: [qemu-s390x] [PATCH v7 00/73] per-CPU locks, Richard Henderson, 2019/03/06