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

2019-12-05 Thread Cornelia Huck
On Tue, 3 Dec 2019 08:28:12 -0500 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 > Reviewed-by: Christian Borntraeger > --- > target/s390x/cpu.c | 7 ++- > target/s390x/cpu.h

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

2019-12-03 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 Reviewed-by: Christian Borntraeger --- target/s390x/cpu.c | 7 ++- target/s390x/cpu.h | 7 ++- 2 files changed, 12 insertions(+), 2 deletions(-) diff