qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Alexander Graf
Subject: [Qemu-devel] Re: [PATCH 2/9] Add KVM support for S390x
Date: Tue, 20 Oct 2009 10:41:33 +0200


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 convenience, therefore please think about using Kuli as inspiration on how to do this one ;-).

Yes, SMP support is missing still. I ran into some problem implementing it. Qemu by default doesn't allow -smp > 1 anyways, so I figured it's not too much of a problem for starters.

Other then that, the s390 specifics in this patch look really nice.


Thanks :-)


Alex





reply via email to

[Prev in Thread] Current Thread [Next in Thread]