From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52208) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVl08-0004VV-Fg for qemu-devel@nongnu.org; Thu, 03 Apr 2014 13:00:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WVl02-0000w9-Af for qemu-devel@nongnu.org; Thu, 03 Apr 2014 13:00:28 -0400 Message-ID: <533D93A4.4040200@greensocs.com> Date: Thu, 03 Apr 2014 19:00:20 +0200 From: Frederic Konrad MIME-Version: 1.0 References: <533D7C1D.6020008@greensocs.com> <533D7E54.1000506@suse.de> In-Reply-To: <533D7E54.1000506@suse.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] Bug with smp ppc guest. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-1?Q?Andreas_F=E4rber?= Cc: Alexey Kardashevskiy , qemu-devel , qemu-ppc , Alexander Graf , gkurz@linux.vnet.ibm.com On 03/04/2014 17:29, Andreas F=E4rber wrote: > Hi Fred, > > Am 03.04.2014 17:19, schrieb Frederic Konrad: >> I tried to boot a mpc85xx smp image with a new platform inside qemu. >> >> This command line reproduce the issue: >> ./ppc-softmmu/qemu-system-ppc -M mpc8544ds -kernel zImage --smp 2 >> >> This use to work but since this commit: >> d197fdbc3b83655f3c145722805f0998c04dce16 >> >> >> target-ppc: Reset SPRs on CPU reset >> >> =20 >> >> This resets SPR values to defaults on CPU reset. This should help >> >> with little-endian guests reboot issues. >> >> I get some errors inside the guest: > Is this after today's fix? > > http://git.qemu-project.org/?p=3Dqemu.git;a=3Dcommit;h=3D87d8354de3560e= b705bcee83142d775f703177a6 > > Regards, > Andreas > Hi Andreas, I just tried seems it doesn't make any difference for me ;). Thanks, Fred