From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41367) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bAfE4-00021E-Lq for qemu-devel@nongnu.org; Wed, 08 Jun 2016 11:17:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bAfDz-0000wT-CN for qemu-devel@nongnu.org; Wed, 08 Jun 2016 11:16:59 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:48390) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bAfDx-0000vD-01 for qemu-devel@nongnu.org; Wed, 08 Jun 2016 11:16:55 -0400 Date: Wed, 8 Jun 2016 11:16:41 -0400 From: "Emilio G. Cota" Message-ID: <20160608151641.GA12569@flamenco> References: <1464138802-23503-1-git-send-email-cota@braap.org> <87inxkgpsy.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: <87inxkgpsy.fsf@linaro.org> Subject: Re: [Qemu-devel] [PATCH v6 00/15] tb hash improvements 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 , Richard Henderson , Sergey Fedorov On Wed, Jun 08, 2016 at 07:25:33 +0100, Alex Bennée wrote: > Emilio G. Cota writes: > > > v5: https://lists.gnu.org/archive/html/qemu-devel/2016-05/msg02366.html > > > > v6 applies cleanly on top of tcg-next (8b1fe3f4 "cpu-exec: > > Clean up 'interrupt_request' reloading", tagged "pull-tcg-20160512"). > > How is v7 going? I only mention it because we are starting to discuss > feature freeze for 2.7 and I'm pretty keen to get QHT merged before > then. I'll send it today. v7 applies cleanly on top of the current master--I've fixed the conflicts you pointed out related to the addition of include/exec/tb-context.h. Thanks, Emilio