qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/2] Fix ppc64-linux-user


From: Richard Henderson
Subject: [Qemu-devel] [PATCH 0/2] Fix ppc64-linux-user
Date: Wed, 26 Oct 2011 09:59:16 -0700

At the moment, no ppc64-linux-user tests work at all.  With these
two patches, I can at least run the linux-user-test-0.3 binary
and a statically linked empty program (int main() { return 0; }).

Given that linux-user-test-0.3 is in fact busybox, this is rather
more comprehensive testing than it would otherwise sound.


r~


Richard Henderson (2):
  ppc64-linux-user: Properly interpret the entry function descriptor.
  ppc64-linux-user: Fix syscall return type.

 linux-user/elfload.c |    8 ++++----
 linux-user/main.c    |   13 +++----------
 2 files changed, 7 insertions(+), 14 deletions(-)

-- 
1.7.6.4




reply via email to

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