Re: [Qemu-devel] [PATCH v2 3/3] qemu.py: make 'args' public

2017-07-19 Thread Fam Zheng
On Thu, 07/20 10:38, Fam Zheng wrote: > On Wed, 07/19 18:31, Amador Pahim wrote: > > Let's make args public so users can extend it without felling like > > abusing the internal API. > > s/felling/feeling/ ? Apart from that: Reviewed-by: Fam Zheng

Re: [Qemu-devel] [PATCH v2 3/3] qemu.py: make 'args' public

2017-07-19 Thread Fam Zheng
On Wed, 07/19 18:31, Amador Pahim wrote: > Let's make args public so users can extend it without felling like > abusing the internal API. s/felling/feeling/ ? Fam > > Signed-off-by: Amador Pahim > --- > scripts/qemu.py | 13 +++-- > tests/qemu-iotests/iotests.py | 18 +++

[Qemu-devel] [PATCH v2 3/3] qemu.py: make 'args' public

2017-07-19 Thread Amador Pahim
Let's make args public so users can extend it without felling like abusing the internal API. Signed-off-by: Amador Pahim --- scripts/qemu.py | 13 +++-- tests/qemu-iotests/iotests.py | 18 +- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/s