qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] support for pselect in linux-user
@ 2010-02-16 10:31 Michael Casadevall
  2010-02-16 10:31 ` [Qemu-devel] [PATCH 1/2] This patch adds support for the pselect syscall in linux-user emulation and also adds several support functions required to translate the timespec structs between the target and the host Michael Casadevall
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Casadevall @ 2010-02-16 10:31 UTC (permalink / raw)
  To: qemu-devel; +Cc: Michael Casadevall

The attached patches here add support for pselect call emulation in linux-user
and also add the proper entry to the ARM architecture syscall lists.

There is some code duplication between do_select() and do_pselect() to handle
copying the file descriptors over from the target to host; this could be 
refactored into two common functions; if desired, I'll resubmit the patch with
said refactoring in place.

Michael Casadevall (2):
  This patch adds support for the pselect syscall in linux-user
    emulation and     also adds several support functions required to
    translate the timespec structs     between the target and the host.
  Add the syscall id for pselect6 on ARM as this is now supported in
    newer     linux kernels.

 linux-user/arm/syscall_nr.h |    2 +-
 linux-user/syscall.c        |  119 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 120 insertions(+), 1 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-02-17 15:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-16 10:31 [Qemu-devel] [PATCH 0/2] support for pselect in linux-user Michael Casadevall
2010-02-16 10:31 ` [Qemu-devel] [PATCH 1/2] This patch adds support for the pselect syscall in linux-user emulation and also adds several support functions required to translate the timespec structs between the target and the host Michael Casadevall
2010-02-16 10:31   ` [Qemu-devel] [PATCH 2/2] Add the syscall id for pselect6 on ARM as this is now supported in newer linux kernels Michael Casadevall
2010-02-17 15:10   ` [Qemu-devel] [PATCH 1/2] This patch adds support for the pselect syscall in linux-user emulation and also adds several support functions required to translate the timespec structs between the target and the host Riku Voipio

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).