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 > > --- > > qapi/block-export.json | 10 ++++++++-- > > include/block/nbd.h | 3 ++- > > block/monitor/block-hmp-cmds.c | 2 +- > > blockdev-nbd.c | 33 ++++++++++++++++++++++++++------- > > qemu-storage-daemon.c | 4 ++-- > > 5 files changed, 39 insertions(+), 13 deletions(-) > > I suppose this is part of this series so that patch 11 can happen? More like because initially I thought it would be needed for patch 11, and when I realised that server != export and it's not really needed, I still didn't want to throw the patch away... I could make it a patch separate from this series if that's helpful. Kevin