qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Kevin Wolf
Subject: Re: [RFC PATCH 08/22] nbd: Add max-connections to nbd-server-start
Date: Mon, 17 Aug 2020 15:01:10 +0200

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 <kwolf@redhat.com>
> > ---
> >  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

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]