Message ID | 20220217155212.2309672-1-fallentree@fb.com (mailing list archive) |
---|---|
State | Accepted |
Commit | b38101c57acf9543ed7c4b0f43fd65ea27240772 |
Delegated to: | BPF |
Headers | show |
Series | [bpf-next] selftests/bpf: fix vmtest.sh to launch smp vm. | expand |
Hello: This patch was applied to bpf/bpf-next.git (master) by Andrii Nakryiko <andrii@kernel.org>: On Thu, 17 Feb 2022 07:52:12 -0800 you wrote: > Fix typo in vmtest.sh to make sure it launch proper vm with 8 cpus. > > Signed-off-by: Yucong Sun <fallentree@fb.com> > --- > tools/testing/selftests/bpf/vmtest.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Here is the summary with links: - [bpf-next] selftests/bpf: fix vmtest.sh to launch smp vm. https://git.kernel.org/bpf/bpf-next/c/b38101c57acf You are awesome, thank you!
diff --git a/tools/testing/selftests/bpf/vmtest.sh b/tools/testing/selftests/bpf/vmtest.sh index b3afd43549fa..e0bb04a97e10 100755 --- 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 \
Fix typo in vmtest.sh to make sure it launch proper vm with 8 cpus. Signed-off-by: Yucong Sun <fallentree@fb.com> --- tools/testing/selftests/bpf/vmtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)