Re: [Qemu-devel] [PATCH v3 0/2] linux-user: preadv and pwritev emulation support

2016-10-17 Thread Riku Voipio
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

[Qemu-devel] [PATCH v3 0/2] linux-user: preadv and pwritev emulation support

2016-10-11 Thread Dejan Jovicevic
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