Skip to content

Commit 5f7a3ab

Browse files
committed
disable enable_virt_at_load to fix VirtualBox
1 parent 74e02d0 commit 5f7a3ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

virt/kvm/kvm_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5563,7 +5563,7 @@ static struct miscdevice kvm_dev = {
55635563
};
55645564

55655565
#ifdef CONFIG_KVM_GENERIC_HARDWARE_ENABLING
5566-
static bool enable_virt_at_load = true;
5566+
static bool enable_virt_at_load = false;
55675567
module_param(enable_virt_at_load, bool, 0444);
55685568

55695569
__visible bool kvm_rebooting;

0 commit comments

Comments
 (0)