https://bugzilla.kernel.org/show_bug.cgi?id=203543 --- Comment #13 from David Hill (hilld@xxxxxxxxxxxxxxx) --- Well, I did this: 1) git checkout v5.2-rc1 2) compile it 3) configure grub to use it 4) reboot 5) boot the existing VM 6) lsmod | grep kvm_intel and at 5) it wasn't loaded. next I did: 1) git checkout v5.2-rc1 2) git revert f93f7ede087f2edcc18e4b02310df5749a6b5a61 3) git revert e51bfdb68725dc052d16241ace40ea3140f938aa. 4) compile that 5) configure grub to use it 6) reboot 7) boot the existing VM 8) lsmod | grep kvm_intel and at 8) it was loaded. -- You are receiving this mail because: You are watching the assignee of the bug.