Markus Armbruster <[email protected]> writes:
> John Snow <[email protected]> writes:
>
>> Signed-off-by: John Snow <[email protected]>
>> ---
>> qapi/machine.json | 208 ++++++++++++++++------------------------------
>> 1 file changed, 73 insertions(+), 135 deletions(-)
>>
>> diff --git a/qapi/machine.json b/qapi/machine.json
>> index 2d63c1bac3b..3a5c6df9cff 100644
>> --- a/qapi/machine.json
>> +++ b/qapi/machine.json
>
> [...]
>
>> @@ -469,8 +453,7 @@
>>
>> ##
>> # @NumaOptions:
>> -#
>> -# A discriminated record of NUMA options. (for OptsVisitor)
>> +# A discriminated record of NUMA options. (for OptsVisitor)
>> #
>> # @type: NUMA option type
>> #
>
> The parenthesis is questionable. As long as it's there, this isn't
> "very trivial".
Could move it into the sentence, like so
# A discriminated record of NUMA options (for OptsVisitor).
But I think we can just drop it.
Neither should be in the "very trivial" jumbo patch.
>> @@ -488,8 +471,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)
>> #
>
> Likewise.
[...]