go-debos / fakemachine

fake a machine
Apache License 2.0
34 stars 37 forks source link

qemu: Use virtio network card rather then e1000 #168

Closed sjoerdsimons closed 11 months ago

sjoerdsimons commented 11 months ago

Instead of using the (default) qemu emulated e1000 card use a virtio-net card instead which should give a small performance boost.

evelikov commented 11 months ago

Do we need to add "virtio_net" to the InitModules() produced array?