qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Make the ELF loader aware of backwards compati


From: Blue Swirl
Subject: Re: [Qemu-devel] [PATCH] Make the ELF loader aware of backwards compatibility
Date: Fri, 13 Mar 2009 23:17:01 +0200

On 3/12/09, Alexander Graf <address@hidden> wrote:
>
>  On 28.02.2009, at 16:30, Blue Swirl wrote:
>
>
> > On 2/28/09, Alexander Graf <address@hidden> wrote:
> >
> > > Most 64 bit architectures I'm aware of support running 32 bit code
> > > of the same architecture as well.
> > >
> >
> > For Sparc64 this is only true for userland, kernel level code is not
> > compatible at all. Sparc64 kernel can run Sparc64 and Sparc32
> > binaries, but a Sparc32 kernel will crash on Sparc64.
> >
> >
> > >  /* Load a 32 bit BIOS also on 64 bit machines */
> > > -#if defined (TARGET_PPC64) && defined(CONFIG_USER_ONLY)
> > > +#if defined (TARGET_PPC64)
> > >  #define ELF_MACHINE     EM_PPC64
> > >  #else
> > >  #define ELF_MACHINE     EM_PPC
> > >
> >
> > The comment should be removed with the hack.
> >
>
>  I agree.
>
>  Any functional issues with this patch? -kernel for ppc64 still doesn't work
> with current SVN :-).

Thanks, applied.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]