From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH v2] pc: e820 qemu_cfg tables need to be packed Date: Fri, 15 Oct 2010 12:20:51 +0200 Message-ID: <201010151220.51942.arnd@arndb.de> References: <20101014183249.23510.29196.stgit@s20.home> <20101015040706.3828.71113.stgit@s20.home> Mime-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org, jes.sorensen@redhat.com, anthony@codemonkey.ws To: Alex Williamson Return-path: Received: from moutng.kundenserver.de ([212.227.126.171]:63851 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754331Ab0JOKUR (ORCPT ); Fri, 15 Oct 2010 06:20:17 -0400 In-Reply-To: <20101015040706.3828.71113.stgit@s20.home> Sender: kvm-owner@vger.kernel.org List-ID: On Friday 15 October 2010, Alex Williamson wrote: > We can't let the compiler define the alignment for qemu_cfg data. > > Signed-off-by: Alex Williamson > --- > > v2: Adjust alignment to help non-x86 hosts per Arnd's suggestion Ok, looks good now. Thanks! Arnd