qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] version command line option


From: Laurent Desnogues
Subject: Re: [Qemu-devel] version command line option
Date: Wed, 16 Sep 2009 17:17:45 +0200

On Wed, Sep 16, 2009 at 3:32 PM, Pascal Erb <address@hidden> wrote:
> 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?

I came up with this but that looks overly complex and fragile :-)

qemu-x86_64 -h | head -1 | awk '{ print $3 }' | sed 's/,$//'


Laurent




reply via email to

[Prev in Thread] Current Thread [Next in Thread]