From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60875) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4kxD-0004DM-IQ for qemu-devel@nongnu.org; Tue, 16 Jun 2015 03:06:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z4kx9-0006mA-I8 for qemu-devel@nongnu.org; Tue, 16 Jun 2015 03:06:39 -0400 Received: from mail-la0-f42.google.com ([209.85.215.42]:36003) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4kx9-0006lV-Bc for qemu-devel@nongnu.org; Tue, 16 Jun 2015 03:06:35 -0400 Received: by lacny3 with SMTP id ny3so4782651lac.3 for ; Tue, 16 Jun 2015 00:06:34 -0700 (PDT) From: riku.voipio@linaro.org Date: Tue, 16 Jun 2015 10:06:26 +0300 Message-Id: Subject: [Qemu-devel] [PULL v2 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-20150616 for you to fetch changes up to 45c874ebbae661238bfa3c0534480ebe2940b112: linux-user: ioctl() command type is int (2015-06-16 09:37:17 +0300) ---------------------------------------------------------------- linux-user patches for 2.4 softfreeze second spin with ioctl patch refreshed ---------------------------------------------------------------- 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 | 108 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------- thunk.c | 16 +++++++++++---- 5 files changed, 102 insertions(+), 33 deletions(-) -- 2.1.4