On Thu, Jul 27, 2017 at 4:18 PM, Stefan Hajnoczi <stefa...@gmail.com> 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 <apa...@redhat.com> >> --- >> scripts/qemu.py | 14 +++++++------- >> tests/qemu-iotests/iotests.py | 18 +++++++++--------- >> 2 files changed, 16 insertions(+), 16 deletions(-) > > As discussed in the previous revision, I don't think this patch is > justified because all current users just need a protected field. There > are no users who need the field to be public so this change is > premature.
Indeed. It will be removed from the next version. > > Stefan