[Qemu-devel] Re: [PATCH 2/9] Add KVM support for S390x

2009-10-20 Thread Carsten Otte
Alexander Graf wrote: ++static int s390_cpu_initial_reset(CPUState *env) +{ +/* XXX */ +fprintf(stderr, "XXX SIGP init\n"); +return -1; +} That one will really break SMP. Most of the initial reset is handled in-kernel for your convenience, therefore please think about using Kuli a

[Qemu-devel] Re: [PATCH 2/9] Add KVM support for S390x

2009-10-20 Thread Alexander Graf
On 20.10.2009, at 10:36, Carsten Otte wrote: Alexander Graf wrote: ++static int s390_cpu_initial_reset(CPUState *env) +{ +/* XXX */ +fprintf(stderr, "XXX SIGP init\n"); +return -1; +} That one will really break SMP. Most of the initial reset is handled in-kernel for your conven