qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL] pending linux-user patches
@ 2011-06-25 16:18 riku.voipio
  2011-06-27 19:54 ` Anthony Liguori
  2011-06-27 19:57 ` Anthony Liguori
  0 siblings, 2 replies; 5+ messages in thread
From: riku.voipio @ 2011-06-25 16:18 UTC (permalink / raw)
  To: qemu-devel

Hi,

The following changes since commit 744d3644181ddb16ef5944a0f9217e46961c8c84:

  coreaudio: Fix OSStatus format specifier (2011-06-23 18:56:58 +0400)

are available in the git repository at:
  git://git.linaro.org/people/rikuvoipio/qemu.git linux-user-for-upstream

Cédric VINCENT (1):
      linux-user: Fix the load of ELF files that have no "useful" symbol
      linux-user: Fix the computation of the requested heap size

Juan Quintela (5):
      linuxload: id_change was a write only variable
      syscall: really return ret code
      linux-user: syscall should use sanitized arg1
      flatload: end_code was only used in a debug message
      flatload: memp was a write-only variable

Laurent ALFONSI (1):
      linux-user: Define AT_RANDOM to support target stack protection mechanism.

Mike Frysinger (1):
      linux-user: add pselect6 syscall support

Mike McCormack (1):
      Don't translate pointer when in restore_sigcontext

Peter Maydell (7):
      linux-user: Handle images where lowest vaddr is not page aligned
      linux-user: Don't use MAP_FIXED in do_brk()
      arm-semi.c: Use correct check for failure of do_brk()
      m68k-semi.c: Use correct check for failure of do_brk()
      linux-user: Bump do_syscall() up to 8 syscall arguments
      linux-user/signal.c: Remove only-ever-set variable fpu_save_addr
      linux-user/signal.c: Remove unused fenab

Riku Voipio (1):
      linux-user: Fix sync_file_range on 32bit mips

 arm-semi.c             |    5 +-
 linux-user/elfload.c   |  185 ++++++++++++++++++++++---------------
 linux-user/flatload.c  |    8 +-
 linux-user/linuxload.c |   25 +-----
 linux-user/main.c      |   37 +++++---
 linux-user/qemu.h      |    3 +-
 linux-user/signal.c    |   21 +++--
 linux-user/syscall.c   |  240 +++++++++++++++++++++++++++++++++++++++---------
 m68k-semi.c            |    5 +-
 9 files changed, 354 insertions(+), 175 deletions(-)
§

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

* Re: [Qemu-devel] [PULL] pending linux-user patches
  2011-06-25 16:18 riku.voipio
@ 2011-06-27 19:54 ` Anthony Liguori
  2011-06-27 19:57 ` Anthony Liguori
  1 sibling, 0 replies; 5+ messages in thread
From: Anthony Liguori @ 2011-06-27 19:54 UTC (permalink / raw)
  To: riku.voipio; +Cc: qemu-devel

On 06/25/2011 11:18 AM, riku.voipio@iki.fi wrote:
> Hi,
>
> The following changes since commit 744d3644181ddb16ef5944a0f9217e46961c8c84:
>
>    coreaudio: Fix OSStatus format specifier (2011-06-23 18:56:58 +0400)

Pulled.  Thanks.

Regards,

Anthony Liguori

>
> are available in the git repository at:
>    git://git.linaro.org/people/rikuvoipio/qemu.git linux-user-for-upstream
>
> Cédric VINCENT (1):
>        linux-user: Fix the load of ELF files that have no "useful" symbol
>        linux-user: Fix the computation of the requested heap size
>
> Juan Quintela (5):
>        linuxload: id_change was a write only variable
>        syscall: really return ret code
>        linux-user: syscall should use sanitized arg1
>        flatload: end_code was only used in a debug message
>        flatload: memp was a write-only variable
>
> Laurent ALFONSI (1):
>        linux-user: Define AT_RANDOM to support target stack protection mechanism.
>
> Mike Frysinger (1):
>        linux-user: add pselect6 syscall support
>
> Mike McCormack (1):
>        Don't translate pointer when in restore_sigcontext
>
> Peter Maydell (7):
>        linux-user: Handle images where lowest vaddr is not page aligned
>        linux-user: Don't use MAP_FIXED in do_brk()
>        arm-semi.c: Use correct check for failure of do_brk()
>        m68k-semi.c: Use correct check for failure of do_brk()
>        linux-user: Bump do_syscall() up to 8 syscall arguments
>        linux-user/signal.c: Remove only-ever-set variable fpu_save_addr
>        linux-user/signal.c: Remove unused fenab
>
> Riku Voipio (1):
>        linux-user: Fix sync_file_range on 32bit mips
>
>   arm-semi.c             |    5 +-
>   linux-user/elfload.c   |  185 ++++++++++++++++++++++---------------
>   linux-user/flatload.c  |    8 +-
>   linux-user/linuxload.c |   25 +-----
>   linux-user/main.c      |   37 +++++---
>   linux-user/qemu.h      |    3 +-
>   linux-user/signal.c    |   21 +++--
>   linux-user/syscall.c   |  240 +++++++++++++++++++++++++++++++++++++++---------
>   m68k-semi.c            |    5 +-
>   9 files changed, 354 insertions(+), 175 deletions(-)
> §
>
>

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

* Re: [Qemu-devel] [PULL] pending linux-user patches
  2011-06-25 16:18 riku.voipio
  2011-06-27 19:54 ` Anthony Liguori
@ 2011-06-27 19:57 ` Anthony Liguori
  1 sibling, 0 replies; 5+ messages in thread
From: Anthony Liguori @ 2011-06-27 19:57 UTC (permalink / raw)
  To: riku.voipio; +Cc: qemu-devel

On 06/25/2011 11:18 AM, riku.voipio@iki.fi wrote:
> Hi,
>
> The following changes since commit 744d3644181ddb16ef5944a0f9217e46961c8c84:
>
>    coreaudio: Fix OSStatus format specifier (2011-06-23 18:56:58 +0400)
>
> are available in the git repository at:
>    git://git.linaro.org/people/rikuvoipio/qemu.git linux-user-for-upstream

Pulled.  Thanks.

Regards,

Anthony Liguori

>
> Cédric VINCENT (1):
>        linux-user: Fix the load of ELF files that have no "useful" symbol
>        linux-user: Fix the computation of the requested heap size
>
> Juan Quintela (5):
>        linuxload: id_change was a write only variable
>        syscall: really return ret code
>        linux-user: syscall should use sanitized arg1
>        flatload: end_code was only used in a debug message
>        flatload: memp was a write-only variable
>
> Laurent ALFONSI (1):
>        linux-user: Define AT_RANDOM to support target stack protection mechanism.
>
> Mike Frysinger (1):
>        linux-user: add pselect6 syscall support
>
> Mike McCormack (1):
>        Don't translate pointer when in restore_sigcontext
>
> Peter Maydell (7):
>        linux-user: Handle images where lowest vaddr is not page aligned
>        linux-user: Don't use MAP_FIXED in do_brk()
>        arm-semi.c: Use correct check for failure of do_brk()
>        m68k-semi.c: Use correct check for failure of do_brk()
>        linux-user: Bump do_syscall() up to 8 syscall arguments
>        linux-user/signal.c: Remove only-ever-set variable fpu_save_addr
>        linux-user/signal.c: Remove unused fenab
>
> Riku Voipio (1):
>        linux-user: Fix sync_file_range on 32bit mips
>
>   arm-semi.c             |    5 +-
>   linux-user/elfload.c   |  185 ++++++++++++++++++++++---------------
>   linux-user/flatload.c  |    8 +-
>   linux-user/linuxload.c |   25 +-----
>   linux-user/main.c      |   37 +++++---
>   linux-user/qemu.h      |    3 +-
>   linux-user/signal.c    |   21 +++--
>   linux-user/syscall.c   |  240 +++++++++++++++++++++++++++++++++++++++---------
>   m68k-semi.c            |    5 +-
>   9 files changed, 354 insertions(+), 175 deletions(-)
> §
>
>

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

* [Qemu-devel] [PULL] pending linux-user patches
@ 2011-09-22 16:26 Riku Voipio
  2011-09-26 13:28 ` Anthony Liguori
  0 siblings, 1 reply; 5+ messages in thread
From: Riku Voipio @ 2011-09-22 16:26 UTC (permalink / raw)
  To: Anthony Liguori, qemu-devel

The following changes since commit 27cdad67a1bc23b38c765b677ed8064bfb8d3e44:

  Revert "alpha-softmmu: Disable for the 0.15 release branch." (2011-09-21 00:50:32 +0200)

are available in the git repository at:
  git://git.linaro.org/people/rikuvoipio/qemu.git linux-user-for-upstream

An-Cheng Huang (3):
      linux-user: Fix MIPS indirect syscall handling
      linux-user: Verify MIPS syscall arguments
      linux-user: Implement setxattr/getxattr/removexattr syscalls

Cédric VINCENT (1):
      linux-user: Fix initialization of the heap contents when allocating new pages

Dr. David Alan Gilbert (1):
      linux-user: Implement new ARM 64 bit cmpxchg kernel helper

Johannes Schauer (1):
      introduce environment variables for all qemu-user options

Peter Maydell (1):
      linux-user: Exit with an error if we couldn't set up gdbserver

 linux-user/elfload.c |   56 ++++-
 linux-user/main.c    |  674 ++++++++++++++++++++++++++++++++++----------------
 linux-user/qemu.h    |    6 +
 linux-user/syscall.c |   63 +++++-
 4 files changed, 579 insertions(+), 220 deletions(-)

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

* Re: [Qemu-devel] [PULL] pending linux-user patches
  2011-09-22 16:26 [Qemu-devel] [PULL] pending linux-user patches Riku Voipio
@ 2011-09-26 13:28 ` Anthony Liguori
  0 siblings, 0 replies; 5+ messages in thread
From: Anthony Liguori @ 2011-09-26 13:28 UTC (permalink / raw)
  To: Riku Voipio; +Cc: qemu-devel

On 09/22/2011 11:26 AM, Riku Voipio wrote:
> The following changes since commit 27cdad67a1bc23b38c765b677ed8064bfb8d3e44:
>
>    Revert "alpha-softmmu: Disable for the 0.15 release branch." (2011-09-21 00:50:32 +0200)
>
> are available in the git repository at:
>    git://git.linaro.org/people/rikuvoipio/qemu.git linux-user-for-upstream

Pulled.  Thanks.

Regards,

Anthony Liguori

>
> An-Cheng Huang (3):
>        linux-user: Fix MIPS indirect syscall handling
>        linux-user: Verify MIPS syscall arguments
>        linux-user: Implement setxattr/getxattr/removexattr syscalls
>
> Cédric VINCENT (1):
>        linux-user: Fix initialization of the heap contents when allocating new pages
>
> Dr. David Alan Gilbert (1):
>        linux-user: Implement new ARM 64 bit cmpxchg kernel helper
>
> Johannes Schauer (1):
>        introduce environment variables for all qemu-user options
>
> Peter Maydell (1):
>        linux-user: Exit with an error if we couldn't set up gdbserver
>
>   linux-user/elfload.c |   56 ++++-
>   linux-user/main.c    |  674 ++++++++++++++++++++++++++++++++++----------------
>   linux-user/qemu.h    |    6 +
>   linux-user/syscall.c |   63 +++++-
>   4 files changed, 579 insertions(+), 220 deletions(-)
>
>

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

end of thread, other threads:[~2011-09-26 13:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-22 16:26 [Qemu-devel] [PULL] pending linux-user patches Riku Voipio
2011-09-26 13:28 ` Anthony Liguori
  -- strict thread matches above, loose matches on Subject: below --
2011-06-25 16:18 riku.voipio
2011-06-27 19:54 ` Anthony Liguori
2011-06-27 19:57 ` Anthony Liguori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).