<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://linux-kvm.org/index.php?action=history&amp;feed=atom&amp;title=Running_libvirt_with_KVM</id>
	<title>Running libvirt with KVM - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://linux-kvm.org/index.php?action=history&amp;feed=atom&amp;title=Running_libvirt_with_KVM"/>
	<link rel="alternate" type="text/html" href="https://linux-kvm.org/index.php?title=Running_libvirt_with_KVM&amp;action=history"/>
	<updated>2026-05-08T13:48:52Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.5</generator>
	<entry>
		<id>https://linux-kvm.org/index.php?title=Running_libvirt_with_KVM&amp;diff=1846&amp;oldid=prev</id>
		<title>WikiSysop at 14:55, 4 February 2009</title>
		<link rel="alternate" type="text/html" href="https://linux-kvm.org/index.php?title=Running_libvirt_with_KVM&amp;diff=1846&amp;oldid=prev"/>
		<updated>2009-02-04T14:55:23Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;When I build from source KVM and Libvirt (Ubuntu 8.10 desktop), I found that Libvirtd could not connect to&lt;br /&gt;
&lt;br /&gt;
 virsh -c qemu:///system&lt;br /&gt;
complaining that it couldnt connect to the hypervisor. I found that the qemu driver in virsh was hard coded to look in the following places for the qemu executable:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 if ((virFileExists(&amp;quot;/usr/bin/qemu&amp;quot;)) ||&lt;br /&gt;
        (virFileExists(&amp;quot;/usr/bin/qemu-kvm&amp;quot;)) ||&lt;br /&gt;
        (virFileExists(&amp;quot;/usr/bin/kvm&amp;quot;)) ||&lt;br /&gt;
        (virFileExists(&amp;quot;/usr/bin/xenner&amp;quot;)))&lt;br /&gt;
        return 1;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The solution was to symlink&lt;br /&gt;
&lt;br /&gt;
 /usr/bin/kvm -&amp;gt; /usr/local/bin/qemu-system-x86_64&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then the libvirtd qemu driver found, and it all worked great&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
</feed>