From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42229) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1atdLi-0000ie-5R for qemu-devel@nongnu.org; Fri, 22 Apr 2016 11:50:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1atdLe-00039b-0c for qemu-devel@nongnu.org; Fri, 22 Apr 2016 11:50:30 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:41374) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1atdLd-00039R-Sq for qemu-devel@nongnu.org; Fri, 22 Apr 2016 11:50:25 -0400 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 6C0F825AA7 for ; Fri, 22 Apr 2016 11:50:25 -0400 (EDT) Date: Fri, 22 Apr 2016 11:50:25 -0400 From: "Emilio G. Cota" Message-ID: <20160422155025.GA4065@flamenco> References: <1461107270-19234-1-git-send-email-cota@braap.org> <1461107270-19234-2-git-send-email-cota@braap.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH v3 01/11] compiler.h: add QEMU_ALIGNED() to enforce struct alignment List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers , MTTCG Devel , Alex =?iso-8859-1?Q?Benn=E9e?= , Paolo Bonzini , Peter Crosthwaite , Richard Henderson , Sergey Fedorov On Fri, Apr 22, 2016 at 10:35:42 +0100, Peter Maydell wrote: > On 20 April 2016 at 00:07, Emilio G. Cota wrote: > > +#define QEMU_ALIGNED(B) __attribute__((aligned(B))) > > A rather trivial thing, but if we have to respin this series > for some other reason could we use a different macro parameter > than 'B', please? I had to re-read the patch carefully before > I realised that (a) it wasn't "aligned(8)" and (b) it wasn't a > typo for "aligned(8)" either... Heh sure, will use X. Thanks, Emilio