From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44837) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TENBx-0001j5-5L for qemu-devel@nongnu.org; Wed, 19 Sep 2012 12:32:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TENBw-0008JN-2e for qemu-devel@nongnu.org; Wed, 19 Sep 2012 12:32:01 -0400 Received: from e06smtp18.uk.ibm.com ([195.75.94.114]:58833) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TENBv-0008IM-QV for qemu-devel@nongnu.org; Wed, 19 Sep 2012 12:32:00 -0400 Received: from /spool/local by e06smtp18.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 19 Sep 2012 17:31:57 +0100 Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [9.149.37.228]) by b06cxnps4075.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q8JGVlr245285558 for ; Wed, 19 Sep 2012 16:31:47 GMT Received: from d06av02.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av02.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q8JGVrjw010366 for ; Wed, 19 Sep 2012 10:31:53 -0600 Message-ID: <5059F378.1000709@de.ibm.com> Date: Wed, 19 Sep 2012 18:31:52 +0200 From: Christian Borntraeger MIME-Version: 1.0 References: <1348068578-24375-1-git-send-email-agraf@suse.de> In-Reply-To: <1348068578-24375-1-git-send-email-agraf@suse.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] s390x: fix -initrd in virtio machine List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: qemu-devel qemu-devel , Richard Henderson On 19/09/12 17:29, Alexander Graf wrote: > When using -initrd in the virtio machine, we need to indicate the initrd > start and size inside the kernel image. These parameters need to be stored > in native endianness. > > Signed-off-by: Alexander Graf Acked-by: Christian Borntraeger