From: Yanan Wang Date: Wed, 29 Sep 2021 02:58:01 +0000 (+0800) Subject: qapi/machine: Fix an incorrect comment of SMPConfiguration X-Git-Tag: v6.2.0-rc0~75^2~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7237c7ce772794d6be10b8b987fe4d02dfd76562;p=thirdparty%2Fqemu.git qapi/machine: Fix an incorrect comment of SMPConfiguration The explanation of @cores should be "number of cores per die" but not "number of cores per thread". Let's fix it. Fixes: 1e63fe685804 ("machine: pass QAPI struct to mc->smp_parse") Signed-off-by: Yanan Wang Reviewed-by: Daniel P. Berrangé Message-Id: <20210929025816.21076-2-wangyanan55@huawei.com> Signed-off-by: Paolo Bonzini --- diff --git a/qapi/machine.json b/qapi/machine.json index f1c4983b64d..0e91a57a76b 100644 --- a/qapi/machine.json +++ b/qapi/machine.json @@ -1393,7 +1393,7 @@ # # @dies: number of dies per socket in the CPU topology # -# @cores: number of cores per thread in the CPU topology +# @cores: number of cores per die in the CPU topology # # @threads: number of threads per core in the CPU topology #