From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=60595 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PbJIh-0008GM-DT for qemu-devel@nongnu.org; Fri, 07 Jan 2011 15:52:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PbJId-0007VH-E6 for qemu-devel@nongnu.org; Fri, 07 Jan 2011 15:52:43 -0500 Received: from afflict.kos.to ([92.243.29.197]:44844) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PbJId-0007Uc-87 for qemu-devel@nongnu.org; Fri, 07 Jan 2011 15:52:39 -0500 From: Riku Voipio Date: Fri, 7 Jan 2011 22:52:28 +0200 Message-Id: Subject: [Qemu-devel] [PATCH 0/7] linux-user fixes for pull List-Id: qemu-devel.nongnu.org 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 2a704b137f1acfbd972aa6e9f031c5015c7e28cb: cris: Avoid useless tmp in t_gen_cc_jmp() (2011-01-07 12:50:38 +0100) are available in the git repository at: git://gitorious.org/qemu-maemo/qemu.git linux-user-for-upstream Peter Maydell (5): linux-user: Implement sync_file_range{,2} syscalls linux-user: Support ioctls whose parameter size is not constant linux-user: Implement FS_IOC_FIEMAP ioctl softfloat: Implement floatx80_is_any_nan() and float128_is_any_nan() linux-user: Fix incorrect NaN detection in ARM nwfpe emulation Wolfgang Schildbach (2): Fix commandline handling for ARM semihosted executables Remove dead code for ARM semihosting commandline handling arm-semi.c | 79 ++++++++++++++--------- bsd-user/bsdload.c | 2 - bsd-user/qemu.h | 1 - configure | 18 +++++ fpu/softfloat.h | 11 +++ linux-user/arm/nwfpe/fpa11_cprt.c | 14 ++-- linux-user/ioctls.h | 4 + linux-user/linuxload.c | 2 - linux-user/qemu.h | 1 - linux-user/strace.list | 6 ++ linux-user/syscall.c | 129 ++++++++++++++++++++++++++++++++++++- linux-user/syscall_defs.h | 1 + linux-user/syscall_types.h | 16 +++++ 13 files changed, 238 insertions(+), 46 deletions(-)