From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:41865) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RKyoi-00026O-P5 for qemu-devel@nongnu.org; Mon, 31 Oct 2011 16:50:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RKyog-0007y2-PJ for qemu-devel@nongnu.org; Mon, 31 Oct 2011 16:50:48 -0400 Received: from e33.co.us.ibm.com ([32.97.110.151]:35923) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RKyog-0007xZ-GO for qemu-devel@nongnu.org; Mon, 31 Oct 2011 16:50:46 -0400 Received: from /spool/local by e33.co.us.ibm.com with XMail ESMTP for from ; Mon, 31 Oct 2011 14:50:37 -0600 Received: from d03av01.boulder.ibm.com (d03av01.boulder.ibm.com [9.17.195.167]) by d03relay03.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p9VKn3WW133256 for ; Mon, 31 Oct 2011 14:49:03 -0600 Received: from d03av01.boulder.ibm.com (loopback [127.0.0.1]) by d03av01.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p9VKn2Ph026313 for ; Mon, 31 Oct 2011 14:49:02 -0600 Message-ID: <4EAF09BC.1050609@us.ibm.com> Date: Mon, 31 Oct 2011 15:49:00 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <20111031192757.GA11442@afflict.kos.to> In-Reply-To: <20111031192757.GA11442@afflict.kos.to> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL] [PATCH 00/10] Linux-user patches for 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Riku Voipio Cc: qemu-devel@nongnu.org On 10/31/2011 02:27 PM, Riku Voipio wrote: > Fixes related linux-user qemu targetting 1.0 are available in > the git repository at: > > git://git.linaro.org/people/rikuvoipio/qemu.git linux-user-for-upstream Pulled. Thanks. Regards, Anthony Liguori > > 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(-) > > >