Skip to content
Snippets Groups Projects
Commit 0572edc5 authored by Andrew Jones's avatar Andrew Jones Committed by Peter Maydell
Browse files

qapi/machine.json: Remove zero value reference from SMPConfiguration documentation


Commit 1e63fe68 ("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: 1e63fe68 ("machine: pass QAPI struct to mc->smp_parse")
Signed-off-by: default avatarAndrew Jones <drjones@redhat.com>
Acked-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
Reviewed-by: default avatarCornelia Huck <cohuck@redhat.com>
Reviewed-by: default avatarYanan Wang <wangyanan55@huawei.com>
Reviewed-by: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
parent bd44d64a
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment