MCPcopy Create free account
hub / github.com/cloud-hypervisor/cloud-hypervisor / default_net_string

Method default_net_string

test_infra/src/lib.rs:1265–1270  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1263 }
1264
1265 pub fn default_net_string(&self) -> String {
1266 format!(
1267 "tap=,mac={},ip={},mask=255.255.255.128",
1268 self.network.guest_mac0, self.network.host_ip0
1269 )
1270 }
1271
1272 pub fn default_net_string_w_iommu(&self) -> String {
1273 format!(

Callers 13

test_coredumpFunction · 0.80
test_coredump_no_pauseFunction · 0.80
test_nmiFunction · 0.80
setup_ovs_dpdk_guestsFunction · 0.80
test_memory_mergeableFunction · 0.80
_test_countersFunction · 0.80
_test_watchdogFunction · 0.80
_test_pvpanicFunction · 0.80

Calls

no outgoing calls

Tested by 12

test_coredumpFunction · 0.64
test_coredump_no_pauseFunction · 0.64
test_nmiFunction · 0.64
setup_ovs_dpdk_guestsFunction · 0.64
test_memory_mergeableFunction · 0.64
_test_countersFunction · 0.64
_test_watchdogFunction · 0.64
_test_pvpanicFunction · 0.64