mbox

[PULL] linux-user pending patches

Message ID 20110426074107.GA11904@afflict.kos.to
State New
Headers show

Pull-request

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

Message

Riku Voipio April 26, 2011, 7:41 a.m. UTC
The following changes since commit b0b36e5d2e4c8a96c2f6dbc0981a9fd0cde111d8:

  doc: fix slirp description (2011-04-25 23:10:04 +0200)

are available in the git repository at:
  git://gitorious.org/qemu-maemo/qemu.git linux-user-for-upstream

Alexander Graf (1):
      linux-user: add s390x to llseek list

Laurent Vivier (3):
      linux-user: improve traces
      linux-user: convert ioctl(SIOCGIFCONF, ...) result.
      linux-user: add ioctl(SIOCGIWNAME, ...) support.

Riku Voipio (2):
      [v2] linux-user: bigger default stack
      linux-user: untie syscalls from UID16

 linux-user/alpha/syscall_nr.h |    7 --
 linux-user/ioctls.h           |    4 +-
 linux-user/strace.c           |  161 +++++++++++++++++++++++++++++++++++++++++
 linux-user/strace.list        |   12 ++--
 linux-user/syscall.c          |  154 +++++++++++++++++++++++++++++++++++----
 linux-user/syscall_defs.h     |    8 ++-
 6 files changed, 315 insertions(+), 31 deletions(-)

Comments

Aurelien Jarno April 26, 2011, 9:25 p.m. UTC | #1
On Tue, Apr 26, 2011 at 10:41:07AM +0300, Riku Voipio wrote:
> The following changes since commit b0b36e5d2e4c8a96c2f6dbc0981a9fd0cde111d8:
> 
>   doc: fix slirp description (2011-04-25 23:10:04 +0200)
> 
> are available in the git repository at:
>   git://gitorious.org/qemu-maemo/qemu.git linux-user-for-upstream
> 
> Alexander Graf (1):
>       linux-user: add s390x to llseek list
> 
> Laurent Vivier (3):
>       linux-user: improve traces
>       linux-user: convert ioctl(SIOCGIFCONF, ...) result.
>       linux-user: add ioctl(SIOCGIWNAME, ...) support.
> 
> Riku Voipio (2):
>       [v2] linux-user: bigger default stack
>       linux-user: untie syscalls from UID16
> 
>  linux-user/alpha/syscall_nr.h |    7 --
>  linux-user/ioctls.h           |    4 +-
>  linux-user/strace.c           |  161 +++++++++++++++++++++++++++++++++++++++++
>  linux-user/strace.list        |   12 ++--
>  linux-user/syscall.c          |  154 +++++++++++++++++++++++++++++++++++----
>  linux-user/syscall_defs.h     |    8 ++-
>  6 files changed, 315 insertions(+), 31 deletions(-)
> 

Thanks, pulled.