From: Riku Voipio <riku.voipio@iki.fi>
To: Dejan Jovicevic <dejan.jovicevic@rt-rk.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH v3 0/2] linux-user: preadv and pwritev emulation support
Date: Mon, 17 Oct 2016 13:04:37 +0000 [thread overview]
Message-ID: <20161017130437.GB12564@kos.to> (raw)
In-Reply-To: <1476179567-6892-1-git-send-email-dejan.jovicevic@rt-rk.com>
On Tue, Oct 11, 2016 at 11:52:45AM +0200, Dejan Jovicevic wrote:
> v2 -> v3:
> - Changed from safe_syscall4() to safe_syscall5() to rightly fit the
> kernel implementation of preadv() and pwritev().
> - Modified commit message.
>
> v1 -> v2:
> - Being that both of these system calls are interruptible, in QEMU
> they should be implemented via the safe_syscall() wrapper. This
> version implements the preadv() and pwritev() using safe_preadv()
> and safe_pwritev() for the respective syscalls, as suggested.
> As the result of these changes, the patch from the v1 that checks
> the support of pwritev on the host is dropped.
>
> In this series the support for preadv and pwritev system call emulation
> in linux-user mode is implemented.
Applied to linux-user, thanks
> Dejan Jovicevic (2):
> linux-user: added support for preadv() system call.
> linux-user: added support for pwritev() system call.
>
> linux-user/syscall.c | 30 ++++++++++++++++++++++++++++++
> 1 file changed, 30 insertions(+)
>
> --
> 1.9.1
>
prev parent reply other threads:[~2016-10-17 13:04 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-11 9:52 [Qemu-devel] [PATCH v3 0/2] linux-user: preadv and pwritev emulation support Dejan Jovicevic
2016-10-11 9:52 ` [Qemu-devel] [PATCH v3 1/2] linux-user: added support for preadv() system call Dejan Jovicevic
2016-10-11 9:52 ` [Qemu-devel] [PATCH v3 2/2] linux-user: added support for pwritev() " Dejan Jovicevic
2016-10-17 13:04 ` Riku Voipio [this message]
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=20161017130437.GB12564@kos.to \
--to=riku.voipio@iki.fi \
--cc=dejan.jovicevic@rt-rk.com \
--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).