qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/2] linux-user: preadv and pwritev emulation support
@ 2016-10-11  9:52 Dejan Jovicevic
  2016-10-11  9:52 ` [Qemu-devel] [PATCH v3 1/2] linux-user: added support for preadv() system call Dejan Jovicevic
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Dejan Jovicevic @ 2016-10-11  9:52 UTC (permalink / raw)
  To: qemu-devel; +Cc: riku.voipio

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.

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

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

end of thread, other threads:[~2016-10-17 13:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [Qemu-devel] [PATCH v3 0/2] linux-user: preadv and pwritev emulation support 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).