qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PULL] [PATCH 00/19] linux-user update


From: Blue Swirl
Subject: Re: [Qemu-devel] [PULL] [PATCH 00/19] linux-user update
Date: Sat, 4 Feb 2012 12:43:36 +0000

Thanks, pulled.

On Fri, Feb 3, 2012 at 14:49,  <address@hidden> wrote:
> From: Riku Voipio <address@hidden>
>
> The following changes since commit d34e8f6e9d3a396c3327aa9807c83f9e1f4a7bd7:
>
>  main-loop: For tools, initialize timers as part of qemu_init_main_loop() 
> (2012-02-01 14:45:02 -0600)
>
> are available in the git repository at:
>  git://git.linaro.org/people/rikuvoipio/qemu.git linux-user-for-upstream
>
> Akos PASZTORY (1):
>  linux-user: add SO_PEERCRED support for getsockopt
>
> Alexander Graf (7):
>  linux-user: save auxv length
>  linux-user: add open() hijack infrastructure
>  linux-user: fake /proc/self/maps
>  linux-user: fake /proc/self/stat
>  linux-user: fake /proc/self/auxv
>  linux-user: fix QEMU_STRACE=1 segfault
>  linux-user: fix wait* syscall status returns
>
> Andreas Färber (5):
>  linux-user: Add default-configs for mipsn32[el]
>  linux-user: Add default configs for mips64[el]
>  linux-user: Define TARGET_QEMU_ESIGRETURN for mipsn32
>  linux-user: Define TARGET_QEMU_ESIGRETURN for mips64
>  linux-user: Fix sa_flags byte swaps for mips
>
> Peter Maydell (4):
>  linux-user/strace.c: Correct errno printing for mmap etc
>  linux-user: Allow NULL value pointer in setxattr and getxattr
>  linux-user/syscall.c: Implement f and l versions of
>    set/get/removexattr
>  linux-user: Implement *listxattr syscalls
>
> Riku Voipio (1):
>  linux-user: stack_base is now mandatory on all targets
>
> 陳韋任 (1):
>  linux-user/main.c: Add option to user-mode emulation so that user can
>    specify log file name
>
>  default-configs/mips64-linux-user.mak    |    1 +
>  default-configs/mips64el-linux-user.mak  |    1 +
>  default-configs/mipsn32-linux-user.mak   |    1 +
>  default-configs/mipsn32el-linux-user.mak |    1 +
>  linux-user/elfload.c                     |   15 +-
>  linux-user/main.c                        |    7 +
>  linux-user/mips64/syscall.h              |    3 +
>  linux-user/mipsn32/syscall.h             |    3 +
>  linux-user/qemu.h                        |    3 +-
>  linux-user/signal.c                      |    8 +
>  linux-user/strace.c                      |   19 ++-
>  linux-user/syscall.c                     |  303 
> +++++++++++++++++++++++++++---
>  linux-user/syscall_defs.h                |    6 +
>  13 files changed, 332 insertions(+), 39 deletions(-)
>  create mode 100644 default-configs/mips64-linux-user.mak
>  create mode 100644 default-configs/mips64el-linux-user.mak
>  create mode 100644 default-configs/mipsn32-linux-user.mak
>  create mode 100644 default-configs/mipsn32el-linux-user.mak
>
> --
> 1.7.5.4
>
>



reply via email to

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