Re: [Qemu-devel] [PATCH v5 1/6] qemu.py: make 'args' public

2017-07-27 Thread Amador Pahim
On Thu, Jul 27, 2017 at 4:18 PM, Stefan Hajnoczi wrote: > On Tue, Jul 25, 2017 at 07:10:09PM +0200, Amador Pahim wrote: >> Let's make args public so users can extend it in instances >> without feeling like abusing the internal API. >> >> Signed-off-by: Amador Pahim >> --- >> scripts/qemu.py

Re: [Qemu-devel] [PATCH v5 1/6] qemu.py: make 'args' public

2017-07-27 Thread Stefan Hajnoczi
On Tue, Jul 25, 2017 at 07:10:09PM +0200, Amador Pahim wrote: > Let's make args public so users can extend it in instances > without feeling like abusing the internal API. > > Signed-off-by: Amador Pahim > --- > scripts/qemu.py | 14 +++--- > tests/qemu-iotests/iotests.py |

[Qemu-devel] [PATCH v5 1/6] qemu.py: make 'args' public

2017-07-25 Thread Amador Pahim
Let's make args public so users can extend it in instances without feeling like abusing the internal API. Signed-off-by: Amador Pahim --- scripts/qemu.py | 14 +++--- tests/qemu-iotests/iotests.py | 18 +- 2 files changed, 16 insertions(+), 16 deletions(-)