From b3b985cc3df2dedab370cb6a6ba94f3c1747dd1c Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Mon, 13 Mar 2023 11:46:46 +0000 Subject: img/app: don't set up a tap for cloud-hypervisor This makes testing cloud-hypervisor annoying, as it requires privileges, and we have QEMU around anyway if we need to test networking. I have not made the corresponding change in vm/sys/net, because there's not much point testing that VM without any network devices. Signed-off-by: Alyssa Ross --- img/app/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'img/app/Makefile') diff --git a/img/app/Makefile b/img/app/Makefile index 7669568..e94607e 100644 --- a/img/app/Makefile +++ b/img/app/Makefile @@ -107,7 +107,6 @@ run-cloud-hypervisor: $(imgdir)/appvm/blk/root.img start-virtiofsd --memory size=128M,shared=on \ --disk path=$(imgdir)/appvm/blk/root.img,readonly=on \ path=$(RUN_IMG),readonly=on \ - --net tap=tap0,mac=0A:B3:EC:00:00:00 \ --fs tag=virtiofs0,socket=virtiofsd.sock \ --kernel $(KERNEL) \ --cmdline "console=ttyS0 root=PARTLABEL=root" \ -- cgit 1.4.1