diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-22 08:46:35 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-22 08:46:35 +0100 |
commit | 54dd7be5855055a698291084c0074a1abac7b921 (patch) | |
tree | 25ca5c38e6f4d2cfc36b6449128926320551cd6a /README | |
parent | 0d89fb44869a22c0a3fb84fd13d31006e41799f9 (diff) | |
download | libguestfs-54dd7be5855055a698291084c0074a1abac7b921.tar.gz libguestfs-54dd7be5855055a698291084c0074a1abac7b921.tar.xz libguestfs-54dd7be5855055a698291084c0074a1abac7b921.zip |
Allow selection of qemu using --with-qemu
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 ---------------------------------------------------------------------- |