From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56012) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZaPHQ-0005OV-QP for qemu-devel@nongnu.org; Fri, 11 Sep 2015 10:26:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZaPHN-0006ZA-K2 for qemu-devel@nongnu.org; Fri, 11 Sep 2015 10:26:20 -0400 Received: from mail-bn1on0086.outbound.protection.outlook.com ([157.56.110.86]:64688 helo=na01-bn1-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZaPHN-0006YV-EV for qemu-devel@nongnu.org; Fri, 11 Sep 2015 10:26:17 -0400 Date: Fri, 11 Sep 2015 16:26:10 +0200 From: "Edgar E. Iglesias" Message-ID: <20150911142610.GL12618@toto> References: <1441497448-32489-1-git-send-email-T.E.Baldwin99@members.leeds.ac.uk> <1441497448-32489-34-git-send-email-T.E.Baldwin99@members.leeds.ac.uk> <20150911140035.GK12618@toto> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH 33/34] linux-user: Support for restarting system calls for CRIS targets List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: "Edgar E. Iglesias" , Riku Voipio , Timothy E Baldwin , QEMU Developers On Fri, Sep 11, 2015 at 03:20:31PM +0100, Peter Maydell wrote: > On 11 September 2015 at 15:18, Edgar E. Iglesias > wrote: > > On Thu, Sep 10, 2015 at 08:12:21PM +0100, Peter Maydell wrote: > >> On 6 September 2015 at 00:57, Timothy E Baldwin > >> wrote: > >> > Signed-off-by: Timothy Edward Baldwin > >> > --- > >> > > >> > WARNING - NOT TESTED > >> > > >> > linux-user/cris/syscall.h | 2 ++ > >> > linux-user/main.c | 6 +++++- > >> > linux-user/signal.c | 2 +- > >> > 3 files changed, 8 insertions(+), 2 deletions(-) > > > >> Looks OK, but this one I'm not sure enough about the CRIS instruction > >> set and the surrounding code doesn't clarify. Edgar -- is the CRIS > >> instruction for "take linux system call" always exactly 2 bytes long? > >> > > > > Yes, those are always 2 bytes. > > Cool. In that case > Reviewed-by: Peter Maydell > Thanks, me too: Reviewed-by: Edgar E. Iglesias