From dbd8629fad4eb1d757c52590aa1edfcc10b1d219 Mon Sep 17 00:00:00 2001 From: Muminul Islam Date: Mon, 26 Apr 2021 12:41:48 -0700 Subject: [PATCH] docs: Fix cpu parameter in networking doc Signed-off-by: Muminul Islam --- docs/networking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/networking.md b/docs/networking.md index cefcc4fd1..14487159f 100644 --- a/docs/networking.md +++ b/docs/networking.md @@ -23,7 +23,7 @@ Use one `--net` command-line argument from cloud-hypervisor to specify the emula ```bash ./cloud-hypervisor \ - --cpus 4 \ + --cpus boot=4 \ --memory "size=512M" \ --disk path=focal-server-cloudimg-amd64.raw \ --kernel my-vmlinux.bin \