From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=60599 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PHzO4-0008J8-Nw for qemu-devel@nongnu.org; Mon, 15 Nov 2010 08:46:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PHzO3-0004f4-QW for qemu-devel@nongnu.org; Mon, 15 Nov 2010 08:46:24 -0500 Received: from mx1.redhat.com ([209.132.183.28]:5528) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PHzO3-0004ez-IZ for qemu-devel@nongnu.org; Mon, 15 Nov 2010 08:46:23 -0500 Date: Mon, 15 Nov 2010 15:46:19 +0200 From: Gleb Natapov Message-ID: <20101115134619.GO7948@redhat.com> References: <1289749181-12070-1-git-send-email-gleb@redhat.com> <1289749181-12070-16-git-send-email-gleb@redhat.com> <20101115034033.GA1309@morn.localdomain> <20101115074008.GF7948@redhat.com> <20101115132635.GA14119@morn.localdomain> <20101115133625.GN7948@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20101115133625.GN7948@redhat.com> Subject: [Qemu-devel] Re: [PATCHv4 15/15] Pass boot device list to firmware. List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin O'Connor Cc: kvm@vger.kernel.org, mst@redhat.com, qemu-devel@nongnu.org, armbru@redhat.com, blauwirbel@gmail.com, alex.williamson@redhat.com On Mon, Nov 15, 2010 at 03:36:25PM +0200, Gleb Natapov wrote: > Hmm BTW I do not see proper endianness > handling in FILE_DIR. > That's just me. Everything it OK there with endianness. -- Gleb.