From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:35413) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLeKp-00061X-Bg for qemu-devel@nongnu.org; Wed, 02 Nov 2011 13:10:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RLeKn-0001Ua-RK for qemu-devel@nongnu.org; Wed, 02 Nov 2011 13:10:43 -0400 Received: from mel.act-europe.fr ([194.98.77.210]:59524) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLeKn-0001UJ-Mu for qemu-devel@nongnu.org; Wed, 02 Nov 2011 13:10:41 -0400 Message-ID: <4EB1796B.7050901@adacore.com> Date: Wed, 02 Nov 2011 18:10:03 +0100 From: Fabien Chouteau MIME-Version: 1.0 References: <4EB1640F.2090604@adacore.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Multiple instances of Qemu on Windows multicore List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org On 02/11/2011 17:25, Paolo Bonzini wrote: > On 11/02/2011 04:38 PM, Fabien Chouteau wrote: >> Hello fellow Qemu aficionados, >> >> On Windows, Qemu sets the affinity mask in order to run all thread on >> CPU0, with this comment in the code (os-win32.c:182): >> >> /* Note: cpu_interrupt() is currently not SMP safe, so we force >> QEMU to run on a single CPU */ >> >> This was added by Fabrice Bellard in 2006 (git show a8e5ac33d). >> >> I can't find/understand any reason for this CPU affinity restriction. > > Have you tried looking for a justification in the mailing lists? Yes, and I found few mails from Fabrice Bellard and Konrad Schwarz in the archives: http://thread.gmane.org/gmane.comp.emulators.qemu/13804 and http://thread.gmane.org/gmane.comp.emulators.qemu/13831/focus=13805 But it didn't provide more information about the problem. > > Also, I suppose you have tested without the affinity mask and it works? > Yes I did, it works pretty well. I had 1 unexpected failure among ~6000 tests. But I would like to have a substantial explanation. > > Offhand I cannot think of why that would be needed. > OK, thanks for your help. -- Fabien Chouteau