Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ wait_vm_boot
Method
wait_vm_boot
test_infra/src/lib.rs:322–324 ·
view source on GitHub ↗
(&self, custom_timeout: u32)
Source
from the content-addressed store, hash-verified
320
}
321
322
pub fn wait_vm_boot(&self, custom_timeout: u32) -> Result<(), WaitForBootError> {
323
Self::wait_vm_boot_from(self.tcp_listener_port, &self.guest_ip0, custom_timeout)
324
}
325
}
326
327
pub enum DiskType {
Callers
15
test_cpu_physical_bits
Function · 0.80
_test_nested_virtualization
Function · 0.80
test_large_vm
Function · 0.80
test_huge_memory
Function · 0.80
test_user_defined_memory_regions
Function · 0.80
test_iommu_segments
Function · 0.80
test_pci_multiple_segments_numa_node
Function · 0.80
test_direct_kernel_boot_bzimage
Function · 0.80
run_multiqueue_qcow2_test
Function · 0.80
test_virtio_block_qcow2_dirty_bit_unclean_shutdown
Function · 0.80
test_virtio_block_qcow2_dirty_bit_clean_shutdown
Function · 0.80
test_boot_from_virtio_pmem
Function · 0.80
Calls
1
default_boot_timeout
Method · 0.80
Tested by
15
test_cpu_physical_bits
Function · 0.64
_test_nested_virtualization
Function · 0.64
test_large_vm
Function · 0.64
test_huge_memory
Function · 0.64
test_user_defined_memory_regions
Function · 0.64
test_iommu_segments
Function · 0.64
test_pci_multiple_segments_numa_node
Function · 0.64
test_direct_kernel_boot_bzimage
Function · 0.64
run_multiqueue_qcow2_test
Function · 0.64
test_virtio_block_qcow2_dirty_bit_unclean_shutdown
Function · 0.64
test_virtio_block_qcow2_dirty_bit_clean_shutdown
Function · 0.64
test_boot_from_virtio_pmem
Function · 0.64