test_pxe: change net device

virtio is better for virtualization, which is the case
This commit is contained in:
pedro 2024-10-17 01:53:42 +02:00
parent 4ca5b47989
commit 56fd404e41
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
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