Message ID | 20240322140910.328840-2-armbru@redhat.com |
---|---|
State | New |
Headers | show |
Series | qapi: Fairly trivial documentation work | expand |
On Fri, Mar 22, 2024, 10:09 AM Markus Armbruster <armbru@redhat.com> wrote: > Reported-by: John Snow <jsnow@redhat.com> > Fixes: 119ebac1feb2 (qapi-schema: use generated marshaller for > 'qmp_capabilities') > Signed-off-by: Markus Armbruster <armbru@redhat.com> > Reviewed-by: John Snow <jsnow@redhat.com> --- > qapi/control.json | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/qapi/control.json b/qapi/control.json > index f404daef60..6bdbf077c2 100644 > --- a/qapi/control.json > +++ b/qapi/control.json > @@ -11,8 +11,6 @@ > # > # Enable QMP capabilities. > # > -# Arguments: > -# > # @enable: An optional list of QMPCapability values to enable. The > # client must not enable any capability that is not mentioned in > # the QMP greeting message. If the field is not provided, it > -- > 2.44.0 > >
diff --git a/qapi/control.json b/qapi/control.json index f404daef60..6bdbf077c2 100644 --- a/qapi/control.json +++ b/qapi/control.json @@ -11,8 +11,6 @@ # # Enable QMP capabilities. # -# Arguments: -# # @enable: An optional list of QMPCapability values to enable. The # client must not enable any capability that is not mentioned in # the QMP greeting message. If the field is not provided, it
Reported-by: John Snow <jsnow@redhat.com> Fixes: 119ebac1feb2 (qapi-schema: use generated marshaller for 'qmp_capabilities') Signed-off-by: Markus Armbruster <armbru@redhat.com> --- qapi/control.json | 2 -- 1 file changed, 2 deletions(-)