Re: [Qemu-devel] [PATCH v2 22/25] linux-user: AArch64: define TARGET_CLONE_BACKWARDS

2013-12-23 Thread Richard Henderson
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_BA

[Qemu-devel] [PATCH v2 22/25] linux-user: AArch64: define TARGET_CLONE_BACKWARDS

2013-12-22 Thread Peter Maydell
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