All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/7] alpha-linux syscall fixes
@ 2010-05-03 17:07 Richard Henderson
  2010-05-03 17:07 ` [Qemu-devel] [PATCH 1/7] alpha-linux-user: Fix brk error return Richard Henderson
  2010-05-21 16:27 ` [Qemu-devel] [PATCH 0/7] alpha-linux syscall fixes Aurelien Jarno
  0 siblings, 2 replies; 9+ messages in thread
From: Richard Henderson @ 2010-05-03 17:07 UTC (permalink / raw)
  To: qemu-devel

I've been doing a bit of testing of the alpha TCG port by running
QEMU compiled for alpha on QEMU compiled for x86-64.  Which is an
interesting challenge for the linux-user code, and has found a 
few bugs.


r~


Richard Henderson (7):
  alpha-linux-user: Fix brk error return.
  alpha-linux-user: Fix siginfo.si_addr for SIGSEGV and SIGBUS.
  alpha-linux-user: Add correct sigaction constants.
  alpha-linux-user: Fix pipe return mechanism.
  alpha-linux-user: Fix getxpid.
  alpha-linux-user: Fix sigsuspend parameters.
  alpha-linux-user: Fix sigprocmask.

 linux-user/main.c         |   15 +++++--
 linux-user/syscall.c      |   95 +++++++++++++++++++++++++++++++++++---------
 linux-user/syscall_defs.h |    8 ++++
 3 files changed, 94 insertions(+), 24 deletions(-)

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

end of thread, other threads:[~2010-05-21 16:28 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-03 17:07 [Qemu-devel] [PATCH 0/7] alpha-linux syscall fixes Richard Henderson
2010-05-03 17:07 ` [Qemu-devel] [PATCH 1/7] alpha-linux-user: Fix brk error return Richard Henderson
2010-05-03 17:07   ` [Qemu-devel] [PATCH 2/7] alpha-linux-user: Fix siginfo.si_addr for SIGSEGV and SIGBUS Richard Henderson
2010-05-03 17:07     ` [Qemu-devel] [PATCH 3/7] alpha-linux-user: Add correct sigaction constants Richard Henderson
2010-05-03 17:07       ` [Qemu-devel] [PATCH 4/7] alpha-linux-user: Fix pipe return mechanism Richard Henderson
2010-05-03 17:07         ` [Qemu-devel] [PATCH 5/7] alpha-linux-user: Fix getxpid Richard Henderson
2010-05-03 17:07           ` [Qemu-devel] [PATCH 6/7] alpha-linux-user: Fix sigsuspend parameters Richard Henderson
2010-05-03 17:07             ` [Qemu-devel] [PATCH 7/7] alpha-linux-user: Fix sigprocmask Richard Henderson
2010-05-21 16:27 ` [Qemu-devel] [PATCH 0/7] alpha-linux syscall fixes 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.