From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NFGos-0005JD-W7 for qemu-devel@nongnu.org; Mon, 30 Nov 2009 19:42:19 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NFGoo-0005IQ-L6 for qemu-devel@nongnu.org; Mon, 30 Nov 2009 19:42:18 -0500 Received: from [199.232.76.173] (port=40242 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NFGoo-0005IN-Ew for qemu-devel@nongnu.org; Mon, 30 Nov 2009 19:42:14 -0500 Received: from mail-ew0-f211.google.com ([209.85.219.211]:61194) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NFGoo-0006kn-3K for qemu-devel@nongnu.org; Mon, 30 Nov 2009 19:42:14 -0500 Received: by ewy3 with SMTP id 3so8411588ewy.2 for ; Mon, 30 Nov 2009 16:42:12 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <9ae48b020911301631m7f8941a9xa7d5de9be7c6778f@mail.gmail.com> References: <1259256300-23937-1-git-send-email-glommer@redhat.com> <9ae48b020911301631m7f8941a9xa7d5de9be7c6778f@mail.gmail.com> Date: Mon, 30 Nov 2009 16:42:11 -0800 Message-ID: <9ae48b020911301642y77b81275o4dc67552077f7159@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 Mon, Nov 30, 2009 at 4:31 PM, Ed Swierk wrote: > 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: I see now that you're integrating smp support into qemu proper from the kvm fork of qemu. Sorry for the noise. --Ed