Re: [Qemu-devel] [PATCH v2 1/2] qapi: Minor introspect.py cleanups

2018-08-28 Thread Markus Armbruster
Eric Blake writes: > Commit 7d0f982b changed generated introspection output to no longer > produce long lines in the generated .c file, but failed to adjust > comments to match. Add some clarity that the shorter length that > matters most is the overall QMP response on the wire. > > Commit 25b1e

[Qemu-devel] [PATCH v2 1/2] qapi: Minor introspect.py cleanups

2018-08-27 Thread Eric Blake
Commit 7d0f982b changed generated introspection output to no longer produce long lines in the generated .c file, but failed to adjust comments to match. Add some clarity that the shorter length that matters most is the overall QMP response on the wire. Commit 25b1ef31 triggers a pep8 formatting n