From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NDi5m-0004mO-Ex for qemu-devel@nongnu.org; Thu, 26 Nov 2009 12:25:18 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NDi5h-0004fS-Eg for qemu-devel@nongnu.org; Thu, 26 Nov 2009 12:25:17 -0500 Received: from [199.232.76.173] (port=51779 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NDi5g-0004er-LV for qemu-devel@nongnu.org; Thu, 26 Nov 2009 12:25:12 -0500 Received: from mx1.redhat.com ([209.132.183.28]:22332) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NDi5g-0004oM-9s for qemu-devel@nongnu.org; Thu, 26 Nov 2009 12:25:12 -0500 From: Glauber Costa Date: Thu, 26 Nov 2009 15:24:53 -0200 Message-Id: <1259256300-23937-1-git-send-email-glommer@redhat.com> Subject: [Qemu-devel] [PATCH 0/7] KVM SMP support, early version List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com Hi guys, This is an early version of smp support in kvm that kinda works. It has some known problems that I am still tracking. For example, it does not reset very well. Also, initialization is a bit slow, probably because of the number of remote ioctl calls involved. But I believe Jan's patch to do a single ioctl can make it better. Normal operation seem to be going smooth for me. I can boot the machine and get it going decently. I'll keep working on the issues, but comments are welcome in the mean time.