From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MTvSE-0004GN-6O for qemu-devel@nongnu.org; Thu, 23 Jul 2009 06:23:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MTvS7-0004FO-N8 for qemu-devel@nongnu.org; Thu, 23 Jul 2009 06:23:13 -0400 Received: from [199.232.76.173] (port=41489 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MTvS7-0004FL-Gh for qemu-devel@nongnu.org; Thu, 23 Jul 2009 06:23:07 -0400 Received: from relay1.sgi.com ([192.48.179.29]:34894 helo=relay.sgi.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MTvS7-0000Yl-8P for qemu-devel@nongnu.org; Thu, 23 Jul 2009 06:23:07 -0400 Message-ID: <4A683A02.4060805@sgi.com> Date: Thu, 23 Jul 2009 12:22:58 +0200 From: Jes Sorensen MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 0/2] QEMU maxcpus support v3 References: <20090720144312.052887035@sgi.com> <4A672C03.8020205@codemonkey.ws> In-Reply-To: <4A672C03.8020205@codemonkey.ws> 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: Anthony Liguori Cc: Anthony Liguori , qemu-devel@nongnu.org On 07/22/2009 05:10 PM, Anthony Liguori wrote: > Jes Sorensen wrote: > I didn't realize that you changed maxcpus == smpcpus by default so my > testing wasn't valid. This change was made at your request :) > 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 Just booted my tree with this line, works just fine: ~/src/qemu-bochs/qemu/x86_64-softmmu/qemu-system-x86_64 -smp 1,maxcpus=15 -snapshot -L ~/src/qemu-bochs/test/ -serial stdio -cdrom ~/Desktop/ubuntu-9.04-desktop-amd64.iso -boot d > I get 'Not responding' errors from an Ubuntu server guest. > > You can pull http://repo.or.cz/w/qemu/aliguori-queue.git for-jes jes@eye3:~/src/aligouri> git clone http://repo.or.cz/w/qemu/aliguori-queue.git Initialized empty Git repository in /home/jes/src/aligouri/aliguori-queue/.git/ error: inflate: data stream error (incorrect header check) error: inflate: data stream error (incorrect header check) error: File 0000000000000000000000000000000000000000 (http://repo.or.cz/w/qemu/aliguori-queue.git/objects/00/00000000000000000000000000000000000000) corrupt > 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. Will try as soon as I can get to your git repo. Cheers, Jes