From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37889) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZP4ya-0003D9-Rf for qemu-devel@nongnu.org; Tue, 11 Aug 2015 04:32:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZP4yV-0004vI-OV for qemu-devel@nongnu.org; Tue, 11 Aug 2015 04:32:04 -0400 Received: from mail-wi0-x232.google.com ([2a00:1450:400c:c05::232]:38287) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZP4yV-0004v6-I4 for qemu-devel@nongnu.org; Tue, 11 Aug 2015 04:31:59 -0400 Received: by wicja10 with SMTP id ja10so58557410wic.1 for ; Tue, 11 Aug 2015 01:31:58 -0700 (PDT) Sender: Paolo Bonzini References: <1439220437-23957-1-git-send-email-fred.konrad@greensocs.com> <1439220437-23957-8-git-send-email-fred.konrad@greensocs.com> <55C8D31A.8070703@redhat.com> <55C8D66A.2060404@redhat.com> <878u9jgf89.fsf@linaro.org> From: Paolo Bonzini Message-ID: <55C9B2F9.20605@redhat.com> Date: Tue, 11 Aug 2015 10:31:53 +0200 MIME-Version: 1.0 In-Reply-To: <878u9jgf89.fsf@linaro.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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: =?UTF-8?Q?Alex_Benn=c3=a9e?= Cc: mttcg@listserver.greensocs.com, mark.burton@greensocs.com, a.rigo@virtualopensystems.com, qemu-devel@nongnu.org, guillaume.delbergue@greensocs.com, fred.konrad@greensocs.com On 10/08/2015 20:39, Alex Bennée wrote: > > ... ah, the lock is recursive! > > > > I think this can be avoided. Let's look at it next week. > > I take it your around on the Tuesday (Fred and I arrive Monday evening). > Shall we pick a time or hunt for each other in the hacking room? Yes, I will. Early afternoon, since I will be at CloudOpen at 4pm and then at QEMU Summit. I hope to post something this week too. Paolo