qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Ben Taylor <sol10x86@cox.net>
To: Paul Brook <paul@codesourcery.com>, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] work needed to get solaris to boot under qemu-system-sparc
Date: Thu, 25 May 2006 9:49:32 -0400	[thread overview]
Message-ID: <1890258.1148564972423.JavaMail.root@eastrmwml06.mgt.cox.net> (raw)


---- Paul Brook <paul@codesourcery.com> wrote: 
> On Thursday 25 May 2006 14:16, Ben Taylor wrote:
> > The question came up a little while back about getting Solaris (Sparc) to
> > boot in qemu under qemu-system-sparc.
> >
> > I did a little work yesterday to find out that the boot process in
> > hw/sun4m.c is really kind of hard wired for a linux boot.   If there is no
> > kernel or initrd, it drops right through. In reality, if those variables
> > aren't set, and the boot device is cdrom, shouldn't there be some code to
> > load the boot block in slice 3 of the cd/dvd?  At worst case, it seems that
> > we could probably extract the boot block and force qemu to load that with
> > the hope of getting a solaris/sparc on qemu started, since slice 1 of the
> > cd/dvd is the kernel and root directory structure.  Slice 0 is the install
> > media.
> >
> > Ideas?  I'm neck deep in the pool and have no idea where to start.
> 
> Real sun SPARC systems use an OpenFirmware (aka OpenBoot) based system.

Right.

> http://www.openbios.org/ indicates there is a qemu/sparc port in progress.

well, interestingly enough, trying to boot a Solaris 10U1 sparc cd with 
qemu-system-sparc (32-bit) comes up and says this hw is not supported.
So the boot block appears to be getting read.  

I tried configuring with --target-list=sparc64-softmmu, but got an error when I
tried to run it, saying:

 /tmp/qemu5/share/qemu/proll-sparc64.elf: No such file or directory
qemu: could not load prom '/tmp/qemu5/share/qemu/proll-sparc64.bin'

attempting to copy the proll.elf to proll-sparc64.elf ended up in a core dump
with this message to start:

 fatal: Trap 0x0010 while trap level is MAXTL, Error state

I wouldn't have thought that the proll would have needed to be 64-bit.
is this just a feature of the sparc64 code not getting too much exercise?

I'll try somore more tests with earlier versions of Solaris and the sparc32
module.

Ben

             reply	other threads:[~2006-05-25 13:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-25 13:49 Ben Taylor [this message]
2006-05-25 14:17 ` [Qemu-devel] work needed to get solaris to boot underqemu-system-sparc Blue Swirl
2006-05-25 17:33   ` Natalia Portillo
2006-05-25 17:48     ` [Qemu-devel] work needed to get solaris to bootunderqemu-system-sparc Blue Swirl
  -- strict thread matches above, loose matches on Subject: below --
2006-05-25 13:16 [Qemu-devel] work needed to get solaris to boot under qemu-system-sparc Ben Taylor
2006-05-25 13:27 ` Paul Brook

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=1890258.1148564972423.JavaMail.root@eastrmwml06.mgt.cox.net \
    --to=sol10x86@cox.net \
    --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).