From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:36023) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QqmoI-00012B-MI for qemu-devel@nongnu.org; Tue, 09 Aug 2011 09:57:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QqmoH-0001aq-Ag for qemu-devel@nongnu.org; Tue, 09 Aug 2011 09:57:34 -0400 Received: from cantor2.suse.de ([195.135.220.15]:55532 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QqmoH-0001aN-5x for qemu-devel@nongnu.org; Tue, 09 Aug 2011 09:57:33 -0400 Message-ID: <4E412BBC.1070201@suse.de> Date: Tue, 09 Aug 2011 14:44:44 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1311350319-29706-1-git-send-email-richa@adacore.com> <4E3A75AB.1000707@adacore.com> In-Reply-To: <4E3A75AB.1000707@adacore.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] PPC: Fix sync instructions problem in SMP List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Elie Richa Cc: qemu-devel@nongnu.org On 08/04/2011 12:34 PM, Elie Richa wrote: > bump. > > Anybody have opinions on this? > I can provide a more thorough explanation of the problem if needed. I > wrote the test case in Ada for an MPC8641D processor (2 e600 cores) on > a board that is not yet submitted to the list, therefore I cannot > provide a ready to run binary. I can submit my board if needed. > > Even though my patch is rather harsh, it has the advantage of solving > the problem for any number of CPUs without touching the translation > code. And it does not affect normal execution as I explained in the > previous mail. No, the patch looks reasonable. I'll try to apply it ASAP. Alex