From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54095) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZQOxy-0005h4-9i for qemu-devel@nongnu.org; Fri, 14 Aug 2015 20:04:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZQOxt-00007Z-7A for qemu-devel@nongnu.org; Fri, 14 Aug 2015 20:04:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59107) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZQOxt-00007U-1g for qemu-devel@nongnu.org; Fri, 14 Aug 2015 20:04:49 -0400 References: <1439220437-23957-1-git-send-email-fred.konrad@greensocs.com> <1439220437-23957-8-git-send-email-fred.konrad@greensocs.com> <55CB862E.2090507@greensocs.com> <87zj1wfjx0.fsf@linaro.org> <55CDA920.7060204@greensocs.com> From: Paolo Bonzini Message-ID: <55CE8218.7040603@redhat.com> Date: Sat, 15 Aug 2015 02:04:40 +0200 MIME-Version: 1.0 In-Reply-To: <55CDA920.7060204@greensocs.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH V7 07/19] protect TBContext with tb_lock. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Frederic Konrad , =?UTF-8?Q?Alex_Benn=c3=a9e?= Cc: mttcg@greensocs.com, guillaume.delbergue@greensocs.com, mark.burton@greensocs.com, qemu-devel@nongnu.org, a.rigo@virtualopensystems.com On 14/08/2015 10:38, Frederic Konrad wrote: >> Are you likely to push a v8 this week (or a temp branch?) with this and >> any other obvious fixes? I appreciate Paolo has given you a not-so-small >> pile of review comments as well so I wasn't looking for a complete new >> patch set! > here is something I did yesterday: > multi_tcg_v7_bugfixed > > The patch-set is a mess and not re-based on the patch-set sent by Paolo. My own mttcg branch is probably pretty close to a v8, except that some of the TODO/FIXMEs I added should not be there. :) Paolo