From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58534) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VvDFf-0001My-Ht for qemu-devel@nongnu.org; Mon, 23 Dec 2013 16:41:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VvDFa-0000TB-QL for qemu-devel@nongnu.org; Mon, 23 Dec 2013 16:41:27 -0500 Received: from mail-pa0-x231.google.com ([2607:f8b0:400e:c03::231]:37921) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VvDFa-0000Sz-ID for qemu-devel@nongnu.org; Mon, 23 Dec 2013 16:41:22 -0500 Received: by mail-pa0-f49.google.com with SMTP id kx10so5691714pab.8 for ; Mon, 23 Dec 2013 13:41:21 -0800 (PST) Sender: Richard Henderson Message-ID: <52B8ADFD.80602@twiddle.net> Date: Mon, 23 Dec 2013 13:41:17 -0800 From: Richard Henderson MIME-Version: 1.0 References: <1387752607-23755-1-git-send-email-peter.maydell@linaro.org> <1387752607-23755-23-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1387752607-23755-23-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 22/25] linux-user: AArch64: define TARGET_CLONE_BACKWARDS List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , qemu-devel@nongnu.org Cc: Peter Crosthwaite , patches@linaro.org, Michael Matz , Alexander Graf , Claudio Fontana , Dirk Mueller , Will Newton , Laurent Desnogues , =?ISO-8859-1?Q?Alex_Benn=E9e?= , kvmarm@lists.cs.columbia.edu, Christoffer Dall On 12/22/2013 02:50 PM, Peter Maydell wrote: > From: Claudio Fontana > > The AArch64 linux-user support was written before but merged after > commit 4ce6243dc621 which cleaned up the handling of the clone() > syscall argument order, so we failed to notice that AArch64 also needs > TARGET_CLONE_BACKWARDS to be defined. Add this define so that clone > and fork syscalls work correctly. > > Signed-off-by: Claudio Fontana > Signed-off-by: Peter Maydell > --- > linux-user/aarch64/syscall.h | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Richard Henderson r~