From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54593) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQH5L-0007kT-CZ for qemu-devel@nongnu.org; Wed, 19 Mar 2014 10:03:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WQH5G-0005zG-CM for qemu-devel@nongnu.org; Wed, 19 Mar 2014 10:03:11 -0400 Received: from afflict.kos.to ([92.243.29.197]:54505) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQH5G-0005ux-4k for qemu-devel@nongnu.org; Wed, 19 Mar 2014 10:03:06 -0400 From: riku.voipio@linaro.org Date: Wed, 19 Mar 2014 16:02:55 +0200 Message-Id: Subject: [Qemu-devel] [PULL for-2.0 0/7] linux-user patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Riku Voipio , Anthony Liguori From: Riku Voipio The following changes since commit 6fffa26244737f8fd8641a21fee29bd6aa9fdff5: Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-03-15' into staging (2014-03-15 18:22:11 +0000) are available in the git repository at: git://git.linaro.org/people/riku.voipio/qemu.git linux-user-for-upstream for you to fetch changes up to e0eb210ec0c1cd262e3f642133ee93acdaf60aa0: linux-user: Implement capget, capset (2014-03-17 15:26:58 +0200) Alex Barcelo (1): signal: added a wrapper for sigprocmask function Andreas Schwab (1): linux-user: implement F_[GS]ETOWN_EX Peter Maydell (5): linux-user/signal.c: Correct error path for AArch64 do_rt_sigreturn linux-user: Don't return uninitialized value for atomic_barrier syscall linux-user: Don't reserve space for commpage for AArch64 linux-user: Don't allow guest to block SIGSEGV linux-user: Implement capget, capset linux-user/elfload.c | 5 +- linux-user/qemu.h | 2 + linux-user/signal.c | 120 ++++++++++++++++++++++++++++++++++--------- linux-user/syscall.c | 126 ++++++++++++++++++++++++++++++++++++++++++---- linux-user/syscall_defs.h | 18 +++++++ 5 files changed, 236 insertions(+), 35 deletions(-) -- 1.8.1.2