qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/3] linux-user: preadv and pwritev emulation suppor


From: Dejan Jovicevic
Subject: [Qemu-devel] [PATCH 0/3] linux-user: preadv and pwritev emulation support
Date: Thu, 6 Oct 2016 15:59:28 +0200

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




reply via email to

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