From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41343) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XHCLU-0007cf-6s for qemu-devel@nongnu.org; Tue, 12 Aug 2014 09:42:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XHCLG-00018Q-Qs for qemu-devel@nongnu.org; Tue, 12 Aug 2014 09:42:36 -0400 Received: from afflict.kos.to ([92.243.29.197]:55485) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XHCLG-000180-KY for qemu-devel@nongnu.org; Tue, 12 Aug 2014 09:42:22 -0400 From: riku.voipio@linaro.org Date: Tue, 12 Aug 2014 16:42:10 +0300 Message-Id: Subject: [Qemu-devel] [PATCH 00/10] linux-user update List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Riku Voipio From: Riku Voipio The current contents of linux-user git tree at git://git.linaro.org/people/riku.voipio/qemu.git linux-user-for-upstream For testing and review. I'm still need to test some (especially my) patches before sending them in pull request. Since this needs a update in my ltp test setup for newer syscalls, it might take a few days till I get time for it. Jincheng Miao (1): linux-user: Fix syscall instruction usermode emulation on X86_64 Joakim Tjernlund (1): linux-user: make binfmt flag O require P Mike Frysinger (1): linux-user: fix readlink handling with magic exe symlink Mikhail Ilyin (1): linux-user: /proc/self/maps content Paul Burton (1): linux-user: support ioprio_{get, set} syscalls Peter Maydell (1): linux-user: Fix conversion of sigevent argument to timer_create Riku Voipio (4): linux-user: redirect openat calls linux-user: support timerfd_{create, gettime, settime} syscalls linux-user: support {name_to,open_by}_handle_at syscalls linux-user: add setns and unshare configure | 37 +++++++ include/exec/cpu-all.h | 2 + linux-user/main.c | 20 +++- linux-user/strace.c | 30 ++++++ linux-user/strace.list | 18 ++++ linux-user/syscall.c | 243 +++++++++++++++++++++++++++++++++++++------- scripts/qemu-binfmt-conf.sh | 36 +++---- target-i386/seg_helper.c | 4 +- 8 files changed, 327 insertions(+), 63 deletions(-) -- 2.0.1