[PATCH v4 40/46] qapi/introspect.py: replace 'extra' dict with 'comment' argument

2020-09-29 Thread John Snow
This is only used to pass in a dictionary with a comment already set, so skip the runaround and just accept the comment. Signed-off-by: John Snow --- scripts/qapi/introspect.py | 17 - 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/scripts/qapi/introspect.py b/scri

Re: [PATCH v4 40/46] qapi/introspect.py: replace 'extra' dict with 'comment' argument

2020-09-30 Thread Eduardo Habkost
On Wed, Sep 30, 2020 at 12:31:44AM -0400, John Snow wrote: > This is only used to pass in a dictionary with a comment already set, so > skip the runaround and just accept the comment. > > Signed-off-by: John Snow Reviewed-by: Eduardo Habkost -- Eduardo