From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43253) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UscaW-0006iv-Qj for qemu-devel@nongnu.org; Fri, 28 Jun 2013 13:36:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UscaT-0006RZ-B3 for qemu-devel@nongnu.org; Fri, 28 Jun 2013 13:36:00 -0400 Received: from mail-ye0-x230.google.com ([2607:f8b0:4002:c04::230]:57129) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UscaT-0006RO-5Q for qemu-devel@nongnu.org; Fri, 28 Jun 2013 13:35:57 -0400 Received: by mail-ye0-f176.google.com with SMTP id m14so462133yen.35 for ; Fri, 28 Jun 2013 10:35:56 -0700 (PDT) Sender: Richard Henderson Message-ID: <51CDC977.1050309@twiddle.net> Date: Fri, 28 Jun 2013 10:35:51 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1372425752-5749-1-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1372425752-5749-1-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] linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Jia Liu , patches@linaro.org, Riku Voipio , Alexander Graf , qemu-devel@nongnu.org, Blue Swirl , "Edgar E. Iglesias" , Guan Xuetao , =?ISO-8859-1?Q?Andreas_F=E4rber?= , Aurelien Jarno On 06/28/2013 06:22 AM, Peter Maydell wrote: > The functions cpu_clone_regs() and cpu_set_tls() are not purely CPU > related -- they are specific to the TLS ABI for a a particular OS. > Move them into the linux-user/ tree where they belong. > > target-lm32 had entirely unused implementations, since it has no > linux-user target; just drop them. > > Signed-off-by: Peter Maydell > --- > Changes v1->v2: move the openrisc and i386 functions (accidentally > omitted from v1), drop the unused lm32 functions. Acked-by: Richard Henderson r~