In this series the support for preadv and pwritev system call emulation in linux-user mode is implemented. Also, the configure file is modified to check if both of these system calls are supported on the host.
Dejan Jovicevic (3): linux-user: detect pwritev support on configure linux-user: added support for preadv() system call. linux-user: added support for pwritev() system call. configure | 17 +++++++++++++++++ linux-user/syscall.c | 26 ++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) -- 1.9.1
