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 From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=51692 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P6hOk-0006Ow-78 for qemu-devel@nongnu.org; Fri, 15 Oct 2010 06:20:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P6hOf-0003GP-Cf for qemu-devel@nongnu.org; Fri, 15 Oct 2010 06:20:26 -0400 Received: from moutng.kundenserver.de ([212.227.126.171]:50474) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P6hOf-0003Fy-1u for qemu-devel@nongnu.org; Fri, 15 Oct 2010 06:20:21 -0400 From: Arnd Bergmann Date: Fri, 15 Oct 2010 12:20:51 +0200 References: <20101014183249.23510.29196.stgit@s20.home> <20101015040706.3828.71113.stgit@s20.home> In-Reply-To: <20101015040706.3828.71113.stgit@s20.home> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201010151220.51942.arnd@arndb.de> Subject: [Qemu-devel] Re: [PATCH v2] pc: e820 qemu_cfg tables need to be packed List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex Williamson Cc: jes.sorensen@redhat.com, qemu-devel@nongnu.org, kvm@vger.kernel.org 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