From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45115) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKa8K-00053c-B8 for qemu-devel@nongnu.org; Mon, 03 Mar 2014 16:10:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WKa8E-0007ZW-3B for qemu-devel@nongnu.org; Mon, 03 Mar 2014 16:10:44 -0500 Received: from afflict.kos.to ([92.243.29.197]:45102) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKa8D-0007Z0-P9 for qemu-devel@nongnu.org; Mon, 03 Mar 2014 16:10:37 -0500 Date: Mon, 3 Mar 2014 23:10:35 +0200 From: Riku Voipio Message-ID: <20140303211035.GA4102@afflict.kos.to> References: <1393789002-29960-1-git-send-email-peter.maydell@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1393789002-29960-1-git-send-email-peter.maydell@linaro.org> Subject: Re: [Qemu-devel] [PATCH 0/5] linux-user: various fixes for AArch64 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org On Sun, Mar 02, 2014 at 07:36:37PM +0000, Peter Maydell wrote: > 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... Sure, no problem, I'll send a linux-user update with these and Petar's two patches. I definetly want to see these patches in 2.0 as well! Riku > 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 >