From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NFGei-0001bU-NK for qemu-devel@nongnu.org; Mon, 30 Nov 2009 19:31:48 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NFGeh-0001bH-CI for qemu-devel@nongnu.org; Mon, 30 Nov 2009 19:31:48 -0500 Received: from [199.232.76.173] (port=54921 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NFGeh-0001bE-7J for qemu-devel@nongnu.org; Mon, 30 Nov 2009 19:31:47 -0500 Received: from ey-out-1920.google.com ([74.125.78.144]:31121) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NFGeg-0005wH-1p for qemu-devel@nongnu.org; Mon, 30 Nov 2009 19:31:46 -0500 Received: by ey-out-1920.google.com with SMTP id 3so3988540eyh.14 for ; Mon, 30 Nov 2009 16:31:44 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1259256300-23937-1-git-send-email-glommer@redhat.com> References: <1259256300-23937-1-git-send-email-glommer@redhat.com> Date: Mon, 30 Nov 2009 16:31:44 -0800 Message-ID: <9ae48b020911301631m7f8941a9xa7d5de9be7c6778f@mail.gmail.com> Subject: Re: [Qemu-devel] [PATCH 0/7] KVM SMP support, early version From: Ed Swierk Content-Type: text/plain; charset=ISO-8859-1 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Glauber Costa Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org On Thu, Nov 26, 2009 at 9:24 AM, Glauber Costa wrote: > This is an early version of smp support in kvm that kinda works. Can you please elaborate on "smp support"? The KVM FAQ makes some rather broad claims about smp support already: Does KVM support SMP hosts? Yes. Does KVM support SMP guests? Yes. Up to 16 CPUs can be specified using the -smp option. Thanks, --Ed