From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38945) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1astVO-0000dU-1M for qemu-devel@nongnu.org; Wed, 20 Apr 2016 10:53:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1astUW-0005tl-NS for qemu-devel@nongnu.org; Wed, 20 Apr 2016 10:53:25 -0400 Sender: Richard Henderson References: <1460049562-23517-1-git-send-email-cota@braap.org> <20160419232145.GA19286@flamenco> From: Richard Henderson Message-ID: <571797AA.2070002@twiddle.net> Date: Wed, 20 Apr 2016 07:52:26 -0700 MIME-Version: 1.0 In-Reply-To: <20160419232145.GA19286@flamenco> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] tb: consistently use uint32_t for tb->flags List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Emilio G. Cota" , Paolo Bonzini , Peter Crosthwaite , Eduardo Habkost , Michael Walle , Aurelien Jarno , Leon Alrae , Anthony Green , Jia Liu , Alexander Graf , Blue Swirl , Mark Cave-Ayland , Bastian Koppelmann , Guan Xuetao , Max Filippov , "Edgar E. Iglesias" , "Michael S. Tsirkin" Cc: Laurent Desnogues , MTTCG Devel , qemu-arm@nongnu.org, qemu-ppc@nongnu.org, qemu-devel@nongnu.org On 04/19/2016 04:21 PM, Emilio G. Cota wrote: > On Thu, Apr 07, 2016 at 13:19:22 -0400, Emilio G. Cota wrote: >> We are inconsistent with the type of tb->flags: usage varies loosely >> between int and uint64_t. Settle to uint32_t everywhere, which is >> superior to both: at least one target (aarch64) uses the most significant >> bit in the u32, and uint64_t is wasteful. >> >> Compile-tested for all targets. >> >> Suggested-by: Laurent Desnogues >> Suggested-by: Richard Henderson >> Signed-off-by: Emilio G. Cota > > Has this patch been queued by anyone? If not, should I resend after > 2.6 is released? Sorry for the delay. Queued for 2.7. r~