From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MTdTR-0002Ev-RF for qemu-devel@nongnu.org; Wed, 22 Jul 2009 11:11:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MTdTN-0002Be-3u for qemu-devel@nongnu.org; Wed, 22 Jul 2009 11:11:17 -0400 Received: from [199.232.76.173] (port=54973 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MTdTM-0002As-Jc for qemu-devel@nongnu.org; Wed, 22 Jul 2009 11:11:12 -0400 Received: from rv-out-0708.google.com ([209.85.198.247]:16285) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MTdTM-0001cm-3W for qemu-devel@nongnu.org; Wed, 22 Jul 2009 11:11:12 -0400 Received: by rv-out-0708.google.com with SMTP id b17so69614rvf.22 for ; Wed, 22 Jul 2009 08:11:10 -0700 (PDT) Message-ID: <4A672C03.8020205@codemonkey.ws> Date: Wed, 22 Jul 2009 10:10:59 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 0/2] QEMU maxcpus support v3 References: <20090720144312.052887035@sgi.com> In-Reply-To: <20090720144312.052887035@sgi.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jes Sorensen Cc: Anthony Liguori , qemu-devel@nongnu.org Jes Sorensen wrote: > 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. > I didn't realize that you changed maxcpus == smpcpus by default so my testing wasn't valid. If I do the following: x86_64-softmmu/qemu-system-x86_64 -hda ~/images/linux.img -snapshot -L ~/git/qemu/pc-bios -smp 1,maxcpus=16 I get 'Not responding' errors from an Ubuntu server guest. You can pull http://repo.or.cz/w/qemu/aliguori-queue.git for-jes To get my built version of bios.bin. Please try to reproduce this issue with these bits and let me know if you have trouble with it. Regards, Anthony Liguori