We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfb1e40 commit 3a19026Copy full SHA for 3a19026
1 file changed
src/vmm/src/vmm_config/machine_config.rs
@@ -288,7 +288,7 @@ impl MachineConfig {
288
#[cfg(test)]
289
mod tests {
290
use crate::cpu_config::templates::{CpuTemplateType, CustomCpuTemplate, StaticCpuTemplate};
291
- use crate::vmm_config::machine_config::{MachineConfig, MachineConfigUpdate};
+ use crate::vmm_config::machine_config::MachineConfig;
292
293
// Ensure the special (de)serialization logic for the cpu_template field works:
294
// only static cpu templates can be specified via the machine-config endpoint, but
0 commit comments