KVM - The Linux Kernel-Based Virtual Machine
News, Blogs and Resources on the Linux (KVM) Kernel-Based Virtual Machine

kvm-kmod 2.6.32.7 Released

Today kvm developer Jan Kizka released the latest version of the kvm kernel module. kvm-kmod 2.6.32.7 includes mostly bug fixes against the interface to userspace and also a kernel memory leak fix. Improvements have also been made for packagers of the kernel module. As with all the kvm-kmod releases you can use this to include the latest kernel kvm module features that your current kernel will support even if it is an older version. As usual, to install this module against your current kernel, you simply run configure then make and make install.

Below shows the changelog included with this release:

KVM changes since kvm-kmod-2.6.32.4:

  • only clear irq_source_id if irqchip is present
  • fix lock imbalance in kvm_*_irq_source_id()
  • x86: Fix leak of free lapic date in kvm_arch_vcpu_init()
  • x86: Fix probable memory leak of vcpu->arch.mce_banks
  • x86: Fix host_mapping_level()
  • MMU: bail out pagewalk on kvm_read_guest error
  • Fix race between APIC TMR and IRR
  • only allow one gsi per fd

kvm-kmod changes:

  • provide kvm_para.h headers
  • Report missing configure run more elegantly
  • Do not rename old kernel modules during installation, rely on depmod preferring update directory
  • Use standard modules_install
  • small cleanups

You can find the original announcement on the mailing list at the following link

http://www.mail-archive.com/kvm@vger.kernel.org/msg28001.html

You can download this latest version at the following link.

https://sourceforge.net/projects/kvm/files/kvm-kmod/2.6.32.7/kvm-kmod-2.6.32.7.tar.bz2/download

See Also

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.