Re: [Qemu-devel] [PATCH v2 18/22] nbd/client: Add nbd_receive_export_list()

2018-12-17 Thread Eric Blake
On 12/15/18 9:42 AM, Richard W.M. Jones wrote: On Sat, Dec 15, 2018 at 07:53:20AM -0600, Eric Blake wrote: We want to be able to detect whether a given qemu NBD server is exposing the right export(s) and dirty bitmaps, at least for regression testing. We could use 'nbd-client -l' from the upstr

Re: [Qemu-devel] [PATCH v2 18/22] nbd/client: Add nbd_receive_export_list()

2018-12-15 Thread Richard W.M. Jones
On Sat, Dec 15, 2018 at 07:53:20AM -0600, Eric Blake wrote: > We want to be able to detect whether a given qemu NBD server is > exposing the right export(s) and dirty bitmaps, at least for > regression testing. We could use 'nbd-client -l' from the upstream > NBD project to list exports, but it's

[Qemu-devel] [PATCH v2 18/22] nbd/client: Add nbd_receive_export_list()

2018-12-15 Thread Eric Blake
We want to be able to detect whether a given qemu NBD server is exposing the right export(s) and dirty bitmaps, at least for regression testing. We could use 'nbd-client -l' from the upstream NBD project to list exports, but it's annoying to rely on out-of-tree binaries; furthermore, nbd-client do