mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
5620c60959
Recently e1000 NIC support was added to bhyve; implement that in the bhyve driver: - Add capability check by analyzing output of the 'bhyve -s 0,e1000' command - Modify bhyveBuildNetArgStr() to support e1000 and also pass virConnectPtr so it could call bhyveDriverGetCaps() to check if this NIC is supported - Modify command parsing code to add support for e1000 and adjust tests - Add net-e1000 test
9 lines
130 B
Plaintext
9 lines
130 B
Plaintext
/usr/sbin/bhyve \
|
|
-c 1 \
|
|
-m 214 \
|
|
-H \
|
|
-P \
|
|
-s 0:0,hostbridge \
|
|
-s 1:0,e1000,tap0 \
|
|
-s 1:1,e1000,tap1,mac=FE:ED:AD:EA:DF:15 bhyve
|