From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44015) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkDOS-0005Ar-8Z for qemu-devel@nongnu.org; Wed, 05 Jun 2013 09:04:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UkDOM-0003kA-AE for qemu-devel@nongnu.org; Wed, 05 Jun 2013 09:04:48 -0400 Received: from mail-gg0-x236.google.com ([2607:f8b0:4002:c02::236]:59943) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkDOM-0003jv-5s for qemu-devel@nongnu.org; Wed, 05 Jun 2013 09:04:42 -0400 Received: by mail-gg0-f182.google.com with SMTP id q2so342001ggc.13 for ; Wed, 05 Jun 2013 06:04:41 -0700 (PDT) Sender: Richard Henderson Message-ID: <51AF3763.80708@twiddle.net> Date: Wed, 05 Jun 2013 06:04:35 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1369430452-27598-1-git-send-email-rth@twiddle.net> <1370397380.17798.73.camel@liguang.fnst.cn.fujitsu.com> <51AF33E8.4010704@twiddle.net> <51AF36D5.3030702@suse.de> In-Reply-To: <51AF36D5.3030702@suse.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 1/2] tcg-arm: Implement tcg_register_jit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= Cc: qemu-devel@nongnu.org, li guang On 06/05/2013 06:02 AM, Andreas Färber wrote: > So why can't you apply QEMU_PACKED to the whole struct? Because of the > contradicting void* alignment attribute of the first field? Actually, that might work. I'll give it a shot on x86_64 and change all of the uses if it does work. r~