Getting the kvm kernel modules: Difference between revisions

From KVM
No edit summary
 
(Add summary table)
Line 8: Line 8:


For testing development snapshots, the kvm-kmod-devel-xx releases are provided.  These don't correspond exactly to any Linux release, but instead contain code from the kvm.git (the kvm development repository) at the point of their release.  These are generally the most up-to-date modules.
For testing development snapshots, the kvm-kmod-devel-xx releases are provided.  These don't correspond exactly to any Linux release, but instead contain code from the kvm.git (the kvm development repository) at the point of their release.  These are generally the most up-to-date modules.
In summary:
{|
! Release type
! Suitable for
|-
| Distribution provided
| Mainstream use; supported by distribution
|-
| kvm-kmod-2.6.x.y
| Running modern, stable kvm releases on older kernels
|-
| kvm-kmod-2.6.x-rcy
| Testing the next kvm-kmod-2.6.x.y release
|-
| kvm-kmod-devel-xx
| Testing bleeding-edge development code
|}

Revision as of 04:56, 26 October 2009

There are a variety of sources of kvm kernel modules. Which ones to use depend on whether you are interested in using, testing, or developing kvm.

As of now, all major community and enterprise distributions contain kvm kernel modules and userspace; these are either installed by default or require installing a kvm package. For someone looking for stability, these are the best choice. No effort is needed to build or install the modules, support is provided by the distribution, and the distribution/module combination is well tested.

For those stuck on an older kernel, but wishing to run a modern, stable kvm release the kvm maintainers provide an external module kit that can run a modern kvm on an older kernel. These packages are named kvm-kmod-2.6.x.y (or kvm-kmod-2.6.x), and correspond to the kvm code contained in Linux 2.6.x.y. They can generally be run on any Linux kernel older than 2.6.x.

If you wish to help testing the kvm component of the next Linux release, but without running a -rc kernel from kernel.org, you may use kvm-kmod-2.6.x-rcy, containing the code from Linux 2.6.x-rcy backported to run on older kernels. Feedback from running this release will help improve the kvm in the next kernel release.

For testing development snapshots, the kvm-kmod-devel-xx releases are provided. These don't correspond exactly to any Linux release, but instead contain code from the kvm.git (the kvm development repository) at the point of their release. These are generally the most up-to-date modules.

In summary:

Release type Suitable for
Distribution provided Mainstream use; supported by distribution
kvm-kmod-2.6.x.y Running modern, stable kvm releases on older kernels
kvm-kmod-2.6.x-rcy Testing the next kvm-kmod-2.6.x.y release
kvm-kmod-devel-xx Testing bleeding-edge development code