Re: [Qemu-devel] [PATCH for-2.9] iotests: Fix test 147

2017-03-31 Thread Max Reitz
On 31.03.2017 00:12, Max Reitz wrote: > This test has been broken by changing NBD's blockdev-add interface (from > taking a SocketAddress to taking a SocketAddressFlat). This patch makes > it work again. > > Unfortunately, we cannot just flatten all of the addresses because > nbd-server-start stil

Re: [Qemu-devel] [PATCH for-2.9] iotests: Fix test 147

2017-03-30 Thread Eric Blake
On 03/30/2017 05:12 PM, Max Reitz wrote: > This test has been broken by changing NBD's blockdev-add interface (from > taking a SocketAddress to taking a SocketAddressFlat). This patch makes > it work again. > > Unfortunately, we cannot just flatten all of the addresses because > nbd-server-start s

[Qemu-devel] [PATCH for-2.9] iotests: Fix test 147

2017-03-30 Thread Max Reitz
This test has been broken by changing NBD's blockdev-add interface (from taking a SocketAddress to taking a SocketAddressFlat). This patch makes it work again. Unfortunately, we cannot just flatten all of the addresses because nbd-server-start still takes a plain SocketAddress. Therefore, we need