<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://linux-kvm.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=K6ekb</id>
	<title>KVM - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://linux-kvm.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=K6ekb"/>
	<link rel="alternate" type="text/html" href="https://linux-kvm.org/page/Special:Contributions/K6ekb"/>
	<updated>2026-04-21T21:41:37Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.5</generator>
	<entry>
		<id>https://linux-kvm.org/index.php?title=User:K6ekb&amp;diff=2772</id>
		<title>User:K6ekb</title>
		<link rel="alternate" type="text/html" href="https://linux-kvm.org/index.php?title=User:K6ekb&amp;diff=2772"/>
		<updated>2010-01-11T19:50:39Z</updated>

		<summary type="html">&lt;p&gt;K6ekb: initial edit&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Ed Braaten&#039;s User Page =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Ed Braaten&lt;br /&gt;
http://braaten-family.org/ed/&lt;/div&gt;</summary>
		<author><name>K6ekb</name></author>
	</entry>
	<entry>
		<id>https://linux-kvm.org/index.php?title=User_talk:K6ekb&amp;diff=2771</id>
		<title>User talk:K6ekb</title>
		<link rel="alternate" type="text/html" href="https://linux-kvm.org/index.php?title=User_talk:K6ekb&amp;diff=2771"/>
		<updated>2010-01-11T19:49:01Z</updated>

		<summary type="html">&lt;p&gt;K6ekb: initial edit&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Ed Braaten&#039;s Talk Page =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Ed Braaten&lt;br /&gt;
http://braaten-family.org/ed/&lt;/div&gt;</summary>
		<author><name>K6ekb</name></author>
	</entry>
	<entry>
		<id>https://linux-kvm.org/index.php?title=Choose_the_right_kvm_%26_kernel_version&amp;diff=2770</id>
		<title>Choose the right kvm &amp; kernel version</title>
		<link rel="alternate" type="text/html" href="https://linux-kvm.org/index.php?title=Choose_the_right_kvm_%26_kernel_version&amp;diff=2770"/>
		<updated>2010-01-11T19:45:51Z</updated>

		<summary type="html">&lt;p&gt;K6ekb: changes to improve readibility&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Three Components ==&lt;br /&gt;
&lt;br /&gt;
To make it work, you need to get the right version for three components:&lt;br /&gt;
&lt;br /&gt;
* Linux Module&lt;br /&gt;
* User Space Application&lt;br /&gt;
* Guest Virtio Driver   &lt;br /&gt;
&lt;br /&gt;
== Linux Module ==&lt;br /&gt;
&lt;br /&gt;
KVM requires a linux kernel module to support full virtualization. The linux module consists of three files: kvm.ko, kvm_intel.ko (for Intel processors), kvm_amd.ko (for AMD processors). You can install these modules just like you install drivers for your video card. The good news is, you may not need to install anything - the 2.6.20 kernel version (and higher) includes these kernel modules as part of the mainline kernel.  It will depend on your distribution configuration whether these modules are actually in the distribution kernel as a built-in or provided as modules (or possibly absent). Here is a table listing the relation of KVM module versions to mainline kernel releases:                                                                    &lt;br /&gt;
&lt;br /&gt;
* 2.6.20 kvm-12&lt;br /&gt;
* 2.6.21 kvm-17&lt;br /&gt;
* 2.6.22 kvm-22&lt;br /&gt;
&lt;br /&gt;
If you are not sure your linux distribution contain it or not, use this command:&lt;br /&gt;
&lt;br /&gt;
 modprobe -l | grep kvm&lt;br /&gt;
&lt;br /&gt;
The linux module can be built from source code. This is also the recommended way to get the right version of linux module. Compiling from the source code, and than make install should make the linux module inserted into your /lib/modules/linux-`uname -r`. Simply make it in use by:&lt;br /&gt;
&lt;br /&gt;
 modprobe kvm&lt;br /&gt;
 modprobe kvm_intel&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 modprobe kvm&lt;br /&gt;
 modprobe kvm_amd&lt;br /&gt;
&lt;br /&gt;
=== User space application ===&lt;br /&gt;
&lt;br /&gt;
Compile from source code, you can get it. Otherwise, refer to the previous section.&lt;br /&gt;
&lt;br /&gt;
=== Guest virtio driver ===&lt;br /&gt;
&lt;br /&gt;
There was no special requirement for guest operating system if you are not using para-visualized disk ornetwork adapter. If you are using them, make sure you get virtio_pci.ko, virtio_rng.ko, virtio_blk.ko, virtio_net.ko. They are in 2.6.25 or later kernel. There is also a option to backport them.&lt;br /&gt;
&lt;br /&gt;
Refer to [[Virtio]] for more information&lt;/div&gt;</summary>
		<author><name>K6ekb</name></author>
	</entry>
</feed>