qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/5] linux-user: various fixes for AArch64


From: Peter Maydell
Subject: [Qemu-devel] [PATCH 0/5] linux-user: various fixes for AArch64
Date: Sun, 2 Mar 2014 19:36:37 +0000

This is a set of miscellaneous patches for linux-user which fix
problems seen with AArch64 guests. Mostly they're from the SuSE
1.6 tree (though I've tweaked one or two of them a bit).

The sendmmsg syscall patch is a significantly revised version
of the patch Alex sent to the list a while back; I've fixed the
problems noted in code review then and also a few more which I
spotted while I was doing that.

Riku: do you want to take these via linux-user or should I
put them in via target-arm? linux-user seems like it makes more
sense to me; there's no dependency on target-arm patches and
some of the patches are generic fixes. Either way I definitely
want to get these into 2.0...

thanks
-- PMM

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

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

 linux-user/signal.c       |  26 ++++++++----
 linux-user/syscall.c      | 104 +++++++++++++++++++++++++++++++++++++++-------
 linux-user/syscall_defs.h |   7 +++-
 3 files changed, 112 insertions(+), 25 deletions(-)

-- 
1.9.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]