qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 00/10] linux-user update
@ 2014-08-12 13:42 riku.voipio
  2014-08-12 13:42 ` [Qemu-devel] [PATCH 01/10] linux-user: /proc/self/maps content riku.voipio
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: riku.voipio @ 2014-08-12 13:42 UTC (permalink / raw)
  To: qemu-devel; +Cc: Riku Voipio

From: Riku Voipio <riku.voipio@linaro.org>

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-08-12 13:42 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-12 13:42 [Qemu-devel] [PATCH 00/10] linux-user update riku.voipio
2014-08-12 13:42 ` [Qemu-devel] [PATCH 01/10] linux-user: /proc/self/maps content riku.voipio
2014-08-12 13:42 ` [Qemu-devel] [PATCH 02/10] linux-user: redirect openat calls riku.voipio
2014-08-12 13:42 ` [Qemu-devel] [PATCH 03/10] linux-user: make binfmt flag O require P riku.voipio
2014-08-12 13:42 ` [Qemu-devel] [PATCH 04/10] linux-user: Fix syscall instruction usermode emulation on X86_64 riku.voipio
2014-08-12 13:42 ` [Qemu-devel] [PATCH 05/10] linux-user: Fix conversion of sigevent argument to timer_create riku.voipio
2014-08-12 13:42 ` [Qemu-devel] [PATCH 06/10] linux-user: fix readlink handling with magic exe symlink riku.voipio
2014-08-12 13:42 ` [Qemu-devel] [PATCH 07/10] linux-user: support timerfd_{create, gettime, settime} syscalls riku.voipio
2014-08-12 13:42 ` [Qemu-devel] [PATCH 08/10] linux-user: support ioprio_{get, set} syscalls riku.voipio
2014-08-12 13:42 ` [Qemu-devel] [PATCH 09/10] linux-user: support {name_to, open_by}_handle_at syscalls riku.voipio
2014-08-12 13:42 ` [Qemu-devel] [PATCH 10/10] linux-user: add setns and unshare riku.voipio

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).