From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44019) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dJ0Xh-00061t-Ai for qemu-devel@nongnu.org; Thu, 08 Jun 2017 12:44:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dJ0Xe-0005Hn-Mj for qemu-devel@nongnu.org; Thu, 08 Jun 2017 12:44:17 -0400 Received: from mail-qt0-x242.google.com ([2607:f8b0:400d:c0d::242]:36806) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dJ0Xe-0005Hc-In for qemu-devel@nongnu.org; Thu, 08 Jun 2017 12:44:14 -0400 Received: by mail-qt0-x242.google.com with SMTP id s33so9391729qtg.3 for ; Thu, 08 Jun 2017 09:44:14 -0700 (PDT) Sender: Richard Henderson References: <20170607155536.1193-1-rth@twiddle.net> <20170607233019.GA29137@flamenco> From: Richard Henderson Message-ID: Date: Thu, 8 Jun 2017 09:44:11 -0700 MIME-Version: 1.0 In-Reply-To: <20170607233019.GA29137@flamenco> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 0/7] tcg: allocate TB structs preceding translate List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Emilio G. Cota" Cc: qemu-devel@nongnu.org On 06/07/2017 04:30 PM, Emilio G. Cota wrote: > On Wed, Jun 07, 2017 at 08:55:29 -0700, Richard Henderson wrote: >> Then I've a few follow-up patches to take advantage of the new TB >> placement for arm platforms. I've had a look at the asm output for >> ppc64 and s390x, and don't see anything obvious that can be improved. > > Nice! Just tested patches 3-7 with an arm guest image on > x86 and aarch64 hosts: > > Tested-by: Emilio G. Cota So... you've tested patch 3 then? Patches 4-7 are for an arm host. r~