From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49429) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WG4V9-00076s-4A for qemu-devel@nongnu.org; Wed, 19 Feb 2014 05:35:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WG4V2-0007CT-S2 for qemu-devel@nongnu.org; Wed, 19 Feb 2014 05:35:38 -0500 Received: from afflict.kos.to ([92.243.29.197]:33831) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WG4V2-0007Al-9K for qemu-devel@nongnu.org; Wed, 19 Feb 2014 05:35:32 -0500 From: riku.voipio@linaro.org Date: Wed, 19 Feb 2014 12:35:23 +0200 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 0/6] linux-user updates List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Riku Voipio From: Riku Voipio The following changes since commit 46eef33b89e936ca793e13c4aeea1414e97e8d= bb: Fix QEMU build on OpenBSD on x86 archs (2014-02-17 11:44:00 +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 69d4c703a549f0630793a67b16a8fc6bc14c8654: linux-user: Fix error handling in target_to_host_semarray() (2014-02-19= 12:29:23 +0200) Andreas F=C3=A4rber (1): linux-user: Implement BLKPG ioctl Peter Maydell (4): linux-user/elfload.c: Avoid calling g_free() on uninitialized data linux-user/signal.c: Don't pass sigaction uninitialised sa_flags linux-user: Fix error handling in lock_iovec() linux-user: Fix error handling in target_to_host_semarray() Riku Voipio (1): linux-user: sync syscall numbers upto 3.13 linux-user/alpha/syscall_nr.h | 7 +++++++ linux-user/arm/syscall_nr.h | 6 ++++++ linux-user/cris/syscall_nr.h | 1 + linux-user/elfload.c | 16 ++++++++++++---- linux-user/i386/syscall_nr.h | 6 ++++++ linux-user/ioctls.h | 1 + linux-user/m68k/syscall_nr.h | 5 +++++ linux-user/microblaze/syscall_nr.h | 7 ++++++- linux-user/mips/syscall_nr.h | 6 ++++++ linux-user/mips64/syscall_nr.h | 13 +++++++++++++ linux-user/openrisc/syscall_nr.h | 6 +++++- linux-user/ppc/syscall_nr.h | 6 ++++++ linux-user/s390x/syscall_nr.h | 7 ++++++- linux-user/sh4/syscall_nr.h | 6 ++++++ linux-user/signal.c | 1 + linux-user/sparc/syscall_nr.h | 7 +++++++ linux-user/sparc64/syscall_nr.h | 7 +++++++ linux-user/syscall.c | 20 ++++++++++++++------ linux-user/syscall_defs.h | 1 + linux-user/syscall_types.h | 13 +++++++++++++ linux-user/x86_64/syscall_nr.h | 7 +++++++ 21 files changed, 136 insertions(+), 13 deletions(-) --=20 1.8.1.2