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". > @@ -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. [...] > @@ -1156,10 +1125,9 @@ > > ## > # @BALLOON_CHANGE: > -# > -# Emitted when the guest changes the actual BALLOON level. This value > -# is equivalent to the @actual field return by the `query-balloon` > -# command > +# Emitted when the guest changes the actual BALLOON level. This > +# value is equivalent to the @actual field return by the > +# `query-balloon` command > # > # @actual: the logical size of the VM in bytes. Formula used: > # logical_vm_size = vm_ram_size - balloon_size Two sentences, i.e. not "very trivial". [...]
