Re: [PATCH 1/4] s390x: Don't do a normal reset on the initial cpu

2019-11-22 Thread David Hildenbrand
On 22.11.19 08:52, Janosch Frank wrote: The initiating cpu needs to be reset with an initial reset. While doing a normal reset followed by a initial reset is not wron per-se, the Ultravisor will only allow the correct reset to be performed. Signed-off-by: Janosch Frank --- hw/s390x/s390-virti

[PATCH 1/4] s390x: Don't do a normal reset on the initial cpu

2019-11-21 Thread Janosch Frank
The initiating cpu needs to be reset with an initial reset. While doing a normal reset followed by a initial reset is not wron per-se, the Ultravisor will only allow the correct reset to be performed. Signed-off-by: Janosch Frank --- hw/s390x/s390-virtio-ccw.c | 3 +++ 1 file changed, 3 insertio