qemu-devel
[Top][All Lists]
Advanced

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

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


From: Dejan Jovicevic
Subject: [Qemu-devel] [PATCH v3 0/2] linux-user: preadv and pwritev emulation support
Date: Tue, 11 Oct 2016 11:52:45 +0200

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




reply via email to

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