Skip to content

Commit 7c5b360

Browse files
committed
fix(netbench): run QEMU as root
1 parent 34a26a5 commit 7c5b360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benches/netbench/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ hermit() {
2323

2424
echo "Launching $bin image on QEMU"
2525

26-
qemu-system-x86_64 -cpu host \
26+
sudo qemu-system-x86_64 -cpu host \
2727
-enable-kvm -display none -smp 1 -m 1G -serial stdio \
2828
-kernel "$root_dir"/kernel/hermit-loader-x86_64 \
2929
-initrd "$root_dir"/target/x86_64-unknown-hermit/release/$bin \

0 commit comments

Comments
 (0)