From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C6yhm-0003H2-TC for qemu-devel@nongnu.org; Mon, 13 Sep 2004 17:49:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C6yhm-0003Gf-1a for qemu-devel@nongnu.org; Mon, 13 Sep 2004 17:49:46 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C6yhl-0003GM-T6 for qemu-devel@nongnu.org; Mon, 13 Sep 2004 17:49:45 -0400 Received: from [129.104.30.34] (helo=a.mx.polytechnique.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C6ybQ-0001QB-SZ for qemu-devel@nongnu.org; Mon, 13 Sep 2004 17:43:13 -0400 Received: from localhost (localhost [127.0.0.1]) by djali.m4x.org (Postfix) with ESMTP id 0BB74331A9 for ; Mon, 13 Sep 2004 23:43:12 +0200 (CEST) Received: from djali.m4x.org ([127.0.0.1]) by localhost (djali [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 15863-02 for ; Mon, 13 Sep 2004 23:43:11 +0200 (CEST) Received: from bellard.org (nas-cbv-5-213-228-50-7.dial.proxad.net [213.228.50.7]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by ssl.polytechnique.org (Postfix) with ESMTP id 3297233173 for ; Mon, 13 Sep 2004 23:43:11 +0200 (CEST) Message-ID: <41460FBA.3040909@bellard.org> Date: Mon, 13 Sep 2004 23:23:06 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] [patch] Fix uname syscall References: <200409111933.10136.paul@codesourcery.com> In-Reply-To: <200409111933.10136.paul@codesourcery.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Applied, but suppressed ifdefs. Fabrice. Paul Brook wrote: > The patch below changes the uname syscall to return the emulated machine type, > rather than the host machine type. Without this things get awfully confused > when trying to compile in a chroot.