Searched defs:TestVm (Results 1 – 2 of 2) sorted by relevance
231 pub struct TestVm { struct233 sys: TestVmSys, argument238 impl TestVm { impl301 pub fn new(cfg: Config) -> Result<TestVm> { in new()307 pub fn new_with_config_file(cfg: Config) -> Result<TestVm> { in new_with_config_file()419 impl Drop for TestVm { implementation
28 fn backcompat_test_simple_lspci(vm: &mut TestVm) { in backcompat_test_simple_lspci()