projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b8c924
)
selftests/bpf: Fix vmtest.sh to launch smp vm.
author
Yucong Sun
<fallentree@fb.com>
Thu, 17 Feb 2022 15:52:12 +0000
(07:52 -0800)
committer
Andrii Nakryiko
<andrii@kernel.org>
Thu, 17 Feb 2022 18:56:18 +0000
(10:56 -0800)
Fix typo in vmtest.sh to make sure it launch proper vm with 8 cpus.
Signed-off-by: Yucong Sun <fallentree@fb.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link:
https://lore.kernel.org/bpf/20220217155212.2309672-1-fallentree@fb.com
tools/testing/selftests/bpf/vmtest.sh
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/bpf/vmtest.sh
b/tools/testing/selftests/bpf/vmtest.sh
index b3afd43549fae0745205491121a25c224fb42ca3..e0bb04a97e1079e58cc2c476f05f0219fa7a938d 100755
(executable)
--- a/
tools/testing/selftests/bpf/vmtest.sh
+++ b/
tools/testing/selftests/bpf/vmtest.sh
@@
-241,7
+241,7
@@
EOF
-nodefaults \
-display none \
-serial mon:stdio \
- "${
qemu_flags
[@]}" \
+ "${
QEMU_FLAGS
[@]}" \
-enable-kvm \
-m 4G \
-drive file="${rootfs_img}",format=raw,index=1,media=disk,if=virtio,cache=none \