From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40979) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1anlsc-00042c-Ck for qemu-devel@nongnu.org; Wed, 06 Apr 2016 07:44:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1anlsY-00018Z-Ab for qemu-devel@nongnu.org; Wed, 06 Apr 2016 07:44:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42928) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1anlsY-00018T-57 for qemu-devel@nongnu.org; Wed, 06 Apr 2016 07:44:10 -0400 References: <1459834253-8291-1-git-send-email-cota@braap.org> <1459834253-8291-3-git-send-email-cota@braap.org> <87shz0tdr3.fsf@fimbulvetr.bsc.es> <87d1q4rplz.fsf@fimbulvetr.bsc.es> <5703E85C.7040900@twiddle.net> <87twjfria7.fsf@fimbulvetr.bsc.es> <57040ED6.2050202@twiddle.net> <87egajq0kt.fsf@fimbulvetr.bsc.es> From: Paolo Bonzini Message-ID: <5704F683.7020206@redhat.com> Date: Wed, 6 Apr 2016 13:44:03 +0200 MIME-Version: 1.0 In-Reply-To: <87egajq0kt.fsf@fimbulvetr.bsc.es> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 02/10] compiler.h: add QEMU_CACHELINE + QEMU_ALIGN() + QEMU_CACHELINE_ALIGNED List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson , Peter Maydell , MTTCG Devel , Peter Crosthwaite , QEMU Developers , "Emilio G. Cota" , Sergey Fedorov , =?UTF-8?Q?Alex_Benn=c3=a9e?= On 05/04/2016 22:09, Llu=C3=ADs Vilanova wrote: > Ah. That's just an example. For cross-compilation you would use a diffe= rent > march argument (or none to use the default target sub-arch) and get the > parameter for the target processor. This should already be known by con= figure as > part of the arguments to select the cross-compiler and target architect= ure > (e.g., CC). I would just use 64, with special cases for PPC and s390... even for AArch64 128 seems a little wasteful. Paolo