We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da4076d commit c4e3a97Copy full SHA for c4e3a97
src/vmm/src/builder.rs
@@ -570,7 +570,7 @@ pub fn build_microvm_for_boot(
570
vm_resources.vm_config.track_dirty_pages,
571
vm_resources.vm_config.vcpu_count,
572
cpu_template.kvm_capabilities.clone(),
573
- vm_resources.pci_config.as_ref().map(|x| x.enabled).unwrap_or(false),
+ vm_resources.pci_config.as_ref().map(|x| x.enabled).unwrap_or(true),
574
)?;
575
576
#[cfg(feature = "gdb")]
0 commit comments