From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MTFug-00037C-9I for qemu-devel@nongnu.org; Tue, 21 Jul 2009 10:01:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MTFub-00036L-DD for qemu-devel@nongnu.org; Tue, 21 Jul 2009 10:01:49 -0400 Received: from [199.232.76.173] (port=38251 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MTFub-00036B-6d for qemu-devel@nongnu.org; Tue, 21 Jul 2009 10:01:45 -0400 Received: from relay1.sgi.com ([192.48.179.29]:50168 helo=relay.sgi.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MTFua-0007vR-NJ for qemu-devel@nongnu.org; Tue, 21 Jul 2009 10:01:44 -0400 Message-Id: <20090720144312.052887035@sgi.com> Date: Mon, 20 Jul 2009 16:43:12 +0200 From: Jes Sorensen Subject: [Qemu-devel] [PATCH 0/2] QEMU maxcpus support v3 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org Anthony, Here's an updated version of the maxcpus patch, which goes on top of the most recent QEMU. My older version was against a 2 week old version and I see you have applied some boot menu stuff since then which did clash with the FW_CFG magic number I used. I suspect that could have caused the problems. Just did a full fresh rebuild and this one works fine for me with the Ubuntu test image. Jes