Re: [PATCH v3 2/2] qemu-nbd: Permit --shared=0 for unlimited clients

2021-02-10 Thread Nir Soffer
On Tue, Feb 9, 2021 at 5:28 PM Eric Blake wrote: > > This gives us better feature parity with QMP nbd-server-start, where > max-connections defaults to 0 for unlimited. Sound useful > Signed-off-by: Eric Blake > --- > docs/tools/qemu-nbd.rst | 4 ++-- > qemu-nbd.c | 7 +++ >

Re: [PATCH v3 2/2] qemu-nbd: Permit --shared=0 for unlimited clients

2021-02-09 Thread Daniel P . Berrangé
On Tue, Feb 09, 2021 at 09:27:59AM -0600, Eric Blake wrote: > This gives us better feature parity with QMP nbd-server-start, where > max-connections defaults to 0 for unlimited. > > Signed-off-by: Eric Blake > --- > docs/tools/qemu-nbd.rst | 4 ++-- > qemu-nbd.c | 7 +++ > 2

[PATCH v3 2/2] qemu-nbd: Permit --shared=0 for unlimited clients

2021-02-09 Thread Eric Blake
This gives us better feature parity with QMP nbd-server-start, where max-connections defaults to 0 for unlimited. Signed-off-by: Eric Blake --- docs/tools/qemu-nbd.rst | 4 ++-- qemu-nbd.c | 7 +++ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git