Re: [Qemu-devel] [RFC, PATCH] Support for loading 32 bit ELF files for 64 bit linux-user

2007-10-07 Thread J. Mayer
On Sun, 2007-10-07 at 15:45 +0300, Blue Swirl wrote: Hi, Hi, This patch adds support for loading a 32 bit ELF file in the 64 bit user mode emulator. This means that qemu-sparc64 can be used to execute 32 bit ELF files containing V9 instructions (SPARC32PLUS). This format is used by

Re: [Qemu-devel] [RFC, PATCH] Support for loading 32 bit ELF files for 64 bit linux-user

2007-10-07 Thread Blue Swirl
On 10/7/07, J. Mayer [EMAIL PROTECTED] wrote: On Sun, 2007-10-07 at 15:45 +0300, Blue Swirl wrote: Hi, Hi, This patch adds support for loading a 32 bit ELF file in the 64 bit user mode emulator. This means that qemu-sparc64 can be used to execute 32 bit ELF files containing V9

Re: [Qemu-devel] [RFC, PATCH] Support for loading 32 bit ELF files for 64 bit linux-user

2007-10-07 Thread J. Mayer
On Sun, 2007-10-07 at 17:38 +0300, Blue Swirl wrote: On 10/7/07, J. Mayer [EMAIL PROTECTED] wrote: On Sun, 2007-10-07 at 15:45 +0300, Blue Swirl wrote: Hi, Hi, This patch adds support for loading a 32 bit ELF file in the 64 bit user mode emulator. This means that qemu-sparc64 can

Re: [Qemu-devel] [RFC, PATCH] Support for loading 32 bit ELF files for 64 bit linux-user

2007-10-07 Thread Blue Swirl
On 10/7/07, J. Mayer [EMAIL PROTECTED] wrote: On Sun, 2007-10-07 at 17:38 +0300, Blue Swirl wrote: On 10/7/07, J. Mayer [EMAIL PROTECTED] wrote: On Sun, 2007-10-07 at 15:45 +0300, Blue Swirl wrote: Hi, Hi, This patch adds support for loading a 32 bit ELF file in the 64 bit

Re: [Qemu-devel] [RFC, PATCH] Support for loading 32 bit ELF files for 64 bit linux-user

2007-10-07 Thread J. Mayer
On Sun, 2007-10-07 at 18:15 +0300, Blue Swirl wrote: On 10/7/07, J. Mayer [EMAIL PROTECTED] wrote: On Sun, 2007-10-07 at 17:38 +0300, Blue Swirl wrote: On 10/7/07, J. Mayer [EMAIL PROTECTED] wrote: On Sun, 2007-10-07 at 15:45 +0300, Blue Swirl wrote: Hi, Hi, This

Re: [Qemu-devel] [RFC, PATCH] Support for loading 32 bit ELF files for 64 bit linux-user

2007-10-07 Thread Thiemo Seufer
Blue Swirl wrote: [snip] Index: qemu/linux-user/qemu.h === --- qemu.orig/linux-user/qemu.h 2007-10-07 10:50:05.0 + +++ qemu/linux-user/qemu.h2007-10-07 10:51:09.0 + @@ -33,6 +33,7 @@