Searched refs:NIC_MODEL (Results 1 - 1 of 1) sorted by relevance

/barrelfish-2018-10-04/tools/
H A Dqemu-wrapper.sh24 # Grab NIC_MODEL from env, if unset default to e1000
25 NIC_MODEL="${NIC_MODEL:-e1000e}"
41 echo " --nic-model <name> (nic model to use, defaults to $NIC_MODEL)"
46 echo " NIC_MODEL (Same as --nic-model)"
95 shift; NIC_MODEL="$1"
150 qemu_supports_device $NIC_MODEL
152 echo "$NIC_MODEL not supported. Fall back to e1000"
153 NIC_MODEL=e1000 ;
164 # -device $NIC_MODEL,netde
[all...]

Completed in 99 milliseconds