From: Richard Henderson <rth@twiddle.net>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org, riku.voipio@iki.fi
Subject: [Qemu-devel] [PATCH v2 0/5] linux-user: safe_syscall updates
Date: Tue, 21 Jun 2016 17:32:08 -0700 [thread overview]
Message-ID: <1466555533-18359-1-git-send-email-rth@twiddle.net> (raw)
Rebased on Riku's linux-user-for-upstream branch.
Fixed some nits that Peter pointed out.
Fixed the ppc64 version to properly return -errno.
Retested all except s390x, which is, at the moment, inconvenient.
r~
Richard Henderson (5):
linux-user: Provide safe_syscall for i386
linux-user: Provide safe_syscall for arm
linux-user: Provide safe_syscall for aarch64
linux-user: Provide safe_syscall for s390x
linux-user: Provide safe_syscall for ppc64
linux-user/host/aarch64/hostdep.h | 23 ++++++
linux-user/host/aarch64/safe-syscall.inc.S | 75 +++++++++++++++++++
linux-user/host/arm/hostdep.h | 23 ++++++
linux-user/host/arm/safe-syscall.inc.S | 90 +++++++++++++++++++++++
linux-user/host/i386/hostdep.h | 23 ++++++
linux-user/host/i386/safe-syscall.inc.S | 112 +++++++++++++++++++++++++++++
linux-user/host/ppc64/hostdep.h | 23 ++++++
linux-user/host/ppc64/safe-syscall.inc.S | 92 ++++++++++++++++++++++++
linux-user/host/s390x/hostdep.h | 23 ++++++
linux-user/host/s390x/safe-syscall.inc.S | 90 +++++++++++++++++++++++
10 files changed, 574 insertions(+)
create mode 100644 linux-user/host/aarch64/safe-syscall.inc.S
create mode 100644 linux-user/host/arm/safe-syscall.inc.S
create mode 100644 linux-user/host/i386/safe-syscall.inc.S
create mode 100644 linux-user/host/ppc64/safe-syscall.inc.S
create mode 100644 linux-user/host/s390x/safe-syscall.inc.S
--
2.5.5
next reply other threads:[~2016-06-22 0:32 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-22 0:32 Richard Henderson [this message]
2016-06-22 0:32 ` [Qemu-devel] [PATCH v2 1/5] linux-user: Provide safe_syscall for i386 Richard Henderson
2016-06-23 12:06 ` Peter Maydell
2016-06-22 0:32 ` [Qemu-devel] [PATCH v2 2/5] linux-user: Provide safe_syscall for arm Richard Henderson
2016-06-22 0:32 ` [Qemu-devel] [PATCH v2 3/5] linux-user: Provide safe_syscall for aarch64 Richard Henderson
2016-06-23 12:06 ` Peter Maydell
2016-06-22 0:32 ` [Qemu-devel] [PATCH v2 4/5] linux-user: Provide safe_syscall for s390x Richard Henderson
2016-06-22 0:32 ` [Qemu-devel] [PATCH v2 5/5] linux-user: Provide safe_syscall for ppc64 Richard Henderson
2016-06-23 12:10 ` [Qemu-devel] [PATCH v2 0/5] linux-user: safe_syscall updates Peter Maydell
2016-06-24 9:08 ` 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=1466555533-18359-1-git-send-email-rth@twiddle.net \
--to=rth@twiddle.net \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=riku.voipio@iki.fi \
/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).