From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47765) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAhjG-0006yk-OW for qemu-devel@nongnu.org; Thu, 02 Jul 2015 12:52:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZAhjD-0003gm-EO for qemu-devel@nongnu.org; Thu, 02 Jul 2015 12:52:50 -0400 Received: from mel.act-europe.fr ([194.98.77.210]:60289 helo=smtp.eu.adacore.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAhjD-0003gD-3X for qemu-devel@nongnu.org; Thu, 02 Jul 2015 12:52:47 -0400 Message-ID: <55956C5C.6080107@adacore.com> Date: Thu, 02 Jul 2015 18:52:44 +0200 From: Fabien Chouteau MIME-Version: 1.0 References: <1435148753-4476-1-git-send-email-zavadovsky.yan@gmail.com> <55941A03.8040803@redhat.com> <55942AD1.1040906@weilnetz.de> In-Reply-To: <55942AD1.1040906@weilnetz.de> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] thread-win32: fix GetThreadContext() permanently fails List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil , Paolo Bonzini , Zavadovsky Yan , qemu-devel@nongnu.org Cc: Olivier Hainque , Peter Maydell On 07/01/2015 08:00 PM, Stefan Weil wrote: > Am 01.07.2015 um 18:49 schrieb Paolo Bonzini: >> >> On 01/07/2015 17:48, Zavadovsky Yan wrote: >>> Ping. >> Stefan, are you merging this? >> >> Paolo > > I can do so, but as the current code seems to fix the problems > with multi-processor systems, too (even if it is unclear why), > it does not look urgent. > > Fabien, you suggested "extensive tests". Do you think that > patch v2 is fine, or are you still waiting for test results? > The patch looks good. I won't be able to do heavy testing anytime soon, if Yan tells us that the new code was tested I will take his word for it. Thanks,