(&mut self)
| 2005 | } |
| 2006 | |
| 2007 | pub fn default_net(&mut self) -> &mut Self { |
| 2008 | self.args(["--net", self.guest.default_net_string().as_str()]) |
| 2009 | } |
| 2010 | |
| 2011 | pub fn default_kernel_cmdline_with_platform(&mut self, platform: Option<&str>) -> &mut Self { |
| 2012 | if self.guest.vm_type == GuestVmType::Confidential { |