qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/7] linux-user updates
@ 2013-03-07 10:21 riku.voipio
  2013-03-07 10:21 ` [Qemu-devel] [PATCH 1/7] linux-user: Add Alpha socket constants riku.voipio
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: riku.voipio @ 2013-03-07 10:21 UTC (permalink / raw)
  To: qemu-devel; +Cc: Riku Voipio

From: Riku Voipio <riku.voipio@linaro.org>

Hi,

I did a dig through the archive for linux-user patches
that have slipped through during my inactivity. The ones
in this patchset appear good and pass smoketest.

I will send these as pull request once I'm back from travel 
and can update my git repository.

Riku

Dillon Amburgey (3):
  linux-user: Add Alpha socket constants
  linux-user: Support setgroups syscall with no groups
  linux-user: Add more sparc syscall numbers

John Rigby (2):
  linux-user/syscall.c: handle FUTEX_WAIT_BITSET in do_futex
  linux-user: fix futex strace of FUTEX_CLOCK_REALTIME

Laurent Vivier (2):
  linux-user: improve print_fcntl()
  linux-user: correct semctl() and shmctl()

 linux-user/socket.h           |  69 ++++++++++++++++++++++++++++
 linux-user/sparc/syscall_nr.h |   2 +
 linux-user/strace.c           | 103 ++++++++++++++++++++++++++++++++++--------
 linux-user/syscall.c          |  81 ++++++++++++++++++++-------------
 4 files changed, 205 insertions(+), 50 deletions(-)

-- 
1.8.1.2

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

end of thread, other threads:[~2013-03-11 15:02 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-07 10:21 [Qemu-devel] [PATCH 0/7] linux-user updates riku.voipio
2013-03-07 10:21 ` [Qemu-devel] [PATCH 1/7] linux-user: Add Alpha socket constants riku.voipio
2013-03-07 10:21 ` [Qemu-devel] [PATCH 2/7] linux-user: improve print_fcntl() riku.voipio
2013-03-07 10:21 ` [Qemu-devel] [PATCH 3/7] linux-user/syscall.c: handle FUTEX_WAIT_BITSET in do_futex riku.voipio
2013-03-07 10:21 ` [Qemu-devel] [PATCH 4/7] linux-user: fix futex strace of FUTEX_CLOCK_REALTIME riku.voipio
2013-03-07 10:21 ` [Qemu-devel] [PATCH 5/7] linux-user: correct semctl() and shmctl() riku.voipio
2013-03-07 10:21 ` [Qemu-devel] [PATCH 6/7] linux-user: Support setgroups syscall with no groups riku.voipio
2013-03-07 10:21 ` [Qemu-devel] [PATCH 7/7] linux-user: Add more sparc syscall numbers riku.voipio
2013-03-07 14:56 ` [Qemu-devel] [PATCH 0/7] linux-user updates Peter Maydell
2013-03-09 11:14 ` Peter Maydell
2013-03-11 15:02   ` Riku Voipio

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).