diff --git a/vmm/src/config.rs b/vmm/src/config.rs index 6a005ba0f..b88ee6f33 100644 --- a/vmm/src/config.rs +++ b/vmm/src/config.rs @@ -1756,7 +1756,8 @@ impl SgxEpcConfig { impl NumaConfig { pub const SYNTAX: &'static str = "Settings related to a given NUMA node \ \"guest_numa_id=,cpus=,distances=,\ - memory_zones=,sgx_epc_sections=\""; + memory_zones=,sgx_epc_sections=,\ + pci_segments=\""; pub fn parse(numa: &str) -> Result { let mut parser = OptionParser::new();