From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Luv8Q-00045Y-0v for qemu-devel@nongnu.org; Fri, 17 Apr 2009 16:58:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Luv8I-0003zG-1z for qemu-devel@nongnu.org; Fri, 17 Apr 2009 16:58:02 -0400 Received: from [199.232.76.173] (port=42739 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Luv8H-0003yt-G0 for qemu-devel@nongnu.org; Fri, 17 Apr 2009 16:57:57 -0400 Received: from mx2.redhat.com ([66.187.237.31]:52288) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Luv8E-0008Go-2q for qemu-devel@nongnu.org; Fri, 17 Apr 2009 16:57:56 -0400 From: Glauber Costa Date: Fri, 17 Apr 2009 16:57:38 -0400 Message-Id: <1240001860-2280-1-git-send-email-glommer@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] CPU hotplug support Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: bochs-developers@lists.sourceforge.net Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org Hi, Hotplug is not very popular these days, due to global warming concerns. However, it is still important, and we have support from it in kvm-userspace, and getting slowly being merged into qemu. Part of it is done in the bios, so.. here we go! I'm sending it where it belongs Enjoy