Qemu only supports memory hotplug after 2.1 version, see:
http://wiki.qemu.org/ChangeLog/2.1#x86
In order to avoid errors starting guests, it is better to set the
minimal version required (2.1) in packages specs.
Signed-off-by: Rodrigo Trujillo <rodrigo.trujillo(a)linux.vnet.ibm.com>
---
contrib/DEBIAN/control.in | 2 +-
contrib/kimchi.spec.fedora.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/contrib/DEBIAN/control.in b/contrib/DEBIAN/control.in
index b6acdaf..c46b5b3 100644
--- a/contrib/DEBIAN/control.in
+++ b/contrib/DEBIAN/control.in
@@ -14,7 +14,7 @@ Depends: wok,
gettext,
libvirt-bin,
nfs-common,
- qemu-kvm,
+ qemu-kvm (>= 2.1),
python-parted,
python-psutil (>= 0.6.0),
python-ethtool,
diff --git a/contrib/kimchi.spec.fedora.in b/contrib/kimchi.spec.fedora.in
index c2111f9..1bdf38c 100644
--- a/contrib/kimchi.spec.fedora.in
+++ b/contrib/kimchi.spec.fedora.in
@@ -9,7 +9,7 @@ License: LGPL/ASL2
Source0: %{name}-%{version}.tar.gz
Requires: wok
Requires: ginger-base
-Requires: qemu-kvm
+Requires: qemu-kvm >= 2.1
Requires: gettext
Requires: libvirt
Requires: libvirt-python
--
2.1.0