On Mon, Nov 03, 2025 at 02:10:53PM -0600, Eric Blake wrote: > In qemu-nbd and other NBD server setups where parallel clients are > supported, it is common that the caller will re-register the same > callback function as long as it has not reached its limit on > simultaneous clients. In that case, there is no need to tear down and > reinstall GSource watches in the GMainContext. > > Signed-off-by: Eric Blake <[email protected]> > --- > io/net-listener.c | 4 ++++ > 1 file changed, 4 insertions(+)
Reviewed-by: Daniel P. Berrangé <[email protected]> With regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
