From e2bd35f4bb5fb3298eb30c3ab0d4f70442cab718 Mon Sep 17 00:00:00 2001 From: Sebastien Boeuf Date: Mon, 15 Nov 2021 11:05:53 +0100 Subject: [PATCH] main: Extend cpus parameter syntax Extend the existing list of options available for the 'cpus' parameter with the newly added option 'affinity'. Signed-off-by: Sebastien Boeuf --- src/main.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 89ef302d1..b50187e27 100644 --- a/src/main.rs +++ b/src/main.rs @@ -150,7 +150,8 @@ fn create_app<'a, 'b>( .help( "boot=,max=,\ topology=:::,\ - kvm_hyperv=on|off,max_phys_bits=", + kvm_hyperv=on|off,max_phys_bits=,\ + affinity=", ) .default_value(default_vcpus) .group("vm-config"),