From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36356) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1clcSR-00023Q-17 for qemu-devel@nongnu.org; Wed, 08 Mar 2017 09:20:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1clcSP-0004YS-Q4 for qemu-devel@nongnu.org; Wed, 08 Mar 2017 09:20:51 -0500 Received: from mail-ot0-x231.google.com ([2607:f8b0:4003:c0f::231]:36660) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1clcSP-0004YN-LT for qemu-devel@nongnu.org; Wed, 08 Mar 2017 09:20:49 -0500 Received: by mail-ot0-x231.google.com with SMTP id i1so31640609ota.3 for ; Wed, 08 Mar 2017 06:20:49 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <877f40i5e3.fsf@linaro.org> References: <20170307155054.5833-1-alex.bennee@linaro.org> <877f40i5e3.fsf@linaro.org> From: Pranith Kumar Date: Wed, 8 Mar 2017 09:20:18 -0500 Message-ID: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v3 00/11] MTTCG fix-ups for 2.9 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QWxleCBCZW5uw6ll?= Cc: Peter Maydell , Richard Henderson , Paolo Bonzini , qemu-devel , MTTCG Devel , =?UTF-8?B?S09OUkFEIEZyw6lkw6lyaWM=?= , "a.rigo@virtualopensystems.com rigo" , "Emilio G. Cota" , Nikunj A Dadhania On Wed, Mar 8, 2017 at 2:39 AM, Alex Benn=C3=A9e w= rote: > > Pranith Kumar writes: > >> Hi Alex, >> >> On Tue, Mar 7, 2017 at 10:50 AM, Alex Benn=C3=A9e wrote: >>> Hi, >>> >>> This is the latest iteration of fixes for problems introduced by >>> MTTCG. Aside from the usual slew of addressing review comments and >>> applying tags I've also pulled in Yongbok Kim's MIPS patch (to replace >>> mine) and Paolo's VMEXIT fix for the problem reported by Alexander >>> Boettcher. >>> >>> Unless anyone shouts I'll wrap these up into a pull request for Peter >>> tomorrow. >> >> >> Can you also pick up this patch? I am not sure who else will. >> >> http://patchwork.ozlabs.org/patch/733293/ > > Does the problem only exhibit itself with --accel tcg,thread=3Dmulti? I > was figuring it would go in with a larger x86 MTTCG enabling patch set > post 2.9. If it can occur with the defaults now I'll happily add it > to the pullreq I'm preparing. > It happens only with thread=3Dmulti, so I guess later on is OK. Thanks, --=20 Pranith