X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=README;h=b71eaa8ed037754d2ca51c23b28bdfe153bbfb70;hb=35dc2f5706a957fe9a17d4bc29ad433c541d2fa0;hp=86a8f1e2ab4ef4bb2466a1e7eae764e50b61ec78;hpb=f52bc724a30e45c28f231b48bca5fe0eb22592f0;p=libguestfs.git diff --git a/README b/README index 86a8f1e..b71eaa8 100644 --- a/README +++ b/README @@ -81,6 +81,18 @@ these commands as root: make install +Note on using KVM +---------------------------------------------------------------------- + +If you are using x86-64, then by default the configure script will +look for qemu-kvm (KVM support). You will need a reasonably recent +processor for this to work. KVM is much faster than using plain QEMU. + +You may also need to enable KVM support for non-root users, by doing: + + chmod o+rw /dev/kvm + + Notes on cross-architecture support ----------------------------------------------------------------------