From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=36340 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OCWZl-0007qi-Cl for qemu-devel@nongnu.org; Thu, 13 May 2010 07:27:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OCTqu-00045W-P4 for qemu-devel@nongnu.org; Thu, 13 May 2010 04:33:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51269) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OCTqu-00045N-Ge for qemu-devel@nongnu.org; Thu, 13 May 2010 04:33:08 -0400 From: Jes.Sorensen@redhat.com Date: Thu, 13 May 2010 10:32:51 +0200 Message-Id: <1273739572-30840-1-git-send-email-Jes.Sorensen@redhat.com> Subject: [Qemu-devel] [PATCH] Add -version-simple argument to QEMU List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, aliguori@us.ibm.com, crobinso@redhat.com, clalance@redhat.com Cc: Jes Sorensen From: Jes Sorensen Hi, I ran into a problem with the version string in QEMU changing, confusing libvirt to not accept the output from qemu -help. Rather than trying to change QEMU or continue to adapt apps when this change, I believe it's a better solution to add a -version-simple argument that just spits out the version number and nothing more. Cheers, Jes Jes Sorensen (1): Add -version-simple argument, printing only version number. qemu-options.hx | 8 ++++++++ vl.c | 9 +++++++++ 2 files changed, 17 insertions(+), 0 deletions(-)