qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] qemu-ppc can't run static uClibc binaries.
@ 2010-02-11 11:20 Rob Landley
  2010-02-11 12:32 ` Alexander Graf
  0 siblings, 1 reply; 42+ messages in thread
From: Rob Landley @ 2010-02-11 11:20 UTC (permalink / raw)
  To: qemu-devel

Static binaries that run under the Linux kernel don't run under qemu-ppc.  For 
example, the prebuilt busybox binaries here:

  http://busybox.net/downloads/binaries/1.16.0/busybox-powerpc

Don't run under qemu-ppc, but runs just fine under qemu-system-ppc with the 
image at:

  http://impactlinux.com/fwl/downloads/binaries/system-image-powerpc.tar.bz2

The reason is that the "powerpc spec" that qemu was written to is for AIX, not 
for Linux, and thus the register layout qemu application emulation provides 
for powerpc doesn't match what the kernel is actually doing.

For dynamically linked executables, the dynamic linker reorganizes the 
register contents to match the AIX spec from IBM, but statically linked 
binaries get what the kernel provides directly.  Thus binaries statically 
linked against uClibc won't run under qemu-ppc, but run under qemu-system-ppc 
just fine.

I tracked down this problem in 2007:

  http://landley.net/notes-2007.html#28-03-2007

And reported it on the list at the time:

  http://lists.gnu.org/archive/html/qemu-devel/2007-03/msg00713.html
  http://lists.gnu.org/archive/html/qemu-devel/2007-03/msg00720.html
  http://lists.gnu.org/archive/html/qemu-devel/2007-04/msg00315.html

However, the then-maintainer of powerpc believed nobody else ever had the 
right to touch "her code":

  http://lists.gnu.org/archive/html/qemu-devel/2007-04/msg00198.html

And I was unable to convince her that insisting reality change to match a spec 
which wasn't even for the right platform was not a useful approach.  Thus the 
binary in the first link still won't run under qemu-ppc three years later, 
despite running fine under a real Linux kernel.

Rob
-- 
Latency is more important than throughput. It's that simple. - Linus Torvalds

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

end of thread, other threads:[~2010-02-28 21:05 UTC | newest]

Thread overview: 42+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-11 11:20 [Qemu-devel] qemu-ppc can't run static uClibc binaries Rob Landley
2010-02-11 12:32 ` Alexander Graf
2010-02-14  8:36   ` Rob Landley
2010-02-14 14:41     ` Alexander Graf
2010-02-15 11:10       ` Rob Landley
2010-02-15 11:19         ` Alexander Graf
2010-02-15 12:58           ` Rob Landley
2010-02-15 13:01             ` Alexander Graf
2010-02-16 18:31               ` Rob Landley
2010-02-16 18:36                 ` Alexander Graf
2010-02-16 19:14                   ` Rob Landley
2010-02-15 13:08             ` [Qemu-devel] " Michael S. Tsirkin
2010-02-16  0:52               ` Rob Landley
2010-02-16  9:31                 ` Alexander Graf
2010-02-16 18:14                   ` Rob Landley
2010-02-17  9:24                     ` Artyom Tarasenko
2010-02-17 15:45                       ` Paolo Bonzini
2010-02-17 18:55                         ` Rob Landley
2010-02-17 20:46                           ` Blue Swirl
2010-02-18 11:38                             ` Artyom Tarasenko
2010-02-18 13:17                               ` Rob Landley
2010-02-18 14:10                                 ` Artyom Tarasenko
2010-02-18 13:05                             ` Rob Landley
2010-02-18 11:21                           ` Artyom Tarasenko
2010-02-18 13:14                             ` Rob Landley
2010-02-18 14:19                               ` Artyom Tarasenko
2010-02-20 17:17                             ` [Qemu-devel] Fun with sparc (was Re: qemu-ppc can't run static uClibc binaries.) Rob Landley
2010-02-20 17:34                               ` [Qemu-devel] " Blue Swirl
2010-02-20 18:38                                 ` Rob Landley
2010-02-20 21:59                                   ` Blue Swirl
2010-02-20 23:12                                     ` Rob Landley
2010-02-21 16:25                                       ` [Qemu-devel] Commit 085219f79cad broke Sparc-32 back in 2.6.28 Rob Landley
2010-02-21 23:57                                         ` [Qemu-devel] " David Miller
2010-02-22  0:28                                           ` Bartlomiej Zolnierkiewicz
2010-02-22  2:03                                             ` Rob Landley
2010-02-22  2:06                                         ` David Miller
2010-02-20 21:59                                   ` [Qemu-devel] Re: Fun with sparc (was Re: qemu-ppc can't run static uClibc binaries.) Artyom Tarasenko
2010-02-20 21:39                                 ` Artyom Tarasenko
2010-02-20 22:03                                   ` Blue Swirl
2010-02-17 16:36                       ` [Qemu-devel] Re: qemu-ppc can't run static uClibc binaries Rob Landley
2010-02-16  8:21           ` [Qemu-devel] " Stuart Brady
2010-02-28 21:05             ` Aurelien Jarno

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