From 56fd404e410b4656bfb2d549fa1a9a31edb182fa Mon Sep 17 00:00:00 2001 From: pedro Date: Thu, 17 Oct 2024 01:53:42 +0200 Subject: [PATCH] test_pxe: change net device virtio is better for virtualization, which is the case --- pxe/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pxe/Makefile b/pxe/Makefile index edf648f..e325751 100644 --- a/pxe/Makefile +++ b/pxe/Makefile @@ -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