Yesterday a new git repository was released for the kvm kernel module only. The repository is very small is really designed to be used by users running pre-kvm Linux distro kernels or for upgrading to the latest kvm kernel modules on distro kernels
This repository can be used independently of the recently released qemu-kvm git repository released a few days ago.
The kvm-kmod git repository can be found at the following link:
git://git.kernel.org/pub/scm/virt/kvm/kvm-kmod.git
You can use also use the git submodule commands which allows you to check out a kernel tree for a specific version. To use these commands you'd issue the following commands.
$ cd kvm-kmod/ $ git submodule init Submodule 'linux-2.6' (git://git.kernel.org/pub/scm/virt/kvm/kvm.git) registered for path 'linux-2.6' $ git submodule update Initialized empty Git repository in /home/hsolomon/gitrepos/kvm-kmod/kvm-kmod/linux-2.6/.git/ remote: Counting objects: 1195544, done. remote: Compressing objects: 100% (202312/202312), done. remote: Total 1195544 (delta 996211), reused 1185744 (delta 986511) Receiving objects: 100% (1195544/1195544), 292.88 MiB | 761 KiB/s, done. Resolving deltas: 100% (996211/996211), done. Submodule path 'linux-2.6': checked out '41b76d8d0487c26d6d4d3fe53c1ff59b3236f096'
The official announcement on the mailing list can be found the following link:
http://www.mail-archive.com/kvm@vger.kernel.org/msg13488.html
Comments
Post new comment