qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/4] linux-user patches for upstream


From: Riku Voipio
Subject: [Qemu-devel] [PATCH 0/4] linux-user patches for upstream
Date: Fri, 26 Mar 2010 15:25:08 +0000

From: Riku Voipio <address@hidden>

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





reply via email to

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