From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37823) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYdEX-0006kN-2D for qemu-devel@nongnu.org; Thu, 19 Mar 2015 12:23:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YYdER-0005R3-Sr for qemu-devel@nongnu.org; Thu, 19 Mar 2015 12:23:44 -0400 Received: from mail-wi0-x22e.google.com ([2a00:1450:400c:c05::22e]:38219) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYdER-0005Qx-La for qemu-devel@nongnu.org; Thu, 19 Mar 2015 12:23:39 -0400 Received: by wifj2 with SMTP id j2so73914064wif.1 for ; Thu, 19 Mar 2015 09:23:39 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <550AF806.9030103@redhat.com> Date: Thu, 19 Mar 2015 17:23:34 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1426684909-95030-1-git-send-email-pbonzini@redhat.com> <1426684909-95030-3-git-send-email-pbonzini@redhat.com> <550ACEC8.5030701@siemens.com> <550AE363.90306@siemens.com> In-Reply-To: <550AE363.90306@siemens.com> Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/8] exec: move rcu_read_lock/unlock to address_space_translate callers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka , qemu-devel@nongnu.org On 19/03/2015 15:55, Jan Kiszka wrote: >> > >> > What is this patch based on? Do you have a public branch where I can >> > find the series and its dependencies? > Think I found the series: > http://thread.gmane.org/gmane.comp.emulators.qemu/326076. At least it > builds and runs. Yes, it's the combination of Fam's patches and these ones. Paolo