Re: [Qemu-devel] [RFC PATCH 2/2] machine.py: minor delinting

2019-05-29 Thread Philippe Mathieu-Daudé
On 5/29/19 2:54 PM, John Snow wrote: > On 5/29/19 1:18 AM, Markus Armbruster wrote: >> John Snow writes: >> >>> Since we're out in a new module, do a quick cursory pass of some of the >>> more obvious style issues. >>> >>> Signed-off-by: John Snow >>> --- >>> python/qemu/machine.py | 23

Re: [Qemu-devel] [RFC PATCH 2/2] machine.py: minor delinting

2019-05-29 Thread John Snow
On 5/29/19 1:18 AM, Markus Armbruster wrote: > John Snow writes: > >> Since we're out in a new module, do a quick cursory pass of some of the >> more obvious style issues. >> >> Signed-off-by: John Snow >> --- >> python/qemu/machine.py | 23 +++ >> 1 file changed, 15

Re: [Qemu-devel] [RFC PATCH 2/2] machine.py: minor delinting

2019-05-28 Thread Markus Armbruster
John Snow writes: > Since we're out in a new module, do a quick cursory pass of some of the > more obvious style issues. > > Signed-off-by: John Snow > --- > python/qemu/machine.py | 23 +++ > 1 file changed, 15 insertions(+), 8 deletions(-) > > diff --git

[Qemu-devel] [RFC PATCH 2/2] machine.py: minor delinting

2019-05-28 Thread John Snow
Since we're out in a new module, do a quick cursory pass of some of the more obvious style issues. Signed-off-by: John Snow --- python/qemu/machine.py | 23 +++ 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/python/qemu/machine.py b/python/qemu/machine.py