Re: [PATCH v3 4/4] pc-bios/s390x: Fix reset psw mask

2019-12-18 Thread Cornelia Huck
On Tue, 3 Dec 2019 08:28:13 -0500 Janosch Frank wrote: > We need to set the short psw indication bit in the reset psw, as it is > a short psw. > > fixes: 9629823290 ("pc-bios/s390-ccw: do a subsystem reset before running the > guest") > Signed-off-by: Janosch Frank > --- >

Re: [PATCH v3 4/4] pc-bios/s390x: Fix reset psw mask

2019-12-18 Thread Cornelia Huck
On Tue, 3 Dec 2019 08:28:13 -0500 Janosch Frank wrote: > We need to set the short psw indication bit in the reset psw, as it is > a short psw. > > fixes: 9629823290 ("pc-bios/s390-ccw: do a subsystem reset before running the > guest") > Signed-off-by: Janosch Frank > --- >

Re: [PATCH v3 4/4] pc-bios/s390x: Fix reset psw mask

2019-12-18 Thread Janosch Frank
On 12/17/19 4:09 PM, Thomas Huth wrote: > On 17/12/2019 13.36, Thomas Huth wrote: >> On 13/12/2019 13.06, Cornelia Huck wrote: >>> On Thu, 5 Dec 2019 11:12:39 +0100 >>> Cornelia Huck wrote: >>> On Tue, 3 Dec 2019 08:28:13 -0500 Janosch Frank wrote: > We need to set the short

Re: [PATCH v3 4/4] pc-bios/s390x: Fix reset psw mask

2019-12-17 Thread Thomas Huth
On 17/12/2019 13.36, Thomas Huth wrote: > On 13/12/2019 13.06, Cornelia Huck wrote: >> On Thu, 5 Dec 2019 11:12:39 +0100 >> Cornelia Huck wrote: >> >>> On Tue, 3 Dec 2019 08:28:13 -0500 >>> Janosch Frank wrote: >>> We need to set the short psw indication bit in the reset psw, as it is

Re: [PATCH v3 4/4] pc-bios/s390x: Fix reset psw mask

2019-12-17 Thread Thomas Huth
On 13/12/2019 13.06, Cornelia Huck wrote: > On Thu, 5 Dec 2019 11:12:39 +0100 > Cornelia Huck wrote: > >> On Tue, 3 Dec 2019 08:28:13 -0500 >> Janosch Frank wrote: >> >>> We need to set the short psw indication bit in the reset psw, as it is >>> a short psw. >>> >>> fixes: 9629823290

Re: [PATCH v3 4/4] pc-bios/s390x: Fix reset psw mask

2019-12-13 Thread Janosch Frank
On 12/13/19 1:06 PM, Cornelia Huck wrote: > On Thu, 5 Dec 2019 11:12:39 +0100 > Cornelia Huck wrote: > >> On Tue, 3 Dec 2019 08:28:13 -0500 >> Janosch Frank wrote: >> >>> We need to set the short psw indication bit in the reset psw, as it is >>> a short psw. >>> >>> fixes: 9629823290

Re: [PATCH v3 4/4] pc-bios/s390x: Fix reset psw mask

2019-12-13 Thread Cornelia Huck
On Thu, 5 Dec 2019 11:12:39 +0100 Cornelia Huck wrote: > On Tue, 3 Dec 2019 08:28:13 -0500 > Janosch Frank wrote: > > > We need to set the short psw indication bit in the reset psw, as it is > > a short psw. > > > > fixes: 9629823290 ("pc-bios/s390-ccw: do a subsystem reset before running >

Re: [PATCH v3 4/4] pc-bios/s390x: Fix reset psw mask

2019-12-05 Thread Cornelia Huck
On Tue, 3 Dec 2019 08:28:13 -0500 Janosch Frank wrote: > We need to set the short psw indication bit in the reset psw, as it is > a short psw. > > fixes: 9629823290 ("pc-bios/s390-ccw: do a subsystem reset before running the > guest") > Signed-off-by: Janosch Frank > --- >

Re: [PATCH v3 4/4] pc-bios/s390x: Fix reset psw mask

2019-12-03 Thread Christian Borntraeger
On 03.12.19 14:28, Janosch Frank wrote: > We need to set the short psw indication bit in the reset psw, as it is > a short psw. > > fixes: 9629823290 ("pc-bios/s390-ccw: do a subsystem reset before running the > guest") > Signed-off-by: Janosch Frank Acked-by: Christian Borntraeger > --- >

Re: [PATCH v3 4/4] pc-bios/s390x: Fix reset psw mask

2019-12-03 Thread Cornelia Huck
On Tue, 3 Dec 2019 08:28:13 -0500 Janosch Frank wrote: > We need to set the short psw indication bit in the reset psw, as it is > a short psw. > > fixes: 9629823290 ("pc-bios/s390-ccw: do a subsystem reset before running the > guest") s/fixes: 9629823290/Fixes: 962982329029/ >

Re: [PATCH v3 4/4] pc-bios/s390x: Fix reset psw mask

2019-12-03 Thread Cornelia Huck
On Tue, 3 Dec 2019 14:33:25 +0100 Christian Borntraeger wrote: > On 03.12.19 14:28, Janosch Frank wrote: > > We need to set the short psw indication bit in the reset psw, as it is > > a short psw. > > > > fixes: 9629823290 ("pc-bios/s390-ccw: do a subsystem reset before running > > the guest")

[PATCH v3 4/4] pc-bios/s390x: Fix reset psw mask

2019-12-03 Thread Janosch Frank
We need to set the short psw indication bit in the reset psw, as it is a short psw. fixes: 9629823290 ("pc-bios/s390-ccw: do a subsystem reset before running the guest") Signed-off-by: Janosch Frank --- pc-bios/s390-ccw/jump2ipl.c | 12 +++- 1 file changed, 7 insertions(+), 5

Re: [PATCH v3 4/4] pc-bios/s390x: Fix reset psw mask

2019-12-03 Thread Christian Borntraeger
On 03.12.19 14:28, Janosch Frank wrote: > We need to set the short psw indication bit in the reset psw, as it is > a short psw. > > fixes: 9629823290 ("pc-bios/s390-ccw: do a subsystem reset before running the > guest") > Signed-off-by: Janosch Frank We should also add commit