From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MoFK5-0005WO-Hl for qemu-devel@nongnu.org; Thu, 17 Sep 2009 07:38:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MoFK4-0005WC-Lb for qemu-devel@nongnu.org; Thu, 17 Sep 2009 07:38:49 -0400 Received: from [199.232.76.173] (port=34824 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MoFK4-0005W7-EY for qemu-devel@nongnu.org; Thu, 17 Sep 2009 07:38:48 -0400 Received: from jupiter.trense.info ([78.46.66.135]:40232) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MoFK3-0006Bi-JA for qemu-devel@nongnu.org; Thu, 17 Sep 2009 07:38:48 -0400 Received: from ulu.localnet (p54B13EBC.dip.t-dialin.net [84.177.62.188]) by jupiter.trense.info (Postfix) with ESMTPSA id 6BE6330325E2 for ; Thu, 17 Sep 2009 13:42:14 +0200 (CEST) From: Pascal Erb Subject: Re: [Qemu-devel] version command line option Date: Thu, 17 Sep 2009 13:38:45 +0200 References: <200909161532.48010.pascal.erb@gruo.de> <761ea48b0909160817q2ac0b735n834834972552015@mail.gmail.com> In-Reply-To: <761ea48b0909160817q2ac0b735n834834972552015@mail.gmail.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200909171338.45470.pascal.erb@gruo.de> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org > I came up with this but that looks overly complex and fragile :-) > > qemu-x86_64 -h | head -1 | awk '{ print $3 }' | sed 's/,$//' > Hmmm. I agree with you. This looks really fragile since it is impossible to know in advance, head, awk or sed to be installed on the target host (having some ugly commercial OS with very low abilities in mind...). But thank you anyway that you strived for a quick solution :-) My question tended more into the way: Where is the repository and where could I find the coding guidelines, etc? And how should I proceed to add the corresponding source code? About the repository I found already out how to make an anonymous checkout (git clone git://git.savannah.nongnu.org/qemu.git). Is there a howto document somewhere how to submit my code? Are there any public accessible documents about qemu's architecture or structure? Greetings, Pascal