[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 15/16] s390x/tcg: clear local interrupts on reset normal
From: |
Cornelia Huck |
Subject: |
[PULL 15/16] s390x/tcg: clear local interrupts on reset normal |
Date: |
Fri, 13 Dec 2019 17:18:50 +0100 |
We neglected to clean up pending interrupts and emergency signals;
fix that.
Message-Id: <address@hidden>
Signed-off-by: Cornelia Huck <address@hidden>
Reviewed-by: David Hildenbrand <address@hidden>
---
target/s390x/cpu.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/target/s390x/cpu.h b/target/s390x/cpu.h
index 7e1c18d59696..aa829e954cbf 100644
--- a/target/s390x/cpu.h
+++ b/target/s390x/cpu.h
@@ -98,10 +98,6 @@ struct CPUS390XState {
uint64_t cregs[16]; /* control registers */
- int pending_int;
- uint16_t external_call_addr;
- DECLARE_BITMAP(emergency_signals, S390_MAX_CPUS);
-
uint64_t ckc;
uint64_t cputm;
uint32_t todpr;
@@ -117,6 +113,10 @@ struct CPUS390XState {
struct {} start_normal_reset_fields;
uint8_t riccb[64]; /* runtime instrumentation control */
+ int pending_int;
+ uint16_t external_call_addr;
+ DECLARE_BITMAP(emergency_signals, S390_MAX_CPUS);
+
/* Fields up to this point are cleared by a CPU reset */
struct {} end_reset_fields;
--
2.21.0
- [PULL 05/16] s390x: Move initial reset, (continued)
- [PULL 05/16] s390x: Move initial reset, Cornelia Huck, 2019/12/13
- [PULL 06/16] s390x: Move clear reset, Cornelia Huck, 2019/12/13
- [PULL 07/16] s390x: Beautify diag308 handling, Cornelia Huck, 2019/12/13
- [PULL 08/16] s390x: kvm: Make kvm_sclp_service_call void, Cornelia Huck, 2019/12/13
- [PULL 09/16] s390x: Fix cpu normal reset ri clearing, Cornelia Huck, 2019/12/13
- [PULL 10/16] s390x/event-facility: Fix realize() error API violations, Cornelia Huck, 2019/12/13
- [PULL 11/16] s390x/cpumodel: Fix feature property error API violations, Cornelia Huck, 2019/12/13
- [PULL 12/16] s390x/cpumodel: Fix realize() error API violations, Cornelia Huck, 2019/12/13
- [PULL 13/16] s390x/cpumodel: Fix query-cpu-model-FOO error API violations, Cornelia Huck, 2019/12/13
- [PULL 14/16] s390x/cpumodel: Fix query-cpu-definitions error API violations, Cornelia Huck, 2019/12/13
- [PULL 15/16] s390x/tcg: clear local interrupts on reset normal,
Cornelia Huck <=
- [PULL 16/16] qga: fence guest-set-time if hwclock not available, Cornelia Huck, 2019/12/13
- Re: [PULL 00/16] first s390x update for 5.0, Peter Maydell, 2019/12/13