[libvirt] How to config my VM to use KVM with libvirt?

Daniel P. Berrange berrange at redhat.com
Tue Jul 21 10:14:37 UTC 2009


On Tue, Jul 21, 2009 at 05:47:15PM +0900, Jun Koi wrote:
> Hi,
> 
> I have a VM running under libvirt, and it is currently run with
> -no-kvm option (I saw that in "ps" output).
> Now I want to run this VM with KVM. How can I reconfigure it for that?
> 
> I looked into its configuration file under /etc/libvirt/qemu, but
> didnt see any option to turn KVM on.

Run 'virsh edit GUEST'  and on the top <domain> element, change the
type attribute to be 'kvm' instead of 'qemu'. ALso in the 
<emulator> element change the path to point to /usr/bin/qemu-kvm


NB, make sure you have the kvm modules loaded of course, otherwise it'll
still fallback to emulation

Daniel
-- 
|: Red Hat, Engineering, London   -o-   http://people.redhat.com/berrange/ :|
|: http://libvirt.org  -o-  http://virt-manager.org  -o-  http://ovirt.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: GnuPG: 7D3B9505  -o-  F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :|




More information about the libvir-list mailing list