From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47498) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axe5o-0000ba-Jp for qemu-devel@nongnu.org; Tue, 03 May 2016 13:26:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1axe5c-0003LG-QM for qemu-devel@nongnu.org; Tue, 03 May 2016 13:26:35 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:45152) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axe5a-0003HO-D9 for qemu-devel@nongnu.org; Tue, 03 May 2016 13:26:28 -0400 Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 0CB2A20866 for ; Tue, 3 May 2016 13:26:14 -0400 (EDT) Date: Tue, 3 May 2016 13:26:13 -0400 From: "Emilio G. Cota" Message-ID: <20160503172613.GA27503@flamenco> References: <1461987197-31264-1-git-send-email-cota@braap.org> <1461987197-31264-14-git-send-email-cota@braap.org> <87twifr3ss.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87twifr3ss.fsf@linaro.org> Subject: Re: [Qemu-devel] [PATCH v4 13/14] tb hash: track translated blocks with qht List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex =?iso-8859-1?Q?Benn=E9e?= Cc: QEMU Developers , MTTCG Devel , Paolo Bonzini , Peter Crosthwaite , Richard Henderson , Sergey Fedorov On Tue, May 03, 2016 at 08:36:35 +0100, Alex Bennée wrote: > Emilio G. Cota writes: > > static TranslationBlock *tb_find_physical(CPUState *cpu, > > target_ulong pc, > > target_ulong cs_base, > > uint32_t flags) > > This does not apply cleanly to master due to the flag change. You should > either reference the clean-up patch or include it in the series. Ouch, sorry. Won't happen again. Grab the missing pre-requisite patch from: http://patchwork.ozlabs.org/patch/607662/mbox/ Thanks, Emilio