From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:38029) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJOfo-0002Xn-Uc for qemu-devel@nongnu.org; Thu, 27 Oct 2011 08:03:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJOfi-0003K6-Gb for qemu-devel@nongnu.org; Thu, 27 Oct 2011 08:03:04 -0400 Received: from afflict.kos.to ([92.243.29.197]:35221) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJOfi-0003Ja-8r for qemu-devel@nongnu.org; Thu, 27 Oct 2011 08:02:58 -0400 From: riku.voipio@linaro.org Date: Thu, 27 Oct 2011 15:02:46 +0300 Message-Id: Subject: [Qemu-devel] [PATCH 00/10] Linux-user patches for 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Riku Voipio From: Riku Voipio Fixes related linux-user qemu targetting 1.0. please ping If I have missed any. Patches are also available in the git repository at: git://git.linaro.org/people/rikuvoipio/qemu.git linux-user-for-upstream Alexander Graf (2): linux-user: fix openat linux-user: implement reboot syscall Matthias Braun (3): linux-user: fix TARGET_RLIM_INFINITY declaration linux-user: fix rlimit syscalls on sparc(64) linux-user: fix abi_(u)long, target_ulong mismatch Richard Henderson (5): sparc-linux-user: Handle SIGILL. sparc-linux-user: Fixup sending SIGSEGV sparc-linux-user: Add some missing syscall numbers 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 | 26 ++-- linux-user/qemu-types.h | 12 ++ linux-user/signal.c | 22 ++-- linux-user/sparc/syscall_nr.h | 3 + linux-user/strace.c | 4 +- linux-user/syscall.c | 272 ++++++++++++++++++++--------------------- linux-user/syscall_defs.h | 17 ++- linux-user/vm86.c | 4 +- 9 files changed, 193 insertions(+), 175 deletions(-) -- 1.7.5.4