Re: [Qemu-devel] [PATCH v3 1/3] Fix format and styles; make code more pythonic

2017-08-07 Thread Eric Blake
On 08/07/2017 11:53 AM, dverma wrote: > - Format fixes, cleaned up the print statement > - Style fixes, e.g. changed "if not x in y" to "if x not in y" > - Improved variable names > --- Missing a Signed-off-by: tag; without that, we can't accept the patch. Can you please resubmit with that fixed?

[Qemu-devel] [PATCH v3 1/3] Fix format and styles; make code more pythonic

2017-08-07 Thread dverma
- Format fixes, cleaned up the print statement - Style fixes, e.g. changed "if not x in y" to "if x not in y" - Improved variable names --- scripts/vmstate-static-checker.py | 111 +- 1 file changed, 62 insertions(+), 49 deletions(-) diff --git