qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: riku.voipio@linaro.org
To: qemu-devel@nongnu.org
Cc: Riku Voipio <riku.voipio@linaro.org>
Subject: [Qemu-devel] [PATCH 00/10] linux-user update
Date: Tue, 12 Aug 2014 16:42:10 +0300	[thread overview]
Message-ID: <cover.1407850557.git.riku.voipio@linaro.org> (raw)

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

             reply	other threads:[~2014-08-12 13:42 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-12 13:42 riku.voipio [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1407850557.git.riku.voipio@linaro.org \
    --to=riku.voipio@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).