mbox

[PULL] linux-user changes

Message ID 20110209085940.GA28084@afflict.kos.to
State New
Headers show

Pull-request

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

Message

Riku Voipio Feb. 9, 2011, 8:59 a.m. UTC
The following changes since commit c0c1dc992584b8ccbae0e8f8b09124b76662633b:

  cris, microblaze: use cpu_has_work (2011-02-08 20:37:39 +0100)

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

Martin Mohring (1):
      linux-user: fix for loopmount ioctl

Mike Frysinger (9):
      linux-user: fix sizeof handling for getsockopt
      linux-user/elfload: add FDPIC support
      linux-user: add ppoll syscall support
      linux-user: decode MAP_{UNINITIALIZED,EXECUTABLE} in strace
      linux-user/FLAT: fix auto-stack sizing
      linux-user/FLAT: allow targets to override FLAT processing
      linux-user: implement sched_{g,s}etaffinity
      user: speed up init_paths a bit
      linux-user: fix build errors for mmap2-only ports

Peter Maydell (1):
      linux-user: Add support for -version option

Stefan Weil (1):
      linux-user: Fix possible realloc memory leak

 Makefile.target           |    2 +-
 elf.h                     |   19 +++++++
 linux-user/elfload.c      |   79 ++++++++++++++++++++++++++-
 linux-user/flatload.c     |   38 +++++++------
 linux-user/ioctls.h       |    2 -
 linux-user/main.c         |   17 +++++--
 linux-user/qemu.h         |    7 +++
 linux-user/strace.c       |    6 ++-
 linux-user/syscall.c      |  128 +++++++++++++++++++++++++++++++++++++++++++--
 linux-user/syscall_defs.h |    1 +
 linux-user/target_flat.h  |   10 ++++
 path.c                    |   28 ++++++++--
 12 files changed, 298 insertions(+), 39 deletions(-)
 create mode 100644 linux-user/target_flat.h

Comments

Aurelien Jarno Feb. 9, 2011, 7:40 p.m. UTC | #1
On Wed, Feb 09, 2011 at 10:59:40AM +0200, Riku Voipio wrote:
> The following changes since commit c0c1dc992584b8ccbae0e8f8b09124b76662633b:
> 
>   cris, microblaze: use cpu_has_work (2011-02-08 20:37:39 +0100)
> 
> are available in the git repository at:
>   git://gitorious.org/qemu-maemo/qemu.git linux-user-for-upstream
> 
> Martin Mohring (1):
>       linux-user: fix for loopmount ioctl
> 
> Mike Frysinger (9):
>       linux-user: fix sizeof handling for getsockopt
>       linux-user/elfload: add FDPIC support
>       linux-user: add ppoll syscall support
>       linux-user: decode MAP_{UNINITIALIZED,EXECUTABLE} in strace
>       linux-user/FLAT: fix auto-stack sizing
>       linux-user/FLAT: allow targets to override FLAT processing
>       linux-user: implement sched_{g,s}etaffinity
>       user: speed up init_paths a bit
>       linux-user: fix build errors for mmap2-only ports
> 
> Peter Maydell (1):
>       linux-user: Add support for -version option
> 
> Stefan Weil (1):
>       linux-user: Fix possible realloc memory leak
> 
>  Makefile.target           |    2 +-
>  elf.h                     |   19 +++++++
>  linux-user/elfload.c      |   79 ++++++++++++++++++++++++++-
>  linux-user/flatload.c     |   38 +++++++------
>  linux-user/ioctls.h       |    2 -
>  linux-user/main.c         |   17 +++++--
>  linux-user/qemu.h         |    7 +++
>  linux-user/strace.c       |    6 ++-
>  linux-user/syscall.c      |  128 +++++++++++++++++++++++++++++++++++++++++++--
>  linux-user/syscall_defs.h |    1 +
>  linux-user/target_flat.h  |   10 ++++
>  path.c                    |   28 ++++++++--
>  12 files changed, 298 insertions(+), 39 deletions(-)
>  create mode 100644 linux-user/target_flat.h
> 

Thanks, pulled.