qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 00/10] linux-user update


From: riku . voipio
Subject: [Qemu-devel] [PATCH 00/10] linux-user update
Date: Tue, 12 Aug 2014 16:42:10 +0300

From: Riku Voipio <address@hidden>

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]