test_pxe: change net device
virtio is better for virtualization, which is the case
This commit is contained in:
parent
4ca5b47989
commit
56fd404e41
|
@ -1,2 +1,2 @@
|
||||||
test_pxe:
|
test_pxe:
|
||||||
qemu-system-x86_64 -m 1G -boot n -netdev user,id=mynet0,tftp=/srv/pxe-tftp,bootfile=pxelinux.0 -device e1000,netdev=mynet0
|
qemu-system-x86_64 -m 1G -boot n -netdev user,id=mynet0,tftp=/srv/pxe-tftp,bootfile=pxelinux.0 -device virtio-net,netdev=mynet0
|
||||||
|
|
Loading…
Reference in New Issue