From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] vl on PPC ?
Date: Wed, 27 Aug 2003 09:05:36 +0200 [thread overview]
Message-ID: <1061967936.1290.40.camel@gaston> (raw)
In-Reply-To: <BB714784.195E%mguertin@macdiscussion.com>
On Tue, 2003-08-26 at 23:21, Mark Guertin wrote:
> Hi everyone
>
> Has anyone been able to run vl on PPC yet? I saw some reference to this on
> the mailing list archives, but I've been unable to boot any of the kernels
> Rusty provided with vl.
>
> I don't have the exact error at hand, but it IIRC it was something to do
> with memory locations.
>
> I do have qemu running beautifully under gcc 3.x on ppc and it has taken
> pretty much everything I've thrown at it in a full x86 glibc-2.3.1 + gcc
> 3.2.1 environment, but would love this 'virtual machine' setup to work.
Just a random guess:
In the host PPC kernel, try editing include/asm/processor.hi
-#define TASK_SIZE (0x80000000UL)
+#define TASK_SIZE (0xc0000000UL)
And let me know if that helps
Ben.
next prev parent reply other threads:[~2003-08-27 9:29 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-08-26 21:21 [Qemu-devel] vl on PPC ? Mark Guertin
2003-08-27 7:05 ` Benjamin Herrenschmidt [this message]
2003-08-27 18:07 ` Mark Guertin
2003-08-31 17:23 ` Mark Guertin
2003-08-31 18:28 ` Benjamin Herrenschmidt
2003-08-27 7:44 ` Benjamin Herrenschmidt
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=1061967936.1290.40.camel@gaston \
--to=benh@kernel.crashing.org \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.