Re: [PATCH] Add KVM version to monitor "info version"

2008-12-08 Thread Bjørn Mork
Avi Kivity <[EMAIL PROTECTED]> writes: > (qemu) info kvm > enabled (kvm-123) > > or > > (qemu) info kvm > enabled > version kvm-123 > > May be easier to parse, and more backwards compatible. Something like this then? The attached patch adds KVM version to the monitor command "info kvm": (

Re: [PATCH] Add KVM version to monitor "info version"

2008-11-26 Thread Avi Kivity
Glauber Costa wrote: On Wed, Nov 26, 2008 at 8:55 AM, Daniel P. Berrange <[EMAIL PROTECTED]> wrote: On Wed, Nov 26, 2008 at 11:22:03AM +0100, Bj?rn Mork wrote: Trying to track the current KVM head as closely as possible, I often find myself wondering which KVM version a particular guest

Re: [PATCH] Add KVM version to monitor "info version"

2008-11-26 Thread Glauber Costa
On Wed, Nov 26, 2008 at 8:55 AM, Daniel P. Berrange <[EMAIL PROTECTED]> wrote: > On Wed, Nov 26, 2008 at 11:22:03AM +0100, Bj?rn Mork wrote: >> Trying to track the current KVM head as closely as possible, I often >> find myself wondering which KVM version a particular guest instance is >> running.

Re: [PATCH] Add KVM version to monitor "info version"

2008-11-26 Thread Daniel P. Berrange
On Wed, Nov 26, 2008 at 11:22:03AM +0100, Bj?rn Mork wrote: > Trying to track the current KVM head as closely as possible, I often > find myself wondering which KVM version a particular guest instance is > running. The attached patch adds this information to the monitor > command "info version": >

[PATCH] Add KVM version to monitor "info version"

2008-11-26 Thread Bjørn Mork
Trying to track the current KVM head as closely as possible, I often find myself wondering which KVM version a particular guest instance is running. The attached patch adds this information to the monitor command "info version": (qemu) info version 0.9.1 (kvm-79) Signed-off-by: Bjørn Mork <[E