summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2023-06-06 13:09:59 +0000
committerAlyssa Ross <hi@alyssa.is>2023-06-07 09:43:24 +0000
commitf5fc8d42f8b9f3e62e71b8c3359997366fe0760e (patch)
treed96009ad4389fc2a4cc2e747b593af45f99bbb15
parent047d1b726555af0cb1b327f81e9893fc5e9eaab0 (diff)
downloadspectrum-f5fc8d42f8b9f3e62e71b8c3359997366fe0760e.tar
spectrum-f5fc8d42f8b9f3e62e71b8c3359997366fe0760e.tar.gz
spectrum-f5fc8d42f8b9f3e62e71b8c3359997366fe0760e.tar.bz2
spectrum-f5fc8d42f8b9f3e62e71b8c3359997366fe0760e.tar.lz
spectrum-f5fc8d42f8b9f3e62e71b8c3359997366fe0760e.tar.xz
spectrum-f5fc8d42f8b9f3e62e71b8c3359997366fe0760e.tar.zst
spectrum-f5fc8d42f8b9f3e62e71b8c3359997366fe0760e.zip
host/rootfs: put vmm.sock in build dir
This was missed when I did all the other components.

Fixes: 35f8ba0 ("Put sockets created by Makefiles into build dirs")
Signed-off-by: Alyssa Ross <hi@alyssa.is>
-rw-r--r--host/rootfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/rootfs/Makefile b/host/rootfs/Makefile
index 06384de..44c8070 100644
--- a/host/rootfs/Makefile
+++ b/host/rootfs/Makefile
@@ -141,7 +141,7 @@ run: build/live.img $(EXT_FS) build/rootfs.verity.roothash
 	exec $(QEMU_KVM) -cpu host -m 2G \
 	    -machine q35,kernel=$(KERNEL),kernel-irqchip=split,initrd=$(INITRAMFS) \
 	    -display gtk,gl=on \
-	    -qmp unix:vmm.sock,server,nowait \
+	    -qmp unix:build/vmm.sock,server,nowait \
 	    -monitor vc \
 	    -parallel none \
 	    -drive file=build/live.img,if=virtio,format=raw,readonly=on \