Re: [Qemu-devel] Mips target '-kernel' option bug

2007-10-17 Thread Thiemo Seufer
J. Mayer wrote: > On Wed, 2007-10-17 at 22:06 +0300, Blue Swirl wrote: > > On 10/17/07, Jocelyn Mayer <[EMAIL PROTECTED]> wrote: > > > On Wed, 2007-10-17 at 14:51 +0100, Thiemo Seufer wrote: > > > > J. Mayer wrote: > > > > > I failed to run Mips target test image on my amd64 machine and I now > > >

Re: [Qemu-devel] Mips target '-kernel' option bug

2007-10-17 Thread J. Mayer
On Wed, 2007-10-17 at 22:06 +0300, Blue Swirl wrote: > On 10/17/07, Jocelyn Mayer <[EMAIL PROTECTED]> wrote: > > On Wed, 2007-10-17 at 14:51 +0100, Thiemo Seufer wrote: > > > J. Mayer wrote: > > > > I failed to run Mips target test image on my amd64 machine and I now > > > > found the reason of the

Re: [Qemu-devel] Mips target '-kernel' option bug

2007-10-17 Thread Blue Swirl
On 10/17/07, Jocelyn Mayer <[EMAIL PROTECTED]> wrote: > On Wed, 2007-10-17 at 14:51 +0100, Thiemo Seufer wrote: > > J. Mayer wrote: > > > I failed to run Mips target test image on my amd64 machine and I now > > > found the reason of the bug: > > > the kernel loader code used in hw/mips_r4k.c and hw

Re: [Qemu-devel] Mips target '-kernel' option bug

2007-10-17 Thread Thiemo Seufer
Jocelyn Mayer wrote: > On Wed, 2007-10-17 at 14:51 +0100, Thiemo Seufer wrote: > > J. Mayer wrote: > > > I failed to run Mips target test image on my amd64 machine and I now > > > found the reason of the bug: > > > the kernel loader code used in hw/mips_r4k.c and hw/mips_malta.c > > > implicitelly

Re: [Qemu-devel] Mips target '-kernel' option bug

2007-10-17 Thread Jocelyn Mayer
On Wed, 2007-10-17 at 14:51 +0100, Thiemo Seufer wrote: > J. Mayer wrote: > > I failed to run Mips target test image on my amd64 machine and I now > > found the reason of the bug: > > the kernel loader code used in hw/mips_r4k.c and hw/mips_malta.c > > implicitelly assumes that the ram_addr_t is 32

Re: [Qemu-devel] Mips target '-kernel' option bug

2007-10-17 Thread Thiemo Seufer
J. Mayer wrote: > I failed to run Mips target test image on my amd64 machine and I now > found the reason of the bug: > the kernel loader code used in hw/mips_r4k.c and hw/mips_malta.c > implicitelly assumes that the ram_addr_t is 32 bits long. > Unfortunatelly, on 64 bits hosts, this won't be the

[Qemu-devel] Mips target '-kernel' option bug

2007-10-16 Thread J. Mayer
I failed to run Mips target test image on my amd64 machine and I now found the reason of the bug: the kernel loader code used in hw/mips_r4k.c and hw/mips_malta.c implicitelly assumes that the ram_addr_t is 32 bits long. Unfortunatelly, on 64 bits hosts, this won't be the case and the kernel load a

[Qemu-devel] mips target

2006-06-12 Thread Alessandro Corradi
Hi, I need to start qemu with mips target, and I'm building a linux image for mips. But when I try: qemu-system-mips myimage.img I get this : mips_r4k_init: load BIOS '/usr/local/share/qemu/mips_bios.bin' size 131072 qemu: fatal: Trying to execute code outside RAM or ROM at 0xbfc2 pc=0xbfc200