Re: [PATCH v2 11/11] qapi/introspect.py: Add docstring to _tree_to_qlit

2020-11-06 Thread Cleber Rosa
On Mon, Oct 26, 2020 at 03:42:51PM -0400, John Snow wrote: > Signed-off-by: John Snow > --- Not a big deal, but maybe move this to an earlier position in the series? IMO it'd make other reviewer's life easier. Either way: Reviewed-by: Cleber Rosa signature.asc Description: PGP signature

[PATCH v2 11/11] qapi/introspect.py: Add docstring to _tree_to_qlit

2020-10-26 Thread John Snow
Signed-off-by: John Snow --- scripts/qapi/introspect.py | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/scripts/qapi/introspect.py b/scripts/qapi/introspect.py index d4f28485ba5..8db9650adbc 100644 --- a/scripts/qapi/introspect.py +++ b/scripts/qapi/introspect.py @@