From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48439) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBN9A-0002G7-9i for qemu-devel@nongnu.org; Wed, 05 Oct 2011 04:48:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RBN99-00037y-6W for qemu-devel@nongnu.org; Wed, 05 Oct 2011 04:48:12 -0400 Received: from mtagate1.uk.ibm.com ([194.196.100.161]:34946) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBN98-00037p-R8 for qemu-devel@nongnu.org; Wed, 05 Oct 2011 04:48:11 -0400 Received: from d06nrmr1707.portsmouth.uk.ibm.com (d06nrmr1707.portsmouth.uk.ibm.com [9.149.39.225]) by mtagate1.uk.ibm.com (8.13.1/8.13.1) with ESMTP id p958mAA1032294 for ; Wed, 5 Oct 2011 08:48:10 GMT Received: from d06av04.portsmouth.uk.ibm.com (d06av04.portsmouth.uk.ibm.com [9.149.37.216]) by d06nrmr1707.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p958m9mj2150458 for ; Wed, 5 Oct 2011 09:48:09 +0100 Received: from d06av04.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av04.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p958m9mQ019410 for ; Wed, 5 Oct 2011 02:48:09 -0600 From: Stefan Hajnoczi Date: Wed, 5 Oct 2011 09:47:57 +0100 Message-Id: <1317804479-5876-6-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1317804479-5876-1-git-send-email-stefanha@linux.vnet.ibm.com> References: <1317804479-5876-1-git-send-email-stefanha@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH 5/7] target-arm: Fix typo List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori , =?UTF-8?q?Andreas=20F=C3=A4rber?= , Stefan Hajnoczi , Paul Brook From: Andreas F=C3=A4rber The command line option is called -kernel, not -kenrel. Cc: Paul Brook Reviewed-by: Peter Maydell Signed-off-by: Andreas F=C3=A4rber Signed-off-by: Stefan Hajnoczi --- target-arm/helper.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/target-arm/helper.c b/target-arm/helper.c index d3a3ba2..e2428eb 100644 --- a/target-arm/helper.c +++ b/target-arm/helper.c @@ -298,7 +298,7 @@ void cpu_reset(CPUARMState *env) if (rom) { /* We should really use ldl_phys here, in case the guest modified flash and reset itself. However images - loaded via -kenrel have not been copied yet, so load the + loaded via -kernel have not been copied yet, so load the values directly from there. */ env->regs[13] =3D ldl_p(rom); pc =3D ldl_p(rom + 4); --=20 1.7.6.3