Comment 14 for bug 1286256

Revision history for this message
Jian Wen (wenjianhn) wrote :

g.set_backend_settings has not been backported to libguestfs-1.20.

A workaround is to disable the kvm module by adding the following lines to /etc/modprobe.d/blacklist.conf.

blacklist kvm
blacklist kvm-intel
install kvm /bin/true
install kvm-intel /bin/true