Re: [Qemu-devel] [PATCH 1/3] iotests.py: Add qemu_nbd_pipe()

2019-01-23 Thread Eric Blake
On 1/23/19 7:06 AM, Max Reitz wrote: > On 21.01.19 21:55, Eric Blake wrote: >> On 12/21/18 5:47 PM, Max Reitz wrote: >>> In some cases, we may want to deal with qemu-nbd errors (e.g. by >>> launching it in a different configuration until it no longer throws >>> any). In that case, we do not want i

Re: [Qemu-devel] [PATCH 1/3] iotests.py: Add qemu_nbd_pipe()

2019-01-23 Thread Max Reitz
On 21.01.19 21:55, Eric Blake wrote: > On 12/21/18 5:47 PM, Max Reitz wrote: >> In some cases, we may want to deal with qemu-nbd errors (e.g. by >> launching it in a different configuration until it no longer throws >> any). In that case, we do not want its output ending up in the test >> output.

Re: [Qemu-devel] [PATCH 1/3] iotests.py: Add qemu_nbd_pipe()

2019-01-21 Thread Eric Blake
On 12/21/18 5:47 PM, Max Reitz wrote: > In some cases, we may want to deal with qemu-nbd errors (e.g. by > launching it in a different configuration until it no longer throws > any). In that case, we do not want its output ending up in the test > output. > > It may still be useful for handling th