Re: [PATCH v2 3/3] s390x: Fix cpu normal reset ri clearing

2019-12-03 Thread David Hildenbrand
On 02.12.19 15:01, Janosch Frank wrote: > As it turns out we need to clear the ri controls and PSW enablement > bit to be architecture compliant. > > Signed-off-by: Janosch Frank > --- > target/s390x/cpu.c | 5 + > target/s390x/cpu.h | 7 ++- > 2 files changed, 11 insertions(+), 1

Re: [PATCH v2 3/3] s390x: Fix cpu normal reset ri clearing

2019-12-03 Thread Christian Borntraeger
On 02.12.19 15:01, Janosch Frank wrote: > As it turns out we need to clear the ri controls and PSW enablement > bit to be architecture compliant. > > Signed-off-by: Janosch Frank > --- > target/s390x/cpu.c | 5 + > target/s390x/cpu.h | 7 ++- > 2 files changed, 11 insertions(+), 1

[PATCH v2 3/3] s390x: Fix cpu normal reset ri clearing

2019-12-02 Thread Janosch Frank
As it turns out we need to clear the ri controls and PSW enablement bit to be architecture compliant. Signed-off-by: Janosch Frank --- target/s390x/cpu.c | 5 + target/s390x/cpu.h | 7 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/target/s390x/cpu.c