qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 942299] [NEW] Regression in booting HelenOS/ppc under Qemu
@ 2012-02-27 22:58 Jakub Jermar
  2012-02-27 23:06 ` [Qemu-devel] [Bug 942299] " Jakub Jermar
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Jakub Jermar @ 2012-02-27 22:58 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

Mark Cave-Ayland identified Qemu commit
41557447d30eeb944e42069513df13585f5e6c7f as the first bad commit which
prevents HelenOS/ppc from booting with OpenBIOS taken from Qemu 0.11.1.
Note that we deliberately use the OpenBIOS from  Qemu 0.11.1 because
there is another suspected, unrelated bug in newer versions of OpenBIOS.

For reproducing purposes, the following HelenOS image can be used
(latest HelenOS exhibits the same behavior):

http://www.helenos.org/releases/HelenOS-0.4.2-ppc32.iso

Commit 41557447d30eeb944e42069513df13585f5e6c7f will result in HelenOS
not making any further progress after it prints "init: Spawning
/srv/devfs".

The previous commit, f844c817d726cd2bdb431aa41c8217891ede2eaf, works
fine - HelenOS will spawn a couple of shell instances and will be
accepting user input.

** Affects: helenos
     Importance: Unknown
         Status: Unknown

** Affects: qemu
     Importance: Undecided
         Status: New


** Tags: helenos ppc

** Bug watch added: trac.helenos.org/ #407
   http://trac.helenos.org/ticket/407

** Also affects: helenos via
   http://trac.helenos.org/ticket/407
   Importance: Unknown
       Status: Unknown

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/942299

Title:
  Regression in booting HelenOS/ppc under Qemu

Status in Home for various HelenOS development branches:
  Unknown
Status in QEMU:
  New

Bug description:
  Mark Cave-Ayland identified Qemu commit
  41557447d30eeb944e42069513df13585f5e6c7f as the first bad commit which
  prevents HelenOS/ppc from booting with OpenBIOS taken from Qemu
  0.11.1.  Note that we deliberately use the OpenBIOS from  Qemu 0.11.1
  because there is another suspected, unrelated bug in newer versions of
  OpenBIOS.

  For reproducing purposes, the following HelenOS image can be used
  (latest HelenOS exhibits the same behavior):

  http://www.helenos.org/releases/HelenOS-0.4.2-ppc32.iso

  Commit 41557447d30eeb944e42069513df13585f5e6c7f will result in HelenOS
  not making any further progress after it prints "init: Spawning
  /srv/devfs".

  The previous commit, f844c817d726cd2bdb431aa41c8217891ede2eaf, works
  fine - HelenOS will spawn a couple of shell instances and will be
  accepting user input.

To manage notifications about this bug go to:
https://bugs.launchpad.net/helenos/+bug/942299/+subscriptions

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Qemu-devel] [Bug 942299] Re: Regression in booting HelenOS/ppc under Qemu
  2012-02-27 22:58 [Qemu-devel] [Bug 942299] [NEW] Regression in booting HelenOS/ppc under Qemu Jakub Jermar
@ 2012-02-27 23:06 ` Jakub Jermar
  2012-02-27 23:13 ` Bug Watch Updater
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Jakub Jermar @ 2012-02-27 23:06 UTC (permalink / raw)
  To: qemu-devel

How to reproduce:

1. make sure openbios-ppc from Qemu 0.11.1 is installed
2. $ qemu-system-ppc -cdrom HelenOS-0.4.2-ppc32.iso -boot d

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/942299

Title:
  Regression in booting HelenOS/ppc under Qemu

Status in Home for various HelenOS development branches:
  New
Status in QEMU:
  New

Bug description:
  Mark Cave-Ayland identified Qemu commit
  41557447d30eeb944e42069513df13585f5e6c7f as the first bad commit which
  prevents HelenOS/ppc from booting with OpenBIOS taken from Qemu
  0.11.1.  Note that we deliberately use the OpenBIOS from  Qemu 0.11.1
  because there is another suspected, unrelated bug in newer versions of
  OpenBIOS.

  For reproducing purposes, the following HelenOS image can be used
  (latest HelenOS exhibits the same behavior):

  http://www.helenos.org/releases/HelenOS-0.4.2-ppc32.iso

  Commit 41557447d30eeb944e42069513df13585f5e6c7f will result in HelenOS
  not making any further progress after it prints "init: Spawning
  /srv/devfs".

  The previous commit, f844c817d726cd2bdb431aa41c8217891ede2eaf, works
  fine - HelenOS will spawn a couple of shell instances and will be
  accepting user input.

To manage notifications about this bug go to:
https://bugs.launchpad.net/helenos/+bug/942299/+subscriptions

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Qemu-devel] [Bug 942299] Re: Regression in booting HelenOS/ppc under Qemu
  2012-02-27 22:58 [Qemu-devel] [Bug 942299] [NEW] Regression in booting HelenOS/ppc under Qemu Jakub Jermar
  2012-02-27 23:06 ` [Qemu-devel] [Bug 942299] " Jakub Jermar
@ 2012-02-27 23:13 ` Bug Watch Updater
  2012-02-28 12:31 ` Artyom Tarasenko
  2014-01-28  1:29 ` Stewart Smith
  3 siblings, 0 replies; 5+ messages in thread
From: Bug Watch Updater @ 2012-02-27 23:13 UTC (permalink / raw)
  To: qemu-devel

** Changed in: helenos
       Status: Unknown => New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/942299

Title:
  Regression in booting HelenOS/ppc under Qemu

Status in Home for various HelenOS development branches:
  New
Status in QEMU:
  New

Bug description:
  Mark Cave-Ayland identified Qemu commit
  41557447d30eeb944e42069513df13585f5e6c7f as the first bad commit which
  prevents HelenOS/ppc from booting with OpenBIOS taken from Qemu
  0.11.1.  Note that we deliberately use the OpenBIOS from  Qemu 0.11.1
  because there is another suspected, unrelated bug in newer versions of
  OpenBIOS.

  For reproducing purposes, the following HelenOS image can be used
  (latest HelenOS exhibits the same behavior):

  http://www.helenos.org/releases/HelenOS-0.4.2-ppc32.iso

  Commit 41557447d30eeb944e42069513df13585f5e6c7f will result in HelenOS
  not making any further progress after it prints "init: Spawning
  /srv/devfs".

  The previous commit, f844c817d726cd2bdb431aa41c8217891ede2eaf, works
  fine - HelenOS will spawn a couple of shell instances and will be
  accepting user input.

To manage notifications about this bug go to:
https://bugs.launchpad.net/helenos/+bug/942299/+subscriptions

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Qemu-devel] [Bug 942299] Re: Regression in booting HelenOS/ppc under Qemu
  2012-02-27 22:58 [Qemu-devel] [Bug 942299] [NEW] Regression in booting HelenOS/ppc under Qemu Jakub Jermar
  2012-02-27 23:06 ` [Qemu-devel] [Bug 942299] " Jakub Jermar
  2012-02-27 23:13 ` Bug Watch Updater
@ 2012-02-28 12:31 ` Artyom Tarasenko
  2014-01-28  1:29 ` Stewart Smith
  3 siblings, 0 replies; 5+ messages in thread
From: Artyom Tarasenko @ 2012-02-28 12:31 UTC (permalink / raw)
  To: qemu-devel

Just for the reference,

commit 41557447d30eeb944e42069513df13585f5e6c7f
Author: Alexander Graf <agraf@suse.de>
Date:   Fri Sep 10 15:08:34 2010 +0000

    PPC: Redesign interrupt trigger path

    According to the Book3S spec, the interrupt context starts with an MSR
    value that is rather simple. If we leave out the HV case, it's almost
    always 0.

    To reflect this, let's redesign the way that MSR value gets calculated.
    Using this, we also squash the bug where MSR_POW can slip through into
    the interrupt handler MSR.

    Reported-by: Thomas Monjalon <thomas.monjalon@openwide.fr>
    Signed-off-by: Alexander Graf <agraf@suse.de>
    Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/942299

Title:
  Regression in booting HelenOS/ppc under Qemu

Status in Home for various HelenOS development branches:
  New
Status in QEMU:
  New

Bug description:
  Mark Cave-Ayland identified Qemu commit
  41557447d30eeb944e42069513df13585f5e6c7f as the first bad commit which
  prevents HelenOS/ppc from booting with OpenBIOS taken from Qemu
  0.11.1.  Note that we deliberately use the OpenBIOS from  Qemu 0.11.1
  because there is another suspected, unrelated bug in newer versions of
  OpenBIOS.

  For reproducing purposes, the following HelenOS image can be used
  (latest HelenOS exhibits the same behavior):

  http://www.helenos.org/releases/HelenOS-0.4.2-ppc32.iso

  Commit 41557447d30eeb944e42069513df13585f5e6c7f will result in HelenOS
  not making any further progress after it prints "init: Spawning
  /srv/devfs".

  The previous commit, f844c817d726cd2bdb431aa41c8217891ede2eaf, works
  fine - HelenOS will spawn a couple of shell instances and will be
  accepting user input.

To manage notifications about this bug go to:
https://bugs.launchpad.net/helenos/+bug/942299/+subscriptions

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Qemu-devel] [Bug 942299] Re: Regression in booting HelenOS/ppc under Qemu
  2012-02-27 22:58 [Qemu-devel] [Bug 942299] [NEW] Regression in booting HelenOS/ppc under Qemu Jakub Jermar
                   ` (2 preceding siblings ...)
  2012-02-28 12:31 ` Artyom Tarasenko
@ 2014-01-28  1:29 ` Stewart Smith
  3 siblings, 0 replies; 5+ messages in thread
From: Stewart Smith @ 2014-01-28  1:29 UTC (permalink / raw)
  To: qemu-devel

Works in current qemu trunk, setting Fix Released.

** Changed in: qemu
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/942299

Title:
  Regression in booting HelenOS/ppc under Qemu

Status in Home for various HelenOS development branches:
  Unknown
Status in QEMU:
  Fix Released

Bug description:
  Mark Cave-Ayland identified Qemu commit
  41557447d30eeb944e42069513df13585f5e6c7f as the first bad commit which
  prevents HelenOS/ppc from booting with OpenBIOS taken from Qemu
  0.11.1.  Note that we deliberately use the OpenBIOS from  Qemu 0.11.1
  because there is another suspected, unrelated bug in newer versions of
  OpenBIOS.

  For reproducing purposes, the following HelenOS image can be used
  (latest HelenOS exhibits the same behavior):

  http://www.helenos.org/releases/HelenOS-0.4.2-ppc32.iso

  Commit 41557447d30eeb944e42069513df13585f5e6c7f will result in HelenOS
  not making any further progress after it prints "init: Spawning
  /srv/devfs".

  The previous commit, f844c817d726cd2bdb431aa41c8217891ede2eaf, works
  fine - HelenOS will spawn a couple of shell instances and will be
  accepting user input.

To manage notifications about this bug go to:
https://bugs.launchpad.net/helenos/+bug/942299/+subscriptions

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-01-28  1:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-27 22:58 [Qemu-devel] [Bug 942299] [NEW] Regression in booting HelenOS/ppc under Qemu Jakub Jermar
2012-02-27 23:06 ` [Qemu-devel] [Bug 942299] " Jakub Jermar
2012-02-27 23:13 ` Bug Watch Updater
2012-02-28 12:31 ` Artyom Tarasenko
2014-01-28  1:29 ` Stewart Smith

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).