configure: make default KVM_VERSION qemu-kvm-devel
commitff535f8178bdae8150f71c57276bd60e0bf37fc9
authorMark McLoughlin <markmc@redhat.com>
Mon, 10 Aug 2009 09:39:22 +0000 (10 10:39 +0100)
committerAvi Kivity <avi@redhat.com>
Mon, 10 Aug 2009 09:41:30 +0000 (10 12:41 +0300)
tree45e139e90b7452e575fde055b10e57dd61b3cadb
parent1c45eec341763ed38270a3d1f230044fdfeefb16
configure: make default KVM_VERSION qemu-kvm-devel

Released versions of qemu-kvm now have a KVM_VERSION of either
qemu-kvm-x.y.z or qemu-kvm-devel-XX. However, when building from git,
KVM_VERSION is kvm-devel.

Defaulting to qemu-kvm-devel makes more sense.

With newer versions of qemu-kvm, libvirt actually ignores the kvm
snapshot number (i.e. 86, 87 etc.) and just uses the 'qemu-kvm-'
string to detect that this is the kvm fork of qemu. The actual kvm
snapshot number is no longer important, it's the qemu version number
which is important.

Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
configure