From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=47228 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PFltv-0001FY-GO for qemu-devel@nongnu.org; Tue, 09 Nov 2010 05:58:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PFltn-0004qo-TL for qemu-devel@nongnu.org; Tue, 09 Nov 2010 05:58:07 -0500 Received: from mx1.redhat.com ([209.132.183.28]:55402) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PFltn-0004qW-Ks for qemu-devel@nongnu.org; Tue, 09 Nov 2010 05:57:59 -0500 Message-ID: <4CD92933.6060900@redhat.com> Date: Tue, 09 Nov 2010 11:57:55 +0100 From: Jes Sorensen MIME-Version: 1.0 References: <20101108035143.26532.81891.stgit@s20.home> In-Reply-To: <20101108035143.26532.81891.stgit@s20.home> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] pc: Fix e820 fw_cfg for big endian List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex Williamson Cc: blauwirbel@gmail.com, qemu-devel@nongnu.org On 11/08/10 04:57, Alex Williamson wrote: > Signed-off-by: Alex Williamson > --- > > Compile tested only. Only current user is kvm, no cross-arch users. > > hw/pc.c | 14 +++++++------- > 1 files changed, 7 insertions(+), 7 deletions(-) Patch looks fine to me, but are there any systems out there using e820 on big endian hardware? Jes