* [Qemu-devel] [PATCH] target-arm: Fix typo
@ 2011-10-02 16:35 Andreas Färber
2011-10-02 20:53 ` Peter Maydell
2011-10-05 8:22 ` [Qemu-devel] [Qemu-trivial] " Stefan Hajnoczi
0 siblings, 2 replies; 3+ messages in thread
From: Andreas Färber @ 2011-10-02 16:35 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-trivial, Andreas Färber, Paul Brook
The command line option is called -kernel, not -kenrel.
Cc: Paul Brook <paul@codesourcery.com>
Signed-off-by: Andreas Färber <andreas.faerber@web.de>
---
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 cc1a3d2..2273492 100644
--- a/target-arm/helper.c
+++ b/target-arm/helper.c
@@ -345,7 +345,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.3.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH] target-arm: Fix typo
2011-10-02 16:35 [Qemu-devel] [PATCH] target-arm: Fix typo Andreas Färber
@ 2011-10-02 20:53 ` Peter Maydell
2011-10-05 8:22 ` [Qemu-devel] [Qemu-trivial] " Stefan Hajnoczi
1 sibling, 0 replies; 3+ messages in thread
From: Peter Maydell @ 2011-10-02 20:53 UTC (permalink / raw)
To: Andreas Färber; +Cc: qemu-trivial, qemu-devel, Paul Brook
On 2 October 2011 17:35, Andreas Färber <andreas.faerber@web.de> wrote:
> The command line option is called -kernel, not -kenrel.
>
> Cc: Paul Brook <paul@codesourcery.com>
> Signed-off-by: Andreas Färber <andreas.faerber@web.de>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
-- PMM
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [Qemu-trivial] [PATCH] target-arm: Fix typo
2011-10-02 16:35 [Qemu-devel] [PATCH] target-arm: Fix typo Andreas Färber
2011-10-02 20:53 ` Peter Maydell
@ 2011-10-05 8:22 ` Stefan Hajnoczi
1 sibling, 0 replies; 3+ messages in thread
From: Stefan Hajnoczi @ 2011-10-05 8:22 UTC (permalink / raw)
To: Andreas Färber; +Cc: qemu-trivial, qemu-devel, Paul Brook
On Sun, Oct 02, 2011 at 06:35:48PM +0200, Andreas Färber wrote:
> The command line option is called -kernel, not -kenrel.
>
> Cc: Paul Brook <paul@codesourcery.com>
> Signed-off-by: Andreas Färber <andreas.faerber@web.de>
> ---
> target-arm/helper.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
Thanks, applied to the trivial patches tree:
http://repo.or.cz/w/qemu/stefanha.git/shortlog/refs/heads/trivial-patches
Stefan
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-10-05 8:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-02 16:35 [Qemu-devel] [PATCH] target-arm: Fix typo Andreas Färber
2011-10-02 20:53 ` Peter Maydell
2011-10-05 8:22 ` [Qemu-devel] [Qemu-trivial] " Stefan Hajnoczi
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).