All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] Latest CVS build of qemu-system-ppc not boot debian_lenny_powerpc_small.qcow
@ 2010-03-07  3:07 tielian
  2010-03-08 11:38 ` Aurelien Jarno
  0 siblings, 1 reply; 4+ messages in thread
From: tielian @ 2010-03-07  3:07 UTC (permalink / raw)
  To: qemu-devel

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

qemu-system-ppc -hda debian_lenny_powerpc_small.qcow 
qemu: fatal: Trying to execute code outside RAM or ROM at 0x00000000

NIP 00000000   LR 00000000 CTR 00000000 XER 00000000
MSR 00000000 HID0 00000300  HF 00000000 idx 0
Segmentation fault

uname -a
Linux debian 2.6.32-2-amd64 #1 SMP Fri Feb 12 00:01:47 UTC 2010 x86_64 GNU/Linux





[-- Attachment #2: Type: text/html, Size: 478 bytes --]

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

* Re: [Qemu-devel] Latest CVS build of qemu-system-ppc not boot debian_lenny_powerpc_small.qcow
  2010-03-07  3:07 [Qemu-devel] Latest CVS build of qemu-system-ppc not boot debian_lenny_powerpc_small.qcow tielian
@ 2010-03-08 11:38 ` Aurelien Jarno
  2010-03-09  6:23   ` Amit Shah
  0 siblings, 1 reply; 4+ messages in thread
From: Aurelien Jarno @ 2010-03-08 11:38 UTC (permalink / raw)
  To: tielian; +Cc: qemu-devel

On Sun, Mar 07, 2010 at 11:07:40AM +0800, tielian wrote:
> qemu-system-ppc -hda debian_lenny_powerpc_small.qcow 
> qemu: fatal: Trying to execute code outside RAM or ROM at 0x00000000
> 
> NIP 00000000   LR 00000000 CTR 00000000 XER 00000000
> MSR 00000000 HID0 00000300  HF 00000000 idx 0
> Segmentation fault
> 

It has been broken by the following patch:

commit 977b6b91cee1132f8c7b12d22f4b273091598e44
Author: Amit Shah <amit.shah@redhat.com>
Date:   Thu Feb 25 19:26:11 2010 +0530

    ppc440_bamboo: Add 0.12 and 0.13 machine types for backward compat

    Add a 0.12 machine type for compatibility with older versions. Mark the
    default one as 0.13.

    Signed-off-by: Amit Shah <amit.shah@redhat.com>
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>

This patch change the default PPC machine to bamboo, while it was 
previously g3beige. I haven't noticed the problem, as my test script
sets the machine with the -M argument.

I have just pushed a patch to HEAD to fix the problem.

-- 
Aurelien Jarno	                        GPG: 1024D/F1BCDB73
aurelien@aurel32.net                 http://www.aurel32.net

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

* Re: [Qemu-devel] Latest CVS build of qemu-system-ppc not boot debian_lenny_powerpc_small.qcow
  2010-03-08 11:38 ` Aurelien Jarno
@ 2010-03-09  6:23   ` Amit Shah
  2010-03-09 14:36     ` Aurelien Jarno
  0 siblings, 1 reply; 4+ messages in thread
From: Amit Shah @ 2010-03-09  6:23 UTC (permalink / raw)
  To: Aurelien Jarno; +Cc: tielian, qemu-devel

On (Mon) Mar 08 2010 [12:38:37], Aurelien Jarno wrote:
> On Sun, Mar 07, 2010 at 11:07:40AM +0800, tielian wrote:
> > qemu-system-ppc -hda debian_lenny_powerpc_small.qcow 
> > qemu: fatal: Trying to execute code outside RAM or ROM at 0x00000000
> > 
> > NIP 00000000   LR 00000000 CTR 00000000 XER 00000000
> > MSR 00000000 HID0 00000300  HF 00000000 idx 0
> > Segmentation fault
> > 
> 
> It has been broken by the following patch:
> 
> commit 977b6b91cee1132f8c7b12d22f4b273091598e44
> Author: Amit Shah <amit.shah@redhat.com>
> Date:   Thu Feb 25 19:26:11 2010 +0530
> 
>     ppc440_bamboo: Add 0.12 and 0.13 machine types for backward compat
> 
>     Add a 0.12 machine type for compatibility with older versions. Mark the
>     default one as 0.13.
> 
>     Signed-off-by: Amit Shah <amit.shah@redhat.com>
>     Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
> 
> This patch change the default PPC machine to bamboo, while it was 
> previously g3beige. I haven't noticed the problem, as my test script
> sets the machine with the -M argument.

BTW, as in the s390 case, does this patch make sense for powerpc? If no
one uses such a thing, those two patches should be reverted..

		Amit

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

* Re: [Qemu-devel] Latest CVS build of qemu-system-ppc not boot debian_lenny_powerpc_small.qcow
  2010-03-09  6:23   ` Amit Shah
@ 2010-03-09 14:36     ` Aurelien Jarno
  0 siblings, 0 replies; 4+ messages in thread
From: Aurelien Jarno @ 2010-03-09 14:36 UTC (permalink / raw)
  To: Amit Shah; +Cc: tielian, qemu-devel

On Tue, Mar 09, 2010 at 11:53:54AM +0530, Amit Shah wrote:
> On (Mon) Mar 08 2010 [12:38:37], Aurelien Jarno wrote:
> > On Sun, Mar 07, 2010 at 11:07:40AM +0800, tielian wrote:
> > > qemu-system-ppc -hda debian_lenny_powerpc_small.qcow 
> > > qemu: fatal: Trying to execute code outside RAM or ROM at 0x00000000
> > > 
> > > NIP 00000000   LR 00000000 CTR 00000000 XER 00000000
> > > MSR 00000000 HID0 00000300  HF 00000000 idx 0
> > > Segmentation fault
> > > 
> > 
> > It has been broken by the following patch:
> > 
> > commit 977b6b91cee1132f8c7b12d22f4b273091598e44
> > Author: Amit Shah <amit.shah@redhat.com>
> > Date:   Thu Feb 25 19:26:11 2010 +0530
> > 
> >     ppc440_bamboo: Add 0.12 and 0.13 machine types for backward compat
> > 
> >     Add a 0.12 machine type for compatibility with older versions. Mark the
> >     default one as 0.13.
> > 
> >     Signed-off-by: Amit Shah <amit.shah@redhat.com>
> >     Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
> > 
> > This patch change the default PPC machine to bamboo, while it was 
> > previously g3beige. I haven't noticed the problem, as my test script
> > sets the machine with the -M argument.
> 
> BTW, as in the s390 case, does this patch make sense for powerpc? If no
> one uses such a thing, those two patches should be reverted..
> 

Given that the bamboo board is present since version 0.10.0, I think it
make sense.

-- 
Aurelien Jarno	                        GPG: 1024D/F1BCDB73
aurelien@aurel32.net                 http://www.aurel32.net

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

end of thread, other threads:[~2010-03-09 14:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-07  3:07 [Qemu-devel] Latest CVS build of qemu-system-ppc not boot debian_lenny_powerpc_small.qcow tielian
2010-03-08 11:38 ` Aurelien Jarno
2010-03-09  6:23   ` Amit Shah
2010-03-09 14:36     ` Aurelien Jarno

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.