qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/8] linux-user update for 2.0
@ 2014-03-10 12:22 riku.voipio
  2014-03-10 12:22 ` [Qemu-devel] [PATCH 1/8] linux-user/signal.c: Fix AArch64 big-endian FP register restore riku.voipio
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: riku.voipio @ 2014-03-10 12:22 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, Riku Voipio

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

The following changes since commit d844a7b6569fb2b5252773444b18841426e5b906:

  modules: Fix building with --enable-modules (2014-02-28 12:30:13 +0000)

are available in the git repository at:

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

for you to fetch changes up to cbc14e6f286169949105c10ec60c924e086521ad:

  linux-user: set minimum kernel version to 2.6.32 (2014-03-10 13:55:00 +0200)

Alexander Graf (1):
  linux-user: Implement sendmmsg syscall

Andreas Schwab (1):
  linux-user: Don't use UID16 on AArch64

Michael Matz (1):
  linux-user: AArch64: Implement SA_RESTORER for signal handlers

Petar Jovanovic (2):
  linux-user: translate signal number on return from sigtimedwait
  linux-user: correct handling of break exception for MIPS

Peter Maydell (2):
  linux-user/signal.c: Fix AArch64 big-endian FP register restore
  linux-user: Fix getresuid, getresgid if !USE_UID16

Riku Voipio (1):
  linux-user: set minimum kernel version to 2.6.32

 linux-user/alpha/syscall.h      |   1 +
 linux-user/arm/syscall.h        |   1 +
 linux-user/cris/syscall.h       |   2 +-
 linux-user/i386/syscall.h       |   1 +
 linux-user/m68k/syscall.h       |   2 +-
 linux-user/main.c               |   4 ++
 linux-user/microblaze/syscall.h |   2 +-
 linux-user/mips/syscall.h       |   1 +
 linux-user/mips64/syscall.h     |   1 +
 linux-user/openrisc/syscall.h   |   1 +
 linux-user/ppc/syscall.h        |   1 +
 linux-user/s390x/syscall.h      |   1 +
 linux-user/sh4/syscall.h        |   1 +
 linux-user/signal.c             |  26 ++++++---
 linux-user/sparc/syscall.h      |   1 +
 linux-user/sparc64/syscall.h    |   1 +
 linux-user/syscall.c            | 120 +++++++++++++++++++++++++++++++++-------
 linux-user/syscall_defs.h       |   7 ++-
 linux-user/unicore32/syscall.h  |   1 +
 linux-user/x86_64/syscall.h     |   1 +
 20 files changed, 143 insertions(+), 33 deletions(-)

-- 
1.8.1.2

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

end of thread, other threads:[~2014-03-10 16:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-10 12:22 [Qemu-devel] [PULL 0/8] linux-user update for 2.0 riku.voipio
2014-03-10 12:22 ` [Qemu-devel] [PATCH 1/8] linux-user/signal.c: Fix AArch64 big-endian FP register restore riku.voipio
2014-03-10 12:22 ` [Qemu-devel] [PATCH 2/8] linux-user: AArch64: Implement SA_RESTORER for signal handlers riku.voipio
2014-03-10 12:22 ` [Qemu-devel] [PATCH 3/8] linux-user: Don't use UID16 on AArch64 riku.voipio
2014-03-10 12:22 ` [Qemu-devel] [PATCH 4/8] linux-user: Fix getresuid, getresgid if !USE_UID16 riku.voipio
2014-03-10 12:22 ` [Qemu-devel] [PATCH 5/8] linux-user: Implement sendmmsg syscall riku.voipio
2014-03-10 12:22 ` [Qemu-devel] [PATCH 6/8] linux-user: translate signal number on return from sigtimedwait riku.voipio
2014-03-10 12:22 ` [Qemu-devel] [PATCH 7/8] linux-user: correct handling of break exception for MIPS riku.voipio
2014-03-10 12:23 ` [Qemu-devel] [PATCH 8/8] linux-user: set minimum kernel version to 2.6.32 riku.voipio
2014-03-10 16:43 ` [Qemu-devel] [PULL 0/8] linux-user update for 2.0 Peter Maydell

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