From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50169) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bGN6m-0004WI-Dp for qemu-devel@nongnu.org; Fri, 24 Jun 2016 05:09:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bGN6g-0000cp-Bm for qemu-devel@nongnu.org; Fri, 24 Jun 2016 05:09:03 -0400 Received: from jessie.kos.to ([212.47.231.226]:36632 helo=pilvi.kos.to) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bGN6g-0000b0-5x for qemu-devel@nongnu.org; Fri, 24 Jun 2016 05:08:58 -0400 Date: Fri, 24 Jun 2016 12:08:47 +0300 From: Riku Voipio Message-ID: <20160624090847.GA33394@beaming.home> References: <1466555533-18359-1-git-send-email-rth@twiddle.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH v2 0/5] linux-user: safe_syscall updates List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Richard Henderson , QEMU Developers On Thu, Jun 23, 2016 at 01:10:40PM +0100, Peter Maydell wrote: > On 22 June 2016 at 01:32, Richard Henderson wrote: > > Rebased on Riku's linux-user-for-upstream branch. > > Fixed some nits that Peter pointed out. > > Fixed the ppc64 version to properly return -errno. > > > > Retested all except s390x, which is, at the moment, inconvenient. > I don't know enough s390/ppc to really review those two patches > but they look right to me. All pushed to linux-user, thanks! https://git.linaro.org/people/riku.voipio/qemu.git/shortlog/refs/heads/linux-user-for-upstream I'll craft a pull req to get these in well before soft freeze. Riku