On Mon, May 17, 2021 at 02:48:05PM -0400, John Snow wrote: > use run() instead of Popen() -- to assert to pylint that we are not > forgetting to close a long-running program. > > Signed-off-by: John Snow > --- > python/qemu/machine.py | 15 +++++++++------ > 1 file changed, 9 insertions(+), 6 deletions(-) > Reviewed-by: Cleber Rosa qemu-iotests 045 and 147 are happy, so: Tested-by: Cleber Rosa