From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:35364) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QV54x-000841-Rl for qemu-devel@nongnu.org; Fri, 10 Jun 2011 13:01:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QV54v-0001K7-QC for qemu-devel@nongnu.org; Fri, 10 Jun 2011 13:01:03 -0400 Received: from mail-pv0-f173.google.com ([74.125.83.173]:32990) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QV54v-0001K1-Gh for qemu-devel@nongnu.org; Fri, 10 Jun 2011 13:01:01 -0400 Received: by pvg3 with SMTP id 3so1381169pvg.4 for ; Fri, 10 Jun 2011 10:01:00 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <5daccf2bf241e937136c5651e3392f181aa4c850.1307014902.git.quintela@redhat.com> References: <5daccf2bf241e937136c5651e3392f181aa4c850.1307014902.git.quintela@redhat.com> Date: Fri, 10 Jun 2011 18:00:59 +0100 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH 08/14] syscall: really return ret code List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: qemu-devel@nongnu.org On 2 June 2011 12:53, Juan Quintela wrote: > We assign ret with the error code, but then return 0 unconditionally. > > Signed-off-by: Juan Quintela Reviewed-by: Peter Maydell -- PMM