All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL] linux-user changes
@ 2011-02-09  8:59 Riku Voipio
  2011-02-09 19:40 ` Aurelien Jarno
  0 siblings, 1 reply; 2+ messages in thread
From: Riku Voipio @ 2011-02-09  8:59 UTC (permalink / raw)
  To: Anthony Liguori, qemu-devel; +Cc: peter.maydell, vapier

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

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

* Re: [Qemu-devel] [PULL] linux-user changes
  2011-02-09  8:59 [Qemu-devel] [PULL] linux-user changes Riku Voipio
@ 2011-02-09 19:40 ` Aurelien Jarno
  0 siblings, 0 replies; 2+ messages in thread
From: Aurelien Jarno @ 2011-02-09 19:40 UTC (permalink / raw)
  To: Riku Voipio; +Cc: peter.maydell, vapier, qemu-devel

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.

-- 
Aurelien Jarno                          GPG: 1024D/F1BCDB73
aurelien@aurel32.net                 http://www.aurel32.net

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

end of thread, other threads:[~2011-02-09 19:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-09  8:59 [Qemu-devel] [PULL] linux-user changes Riku Voipio
2011-02-09 19:40 ` Aurelien Jarno

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.