From: Nathan Froyd <froydnj@codesourcery.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [6254] Add v{add, sub}{s, u}{b, h, w}s instructions
Date: Thu, 8 Jan 2009 17:00:11 -0800 [thread overview]
Message-ID: <20090109010011.GQ28711@codesourcery.com> (raw)
In-Reply-To: <E1LL4AJ-0001co-QY@cvs.savannah.gnu.org>
On Thu, Jan 08, 2009 at 11:19:51PM +0000, Aurelien Jarno wrote:
> Add v{add, sub}{s, u}{b, h, w}s instructions
>
> Modified Paths:
> --------------
> trunk/hw/ppc_oldworld.c
>
> Modified: trunk/hw/ppc_oldworld.c
> ===================================================================
> --- trunk/hw/ppc_oldworld.c 2009-01-08 21:03:55 UTC (rev 6253)
> +++ trunk/hw/ppc_oldworld.c 2009-01-08 23:19:50 UTC (rev 6254)
> @@ -201,7 +201,7 @@
> if (linux_boot) {
> kernel_base = KERNEL_LOAD_ADDR;
> /* now we can load the kernel */
> - kernel_size = load_elf(kernel_filename, kernel_base - 0xc0000000ULL,
> + kernel_size = load_elf(kernel_filename, kernel_base - 0x00000000ULL,
> NULL, NULL, NULL);
> if (kernel_size < 0)
> kernel_size = load_aout(kernel_filename, kernel_base,
I don't think you meant to include this bit. :)
-Nathan
next prev parent reply other threads:[~2009-01-09 1:00 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-08 23:19 [Qemu-devel] [6254] Add v{add, sub}{s, u}{b, h, w}s instructions Aurelien Jarno
2009-01-09 1:00 ` Nathan Froyd [this message]
2009-01-09 6:48 ` Aurelien Jarno
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=20090109010011.GQ28711@codesourcery.com \
--to=froydnj@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).