Re: [Qemu-block] [PATCH v5 06/13] block/nbd: Accept SocketAddress

2016-10-25 Thread Kevin Wolf
Am 25.10.2016 um 15:11 hat Max Reitz geschrieben: > Add a new option "server" to the NBD block driver which accepts a > SocketAddress. > > "path", "host" and "port" are still supported as legacy options and are > mapped to their corresponding SocketAddress representation. > > Signed-off-by: Max

[Qemu-block] [PATCH v5 06/13] block/nbd: Accept SocketAddress

2016-10-25 Thread Max Reitz
Add a new option "server" to the NBD block driver which accepts a SocketAddress. "path", "host" and "port" are still supported as legacy options and are mapped to their corresponding SocketAddress representation. Signed-off-by: Max Reitz --- block/nbd.c |