]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
qapi/machine.json: Remove zero value reference from SMPConfiguration documentation
authorAndrew Jones <drjones@redhat.com>
Tue, 17 Aug 2021 12:53:56 +0000 (14:53 +0200)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 17 Aug 2021 15:26:47 +0000 (16:26 +0100)
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>
qapi/machine.json

index c3210ee1fb24c43c32c56e1765751790b47f2790..157712f00614a2ab4058657cc4ee69db1d504476 100644 (file)
 ##
 # @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