qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel]  [PULL] [PATCH 00/10] Linux-user patches for 1.0
@ 2011-10-31 19:27 Riku Voipio
  2011-10-31 20:49 ` Anthony Liguori
  0 siblings, 1 reply; 2+ messages in thread
From: Riku Voipio @ 2011-10-31 19:27 UTC (permalink / raw)
  To: aliguori; +Cc: qemu-devel

Fixes related linux-user qemu targetting 1.0 are available in
the git repository at:

  git://git.linaro.org/people/rikuvoipio/qemu.git linux-user-for-upstream

Alexander Graf (2):
  linux-user: fix openat
  linux-user: implement reboot syscall

Matthias Braun (3):
  linux-user: fix TARGET_RLIM_INFINITY declaration
  linux-user: fix rlimit syscalls on sparc(64)
  linux-user: fix abi_(u)long, target_ulong mismatch

Richard Henderson (5):
  sparc-linux-user: Handle SIGILL.
  sparc-linux-user: Fixup sending SIGSEGV
  sparc-linux-user: Add some missing syscall numbers
  ppc64-linux-user: Properly interpret the entry function descriptor.
  ppc64-linux-user: Fix syscall return type.

 linux-user/elfload.c          |    8 +-
 linux-user/main.c             |   26 ++--
 linux-user/qemu-types.h       |   12 ++
 linux-user/signal.c           |   22 ++--
 linux-user/sparc/syscall_nr.h |    3 +
 linux-user/strace.c           |    4 +-
 linux-user/syscall.c          |  272 ++++++++++++++++++++---------------------
 linux-user/syscall_defs.h     |   17 ++-
 linux-user/vm86.c             |    4 +-
 9 files changed, 193 insertions(+), 175 deletions(-)

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

* Re: [Qemu-devel] [PULL] [PATCH 00/10] Linux-user patches for 1.0
  2011-10-31 19:27 [Qemu-devel] [PULL] [PATCH 00/10] Linux-user patches for 1.0 Riku Voipio
@ 2011-10-31 20:49 ` Anthony Liguori
  0 siblings, 0 replies; 2+ messages in thread
From: Anthony Liguori @ 2011-10-31 20:49 UTC (permalink / raw)
  To: Riku Voipio; +Cc: qemu-devel

On 10/31/2011 02:27 PM, Riku Voipio wrote:
> Fixes related linux-user qemu targetting 1.0 are available in
> the git repository at:
>
>    git://git.linaro.org/people/rikuvoipio/qemu.git linux-user-for-upstream

Pulled.  Thanks.

Regards,

Anthony Liguori

>
> Alexander Graf (2):
>    linux-user: fix openat
>    linux-user: implement reboot syscall
>
> Matthias Braun (3):
>    linux-user: fix TARGET_RLIM_INFINITY declaration
>    linux-user: fix rlimit syscalls on sparc(64)
>    linux-user: fix abi_(u)long, target_ulong mismatch
>
> Richard Henderson (5):
>    sparc-linux-user: Handle SIGILL.
>    sparc-linux-user: Fixup sending SIGSEGV
>    sparc-linux-user: Add some missing syscall numbers
>    ppc64-linux-user: Properly interpret the entry function descriptor.
>    ppc64-linux-user: Fix syscall return type.
>
>   linux-user/elfload.c          |    8 +-
>   linux-user/main.c             |   26 ++--
>   linux-user/qemu-types.h       |   12 ++
>   linux-user/signal.c           |   22 ++--
>   linux-user/sparc/syscall_nr.h |    3 +
>   linux-user/strace.c           |    4 +-
>   linux-user/syscall.c          |  272 ++++++++++++++++++++---------------------
>   linux-user/syscall_defs.h     |   17 ++-
>   linux-user/vm86.c             |    4 +-
>   9 files changed, 193 insertions(+), 175 deletions(-)
>
>
>

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

end of thread, other threads:[~2011-10-31 20:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-31 19:27 [Qemu-devel] [PULL] [PATCH 00/10] Linux-user patches for 1.0 Riku Voipio
2011-10-31 20:49 ` 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).