Re: [Qemu-devel] [PATCH 2/3] iotests: Bind qemu-nbd to localhost in 147

2019-01-21 Thread Eric Blake
On 12/21/18 5:47 PM, Max Reitz wrote: > By default, qemu-nbd binds to 0.0.0.0. However, we then proceed to > connect to "localhost". Usually, this works out fine; but if this test > is run concurrently, some other test function may have bound a different > server to ::1 (on the same port -- you c

[Qemu-devel] [PATCH 2/3] iotests: Bind qemu-nbd to localhost in 147

2018-12-21 Thread Max Reitz
By default, qemu-nbd binds to 0.0.0.0. However, we then proceed to connect to "localhost". Usually, this works out fine; but if this test is run concurrently, some other test function may have bound a different server to ::1 (on the same port -- you can bind different serves to the same port, as