diff --git a/vhostmd.spec b/vhostmd.spec index 9493370..05c5ba9 100644 --- a/vhostmd.spec +++ b/vhostmd.spec @@ -8,7 +8,7 @@ Summary: Virtualization host metrics daemon Name: vhostmd Version: 0.4 -Release: 10%{?dist} +Release: 11%{?dist} License: GPLv2+ Group: System Environment/Daemons BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -188,6 +188,9 @@ exit 0 %changelog +* Fri Jul 23 2010 Richard W.M. Jones - 0.4-11 +- /etc/sysconfig/vhostmd: Default to KVM. + * Tue Jul 13 2010 Richard W.M. Jones - 0.4-10 - Patch Makefile.in directly so we don't need to run autotools. diff --git a/vhostmd.sysconfig b/vhostmd.sysconfig index f3d97c3..2579454 100644 --- a/vhostmd.sysconfig +++ b/vhostmd.sysconfig @@ -8,7 +8,7 @@ VHOSTMD_USER=vhostmd # Set the libvirt URI. -# Uncomment one of these to force KVM or Xen, otherwise libvirt -# will try to choose a suitable default. -#VHOSTMD_URI=qemu:///system +# Choose between KVM and Xen here. If both are commented out then +# the libvirt default URI will be used. +VHOSTMD_URI=qemu:///system #VHOSTMD_URI=xen:///