From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48970) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4TUr-0006Yp-Ix for qemu-devel@nongnu.org; Mon, 15 Jun 2015 08:28:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z4TUk-0005t9-1e for qemu-devel@nongnu.org; Mon, 15 Jun 2015 08:28:13 -0400 Received: from mail-la0-f44.google.com ([209.85.215.44]:34082) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4TUj-0005t2-R6 for qemu-devel@nongnu.org; Mon, 15 Jun 2015 08:28:05 -0400 Received: by labbc20 with SMTP id bc20so20460961lab.1 for ; Mon, 15 Jun 2015 05:28:05 -0700 (PDT) From: riku.voipio@linaro.org Date: Mon, 15 Jun 2015 15:20:44 +0300 Message-Id: Subject: [Qemu-devel] [PULL 0/6] linux-user patches for 2.4 softfreeze 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 0a2df857a7038c75379cc575de5d4be4c0ac629e: Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into staging (2015-06-12 15:39:05 +0100) are available in the git repository at: git://git.linaro.org/people/riku.voipio/qemu.git tags/pull-linux-user-20150615 for you to fetch changes up to d2897da1f1e97d684f80ff62d473c31b79bc643a: linux-user: fix the breakpoint inheritance in spawned threads (2015-06-15 11:36:59 +0300) ---------------------------------------------------------------- linux-user patches for 2.4 softfreeze ---------------------------------------------------------------- Alexander Graf (1): linux-user: Allocate thunk size dynamically Laurent Vivier (1): linux-user: ioctl() command type is int Peter Maydell (2): linux-user: Fix length handling in host_to_target_cmsg linux-user: use __get_user and __put_user in cmsg conversions Thierry Bultel (1): linux-user: fix the breakpoint inheritance in spawned threads Yongbok Kim (1): linux-user: Use abi_ulong for TARGET_ELF_PAGESTART include/exec/user/thunk.h | 4 +- linux-user/elfload.c | 3 +- linux-user/main.c | 4 +- linux-user/syscall.c | 110 +++++++++++++++++++++++++++++++++++----------- thunk.c | 16 +++++-- 5 files changed, 103 insertions(+), 34 deletions(-) -- 2.1.4