From 0572edc55b7bb862efadc2f061e4d9abb87171cc Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Tue, 17 Aug 2021 14:53:56 +0200 Subject: [PATCH] qapi/machine.json: Remove zero value reference from SMPConfiguration documentation MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 Acked-by: Paolo Bonzini Reviewed-by: Cornelia Huck Reviewed-by: Yanan Wang Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Peter Maydell --- qapi/machine.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qapi/machine.json b/qapi/machine.json index c3210ee1fb..157712f006 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 -- 2.11.0