Disable KVM support if the kernel modules have broken memory slot handling
authoraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 9 Dec 2008 19:59:09 +0000 (19:59 +0000)
committeraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 9 Dec 2008 19:59:09 +0000 (19:59 +0000)
commitc72deb29017d2f5e1005600eed7fbba965f2be3b
tree080330bfa46e1d5e9ac05d2dcf0e0f6b28f03177
parentb2cdd2f1b5743c7637a056e9dbdddc4be21486a4
Disable KVM support if the kernel modules have broken memory slot handling

Prior to kvm-80, memory slot deletion was broken in the KVM kernel
modules.  In kvm-81, a new capability is introduced to signify that this
problem has been fixed.

Since we rely on being able to delete memory slots, refuse to work with
any kernel module that does not have this capability present.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5960 c046a42c-6fe2-441c-8c8c-71466251a162
configure
kvm-all.c