aboutsummaryrefslogtreecommitdiff
path: root/qapi
diff options
context:
space:
mode:
authorAndrew Jones <drjones@redhat.com>2021-08-17 14:53:56 +0200
committerPeter Maydell <peter.maydell@linaro.org>2021-08-17 16:26:47 +0100
commit0572edc55b7bb862efadc2f061e4d9abb87171cc (patch)
tree322607a7c7141f405adfb23038ee82c845895274 /qapi
parentbd44d64a3879bb6b0ca19bff3be16e0093502fac (diff)
downloadqemu-0572edc55b7bb862efadc2f061e4d9abb87171cc.zip
qemu-0572edc55b7bb862efadc2f061e4d9abb87171cc.tar.gz
qemu-0572edc55b7bb862efadc2f061e4d9abb87171cc.tar.bz2
qapi/machine.json: Remove zero value reference from SMPConfiguration documentation
Commit 1e63fe685804 ("machine: pass QAPI struct to mc->smp_parse") introduced documentation stating that a zero input value for an SMP parameter indicates that its value should be automatically configured. This is indeed how things work today, but we'd like to change that. Avoid documenting behaviors we want to leave undefined for the time being, giving us freedom to change it later. Fixes: 1e63fe685804 ("machine: pass QAPI struct to mc->smp_parse") Signed-off-by: Andrew Jones <drjones@redhat.com> Acked-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Cornelia Huck <cohuck@redhat.com> Reviewed-by: Yanan Wang <wangyanan55@huawei.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'qapi')
-rw-r--r--qapi/machine.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/qapi/machine.json b/qapi/machine.json
index c3210ee..157712f 100644
--- a/qapi/machine.json
+++ b/qapi/machine.json
@@ -1288,7 +1288,7 @@
##
# @SMPConfiguration:
#
-# Schema for CPU topology configuration. "0" or a missing value lets
+# Schema for CPU topology configuration. A missing value lets
# QEMU figure out a suitable value based on the ones that are provided.
#
# @cpus: number of virtual CPUs in the virtual machine