From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:55346) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJ6pi-0002aK-UE for qemu-devel@nongnu.org; Wed, 26 Oct 2011 13:00:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJ6pe-0007kV-D8 for qemu-devel@nongnu.org; Wed, 26 Oct 2011 13:00:06 -0400 Received: from mail-ww0-f53.google.com ([74.125.82.53]:64434) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJ6pe-0007kM-8U for qemu-devel@nongnu.org; Wed, 26 Oct 2011 13:00:02 -0400 Received: by wwi36 with SMTP id 36so2527072wwi.10 for ; Wed, 26 Oct 2011 10:00:01 -0700 (PDT) Sender: Richard Henderson From: Richard Henderson Date: Wed, 26 Oct 2011 09:59:16 -0700 Message-Id: <1319648358-18812-1-git-send-email-rth@twiddle.net> Subject: [Qemu-devel] [PATCH 0/2] Fix ppc64-linux-user List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: riku.voipio@iki.fi, agraf@suse.de 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