From: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
To: qemu-devel@nongnu.org
Cc: "Anthony Liguori" <aliguori@us.ibm.com>,
"Andreas Färber" <andreas.faerber@web.de>,
"Stefan Hajnoczi" <stefanha@linux.vnet.ibm.com>,
"Paul Brook" <paul@codesourcery.com>
Subject: [Qemu-devel] [PATCH 5/7] target-arm: Fix typo
Date: Wed, 5 Oct 2011 09:47:57 +0100 [thread overview]
Message-ID: <1317804479-5876-6-git-send-email-stefanha@linux.vnet.ibm.com> (raw)
In-Reply-To: <1317804479-5876-1-git-send-email-stefanha@linux.vnet.ibm.com>
From: Andreas Färber <andreas.faerber@web.de>
The command line option is called -kernel, not -kenrel.
Cc: Paul Brook <paul@codesourcery.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Andreas Färber <andreas.faerber@web.de>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
---
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] = ldl_p(rom);
pc = ldl_p(rom + 4);
--
1.7.6.3
next prev parent reply other threads:[~2011-10-05 8:48 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-05 8:47 [Qemu-devel] [PULL 0/7] Trivial patches for September 22 to October 5 2011 Stefan Hajnoczi
2011-10-05 8:47 ` [Qemu-devel] [PATCH 1/7] makefile: extract tools-obj-y Stefan Hajnoczi
2011-10-05 8:47 ` [Qemu-devel] [PATCH 2/7] gt64xxx.c: fix length modifier in DPRINTF format string Stefan Hajnoczi
2011-10-05 8:47 ` [Qemu-devel] [PATCH 3/7] gt64xxx.c: remove reference to non-existing ISD_handle field Stefan Hajnoczi
2011-10-05 8:47 ` [Qemu-devel] [PATCH 4/7] lsi: Fix tag reference in debug print Stefan Hajnoczi
2011-10-05 8:47 ` Stefan Hajnoczi [this message]
2011-10-05 8:47 ` [Qemu-devel] [PATCH 6/7] Fix mismatching allocation and deallocation Stefan Hajnoczi
2011-10-05 8:47 ` [Qemu-devel] [PATCH 7/7] linux-user: Remove unused code Stefan Hajnoczi
2011-10-10 14:44 ` [Qemu-devel] [PULL 0/7] Trivial patches for September 22 to October 5 2011 Anthony Liguori
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1317804479-5876-6-git-send-email-stefanha@linux.vnet.ibm.com \
--to=stefanha@linux.vnet.ibm.com \
--cc=aliguori@us.ibm.com \
--cc=andreas.faerber@web.de \
--cc=paul@codesourcery.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).