Signed-off-by: John Snow <[email protected]> --- qapi/machine.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/qapi/machine.json b/qapi/machine.json index 942d35d7275..0516112f8e8 100644 --- a/qapi/machine.json +++ b/qapi/machine.json @@ -468,8 +468,7 @@ ## # @NumaNodeOptions: -# -# Create a guest NUMA node. (for OptsVisitor) +# Create a guest NUMA node. (for OptsVisitor) # # @nodeid: NUMA node ID (increase by 1 from 0 if omitted) # @@ -596,11 +595,10 @@ ## # @NumaCpuOptions: -# -# Option "-numa cpu" overrides default cpu to node mapping. It -# accepts the same set of cpu properties as returned by -# `query-hotpluggable-cpus[].props <query-hotpluggable-cpus>`, where -# node-id could be used to override default node mapping. +# Option "-numa cpu" overrides default cpu to node mapping. It +# accepts the same set of cpu properties as returned by +# `query-hotpluggable-cpus[].props <query-hotpluggable-cpus>`, +# where node-id could be used to override default node mapping. # # Since: 2.10 ## -- 2.55.0
