From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GSmkC-00040A-NZ for qemu-devel@nongnu.org; Wed, 27 Sep 2006 23:39:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GSmk8-0003v0-Tg for qemu-devel@nongnu.org; Wed, 27 Sep 2006 23:39:28 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GSmk8-0003uk-QL for qemu-devel@nongnu.org; Wed, 27 Sep 2006 23:39:24 -0400 Received: from [65.74.133.4] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GSmp8-0003pd-Hb for qemu-devel@nongnu.org; Wed, 27 Sep 2006 23:44:34 -0400 From: Paul Brook Subject: Re: [Qemu-devel] qemu & arm eabi (armel) Date: Thu, 28 Sep 2006 04:39:19 +0100 References: <45199B1D.8040206@palmsource.com> <200609271938.57898.paul@codesourcery.com> <926371447.20060928062005@gmail.com> In-Reply-To: <926371447.20060928062005@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609280439.20301.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paul Sokolovsky Cc: qemu-devel@nongnu.org > > Of course when using qemu the syscalls thatqemu emulates tend to be more > > important than the host kernel version. By default qemu will report the > > same version as the host kernel. However you can tell it to report a > > different version. > > Excuse me for stupid question, but how? As I mentined in an earlier mail, you can use the -r qemu commandline option, or configure qemu with --enable-uname-release. Paul