qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] linux-user patches for upstream
@ 2010-03-26 15:25 Riku Voipio
  2010-03-26 15:25 ` [Qemu-devel] [PATCH 1/4] linux-user: add pselect syscall Riku Voipio
  0 siblings, 1 reply; 11+ messages in thread
From: Riku Voipio @ 2010-03-26 15:25 UTC (permalink / raw)
  To: qemu-devel; +Cc: Riku Voipio

From: Riku Voipio <riku.voipio@nokia.com>

Also available from:

git pull git://gitorious.org/qemu-maemo/qemu-maemo.git linux-user-for-upstream

Mostly trivial new syscalls, but more urgently fix the 0 sized write which is
a regression from Richard Henderson's multilevel page table patches.

Michael Casadevall (2):
  linux-user: add pselect syscall
  linux-user: Add the syscall id for pselect6 on ARM

Riku Voipio (2):
  Add inotify_init1 syscall support
  fix 0 sized write syscall

 configure                   |   18 ++++++
 exec.c                      |    5 +-
 linux-user/arm/syscall_nr.h |    2 +-
 linux-user/syscall.c        |  133 +++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 156 insertions(+), 2 deletions(-)

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

end of thread, other threads:[~2010-03-28 18:49 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-26 15:25 [Qemu-devel] [PATCH 0/4] linux-user patches for upstream Riku Voipio
2010-03-26 15:25 ` [Qemu-devel] [PATCH 1/4] linux-user: add pselect syscall Riku Voipio
2010-03-26 15:25   ` [Qemu-devel] [PATCH 2/4] linux-user: Add the syscall id for pselect6 on ARM Riku Voipio
2010-03-26 15:25     ` [Qemu-devel] [PATCH 3/4] Add inotify_init1 syscall support Riku Voipio
2010-03-26 15:25       ` [Qemu-devel] [PATCH 4/4] fix 0 sized write syscall Riku Voipio
2010-03-26 16:07         ` Richard Henderson
2010-03-26 22:14       ` [Qemu-devel] [PATCH 3/4] Add inotify_init1 syscall support Aurelien Jarno
2010-03-26 22:13     ` [Qemu-devel] [PATCH 2/4] linux-user: Add the syscall id for pselect6 on ARM Aurelien Jarno
2010-03-26 22:15   ` [Qemu-devel] [PATCH 1/4] linux-user: add pselect syscall Aurelien Jarno
2010-03-26 23:05   ` Paul Brook
2010-03-28 18:49     ` Jamie Lokier

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).