From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NFSCw-0005Uz-Ho for qemu-devel@nongnu.org; Tue, 01 Dec 2009 07:51:54 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NFSCr-0005Ty-6q for qemu-devel@nongnu.org; Tue, 01 Dec 2009 07:51:53 -0500 Received: from [199.232.76.173] (port=35002 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NFSCq-0005Tr-Og for qemu-devel@nongnu.org; Tue, 01 Dec 2009 07:51:48 -0500 Received: from mx1.redhat.com ([209.132.183.28]:40181) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NFSCq-0004r1-C6 for qemu-devel@nongnu.org; Tue, 01 Dec 2009 07:51:48 -0500 From: Glauber Costa Date: Tue, 1 Dec 2009 10:51:26 -0200 Message-Id: <1259671897-22232-1-git-send-email-glommer@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/11] 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, avi@redhat.com, agraf@suse.de This is a repost of the -smp series. Note that it depends on irqchip-in-kernel, that is already in staging. Also, you'll have to enable the io-thread, for the time being. >>From the last version, main change is that I am not calling queue_work automatically from vcpu ioctls. queue_work is only used currently for the gdb stub. All other uses were by-passed by the new qemu_register_vcpu_reset(), since most of it uses (all racy) came from the reset handlers. Enjoy