Re: [PATCH 02/23] iotests.py: Store socket files in $SOCK_DIR

2019-10-11 Thread Thomas Huth
On 10/10/2019 17.24, Max Reitz wrote: > iotests.py itself does not store socket files, but it machine.py and > qtest.py do. iotests.py needs to pass the respective path to them, and > they need to adhere to it. > > Signed-off-by: Max Reitz > --- > python/qemu/machine.py| 15

Re: [PATCH 02/23] iotests.py: Store socket files in $SOCK_DIR

2019-10-10 Thread Eric Blake
On 10/10/19 10:24 AM, Max Reitz wrote: iotests.py itself does not store socket files, but it machine.py and s/it // qtest.py do. iotests.py needs to pass the respective path to them, and they need to adhere to it. Signed-off-by: Max Reitz --- python/qemu/machine.py| 15 ++