Re: [Qemu-devel] [PATCH v4 01/10] qemu.py: Pylint/style fixes

2017-08-09 Thread Stefan Hajnoczi
On Tue, Aug 08, 2017 at 02:56:47PM +0200, Lukáš Doktor wrote: > Dne 8.8.2017 v 14:38 Stefan Hajnoczi napsal(a): > > On Wed, Jul 26, 2017 at 04:42:17PM +0200, Lukáš Doktor wrote: > >> def command(self, cmd, conv_keys=True, **args): > >> +''' > >> +Invoke a QMP command and on suc

Re: [Qemu-devel] [PATCH v4 01/10] qemu.py: Pylint/style fixes

2017-08-08 Thread Lukáš Doktor
Dne 8.8.2017 v 14:38 Stefan Hajnoczi napsal(a): > On Wed, Jul 26, 2017 at 04:42:17PM +0200, Lukáš Doktor wrote: >> No actual code changes, just several pylint/style fixes and docstring >> clarifications. >> >> Signed-off-by: Lukáš Doktor >> --- >> scripts/qemu.py | 76 >>

Re: [Qemu-devel] [PATCH v4 01/10] qemu.py: Pylint/style fixes

2017-08-08 Thread Stefan Hajnoczi
On Wed, Jul 26, 2017 at 04:42:17PM +0200, Lukáš Doktor wrote: > No actual code changes, just several pylint/style fixes and docstring > clarifications. > > Signed-off-by: Lukáš Doktor > --- > scripts/qemu.py | 76 > - > 1 file changed, 53

Re: [Qemu-devel] [PATCH v4 01/10] qemu.py: Pylint/style fixes

2017-08-03 Thread Lukáš Doktor
Would someone please take a look at this un-reviewed patch? Thanks, Lukáš Dne 26.7.2017 v 16:42 Lukáš Doktor napsal(a): > No actual code changes, just several pylint/style fixes and docstring > clarifications. > > Signed-off-by: Lukáš Doktor > --- > scripts/qemu.py | 76 > +++