Re: [Qemu-devel] [PATCH v4 10/12] iotests.py: Allow concurrent qemu instances

2016-10-13 Thread Kevin Wolf
Am 28.09.2016 um 22:56 hat Max Reitz geschrieben: > By adding an optional suffix to the files used for communication with a > VM, we can launch multiple VM instances concurrently. > > Signed-off-by: Max Reitz Reviewed-by: Kevin Wolf

[Qemu-devel] [PATCH v4 10/12] iotests.py: Allow concurrent qemu instances

2016-09-28 Thread Max Reitz
By adding an optional suffix to the files used for communication with a VM, we can launch multiple VM instances concurrently. Signed-off-by: Max Reitz --- tests/qemu-iotests/iotests.py | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/qemu-iotests/iotests.py b/tests