qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Blue Swirl" <blauwirbel@gmail.com>
To: qemu-devel@nongnu.org, jason.height@gmail.com
Subject: Re: [Qemu-devel] SunOS Testing on latest SVN snapshot
Date: Thu, 19 Apr 2007 17:24:31 +0300	[thread overview]
Message-ID: <f43fc5580704190724la187aacne8f43d0ba8023909@mail.gmail.com> (raw)
In-Reply-To: <aba242eb0704181734n725bf7d2xd3b286c805d94749@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 983 bytes --]

On 4/19/07, Jason Height <jason.height@gmail.com> wrote:
> Inspired by Blue Swirl's statement in an earlier email that SunOS testing
> can now commence against the latest SVN snapshot, i thought that i may
> finally be able to contribute.
>
> I have available:
>
> Solaris 1.0.1 (SunOS 4.1.4)
> Solaris 2.4
> Solaris 2.5
> Solaris 6.5 (SPARC)
> Solaris 7.0 (SPARC)
> Solaris 8.0 (SPARC)

Nice selection, thanks for testing!

> I think that all should run on a Sparstation 10, certainly up to Solaris
> 7.0.
>
> However when i try to boot from the installation media to install, it would
> appear that Qemu/openbios cannot find the bootable portion of the media.

This may be related to the change that disabled the buggy interpose
operation to improve SunOS support. Unfortunately fixing the interpose
bugs is beyond my Forth skills.

> Is there some tests/changes that i can make to assist in getting this to
> work.

Can you try if the attached patch to OpenBIOS changes anything?

[-- Attachment #2: enable-interpose.diff --]
[-- Type: text/x-patch, Size: 529 bytes --]

Index: openbios-quilt/drivers/esp.c
===================================================================
--- openbios-quilt.orig/drivers/esp.c	2007-04-19 14:16:45.000000000 +0000
+++ openbios-quilt/drivers/esp.c	2007-04-19 14:17:18.000000000 +0000
@@ -285,7 +285,7 @@
 
     selfword("open-deblocker");
 
-#if WHEN_INTERPOSE_IS_FIXED
+#if 1
     // Buggy implementation of "interpose" breaks SunOS 4.
     // inst2pkg of the device returned by open() should return
     // the same phandle regardless of whether any interposition

  reply	other threads:[~2007-04-19 14:29 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-19  0:34 [Qemu-devel] SunOS Testing on latest SVN snapshot Jason Height
2007-04-19 14:24 ` Blue Swirl [this message]
2007-04-23  1:27   ` JmH
2007-04-23 17:51     ` Blue Swirl
2007-04-23 18:34       ` Jonathan Kalbfeld
2007-04-23 18:42         ` Blue Swirl
2007-04-24  0:53       ` JmH

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=f43fc5580704190724la187aacne8f43d0ba8023909@mail.gmail.com \
    --to=blauwirbel@gmail.com \
    --cc=jason.height@gmail.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).