Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'kvm-updates/2.6.30' of git://git.kernel.org/pub/scm/virt/kvm/kvm

* 'kvm-updates/2.6.30' of git://git.kernel.org/pub/scm/virt/kvm/kvm:
KVM: Explicity initialize cpus_hardware_enabled

+1
+1
virt/kvm/kvm_main.c
··· 2305 2305 r = -ENOMEM; 2306 2306 goto out_free_0; 2307 2307 } 2308 + cpumask_clear(cpus_hardware_enabled); 2308 2309 2309 2310 r = kvm_arch_hardware_setup(); 2310 2311 if (r < 0)