(&self)
| 1744 | } |
| 1745 | |
| 1746 | pub fn default_cpus_string(&self) -> String { |
| 1747 | format!( |
| 1748 | "boot={}{}", |
| 1749 | self.num_cpu, |
| 1750 | if self.nested { "" } else { ",nested=off" } |
| 1751 | ) |
| 1752 | } |
| 1753 | |
| 1754 | pub fn default_cpus_with_affinity_string(&self) -> String { |
| 1755 | format!( |