Re: [PATCH v2 3/4] qemu-options: tweak to show that CPU count is optional

2021-07-13 Thread Pankaj Gupta
> The initial CPU count number is not required, if any of the topology > options are given, since it can be computed. > > Reviewed-by: Andrew Jones > Reviewed-by: Yanan Wang > Signed-off-by: Daniel P. Berrangé > --- > qemu-options.hx | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >

[PATCH v2 3/4] qemu-options: tweak to show that CPU count is optional

2021-07-13 Thread Daniel P . Berrangé
The initial CPU count number is not required, if any of the topology options are given, since it can be computed. Reviewed-by: Andrew Jones Reviewed-by: Yanan Wang Signed-off-by: Daniel P. Berrangé --- qemu-options.hx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qemu