summary refs log tree commit diff
path: root/img/app/Makefile
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2023-03-13 11:46:46 +0000
committerAlyssa Ross <hi@alyssa.is>2023-03-13 12:24:50 +0000
commitb3b985cc3df2dedab370cb6a6ba94f3c1747dd1c (patch)
tree5f3bf8a96fe6e9e009fea0fc20d54bb330c2bb7f /img/app/Makefile
parent4b67ce2d6571addfb6784bd461675da8deca954b (diff)
downloadspectrum-b3b985cc3df2dedab370cb6a6ba94f3c1747dd1c.tar
spectrum-b3b985cc3df2dedab370cb6a6ba94f3c1747dd1c.tar.gz
spectrum-b3b985cc3df2dedab370cb6a6ba94f3c1747dd1c.tar.bz2
spectrum-b3b985cc3df2dedab370cb6a6ba94f3c1747dd1c.tar.lz
spectrum-b3b985cc3df2dedab370cb6a6ba94f3c1747dd1c.tar.xz
spectrum-b3b985cc3df2dedab370cb6a6ba94f3c1747dd1c.tar.zst
spectrum-b3b985cc3df2dedab370cb6a6ba94f3c1747dd1c.zip
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 <hi@alyssa.is>
Diffstat (limited to 'img/app/Makefile')
-rw-r--r--img/app/Makefile1
1 files changed, 0 insertions, 1 deletions
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" \