Re: [RFC PATCH 08/22] nbd: Add max-connections to nbd-server-start

2020-08-20 Thread Kevin Wolf
Am 19.08.2020 um 22:00 hat Eric Blake geschrieben: > On 8/13/20 11:29 AM, Kevin Wolf wrote: > > This is a QMP equivalent of qemu-nbd's --share option, limiting the > > maximum number of clients that can attach at the same time. > > > > Signed-off-by: Kevin Wolf > > --- > >

Re: [RFC PATCH 08/22] nbd: Add max-connections to nbd-server-start

2020-08-19 Thread Eric Blake
On 8/13/20 11:29 AM, Kevin Wolf wrote: This is a QMP equivalent of qemu-nbd's --share option, limiting the maximum number of clients that can attach at the same time. Signed-off-by: Kevin Wolf --- qapi/block-export.json | 10 -- include/block/nbd.h| 3 ++-

Re: [RFC PATCH 08/22] nbd: Add max-connections to nbd-server-start

2020-08-17 Thread Kevin Wolf
Am 17.08.2020 um 14:37 hat Max Reitz geschrieben: > On 13.08.20 18:29, Kevin Wolf wrote: > > This is a QMP equivalent of qemu-nbd's --share option, limiting the > > *--shared > > > maximum number of clients that can attach at the same time. > > > > Signed-off-by: Kevin Wolf > > --- > >

Re: [RFC PATCH 08/22] nbd: Add max-connections to nbd-server-start

2020-08-17 Thread Max Reitz
On 13.08.20 18:29, Kevin Wolf wrote: > This is a QMP equivalent of qemu-nbd's --share option, limiting the *--shared > maximum number of clients that can attach at the same time. > > Signed-off-by: Kevin Wolf > --- > qapi/block-export.json | 10 -- > include/block/nbd.h

[RFC PATCH 08/22] nbd: Add max-connections to nbd-server-start

2020-08-13 Thread Kevin Wolf
This is a QMP equivalent of qemu-nbd's --share option, limiting the maximum number of clients that can attach at the same time. Signed-off-by: Kevin Wolf --- qapi/block-export.json | 10 -- include/block/nbd.h| 3 ++- block/monitor/block-hmp-cmds.c | 2 +-