From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mnud2-00007s-Hy for qemu-devel@nongnu.org; Wed, 16 Sep 2009 09:33:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mnud0-00006x-Qb for qemu-devel@nongnu.org; Wed, 16 Sep 2009 09:33:00 -0400 Received: from [199.232.76.173] (port=40808 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mnud0-00006s-Ms for qemu-devel@nongnu.org; Wed, 16 Sep 2009 09:32:58 -0400 Received: from jupiter.trense.info ([78.46.66.135]:35555) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mnud0-00051d-Bk for qemu-devel@nongnu.org; Wed, 16 Sep 2009 09:32:58 -0400 Received: from ulu.localnet (p54B15B4C.dip.t-dialin.net [84.177.91.76]) by jupiter.trense.info (Postfix) with ESMTPSA id ECA6230325E6 for ; Wed, 16 Sep 2009 15:36:14 +0200 (CEST) From: Pascal Erb Date: Wed, 16 Sep 2009 15:32:47 +0200 MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200909161532.48010.pascal.erb@gruo.de> Subject: [Qemu-devel] version command line option List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org hi, actually I'm getting closer to qemu. And I like it ;-) . As I want to deliver some cd with a virtual machine on it, there's the need to check for an existing installation of qemu on the target host. I managed to check this by simply invoking qemu -h which returns 0 for success. But it seems to be impossible to do something like qemu --version to find out some version information. Since this should be easy to implement, I'd do this. Any informations how to proceed? Greetings, Pascal