qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Riku Voipio
Subject: Re: [Qemu-devel] [PATCH v3 0/2] linux-user: preadv and pwritev emulation support
Date: Mon, 17 Oct 2016 13:04:37 +0000
User-agent: Mutt/1.5.23 (2014-03-12)

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
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]