From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41928) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WMzEd-0002ot-4U for qemu-devel@nongnu.org; Mon, 10 Mar 2014 08:23:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WMzEU-00084D-W4 for qemu-devel@nongnu.org; Mon, 10 Mar 2014 08:23:11 -0400 Received: from afflict.kos.to ([92.243.29.197]:50033) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WMzEU-00083f-PG for qemu-devel@nongnu.org; Mon, 10 Mar 2014 08:23:02 -0400 From: riku.voipio@linaro.org Date: Mon, 10 Mar 2014 14:22:52 +0200 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 0/8] linux-user update for 2.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, Riku Voipio From: Riku Voipio The following changes since commit d844a7b6569fb2b5252773444b18841426e5b9= 06: modules: Fix building with --enable-modules (2014-02-28 12:30:13 +0000) are available in the git repository at: git://git.linaro.org/people/riku.voipio/qemu.git linux-user-for-upstrea= m for you to fetch changes up to cbc14e6f286169949105c10ec60c924e086521ad: linux-user: set minimum kernel version to 2.6.32 (2014-03-10 13:55:00 += 0200) Alexander Graf (1): linux-user: Implement sendmmsg syscall Andreas Schwab (1): linux-user: Don't use UID16 on AArch64 Michael Matz (1): linux-user: AArch64: Implement SA_RESTORER for signal handlers Petar Jovanovic (2): linux-user: translate signal number on return from sigtimedwait linux-user: correct handling of break exception for MIPS Peter Maydell (2): linux-user/signal.c: Fix AArch64 big-endian FP register restore linux-user: Fix getresuid, getresgid if !USE_UID16 Riku Voipio (1): linux-user: set minimum kernel version to 2.6.32 linux-user/alpha/syscall.h | 1 + linux-user/arm/syscall.h | 1 + linux-user/cris/syscall.h | 2 +- linux-user/i386/syscall.h | 1 + linux-user/m68k/syscall.h | 2 +- linux-user/main.c | 4 ++ linux-user/microblaze/syscall.h | 2 +- linux-user/mips/syscall.h | 1 + linux-user/mips64/syscall.h | 1 + linux-user/openrisc/syscall.h | 1 + linux-user/ppc/syscall.h | 1 + linux-user/s390x/syscall.h | 1 + linux-user/sh4/syscall.h | 1 + linux-user/signal.c | 26 ++++++--- linux-user/sparc/syscall.h | 1 + linux-user/sparc64/syscall.h | 1 + linux-user/syscall.c | 120 +++++++++++++++++++++++++++++++++-= ------ linux-user/syscall_defs.h | 7 ++- linux-user/unicore32/syscall.h | 1 + linux-user/x86_64/syscall.h | 1 + 20 files changed, 143 insertions(+), 33 deletions(-) --=20 1.8.1.2