On 28/11/2019 09.37, Janosch Frank wrote:
Let's move the intial reset into the reset handler and cleanup afterwards.Signed-off-by: Janosch Frank <fran...@linux.ibm.com> Reviewed-by: David Hildenbrand <da...@redhat.com> --- Fixed the kvm vcpu reset. --- target/s390x/cpu-qom.h | 2 +- target/s390x/cpu.c | 46 +++++++++++++++++------------------------- target/s390x/cpu.h | 2 +- target/s390x/sigp.c | 2 +- 4 files changed, 21 insertions(+), 31 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>