On Sat, Nov 08, 2025 at 04:59:27PM -0600, Eric Blake wrote: > The code had three similar repetitions of an iteration over one or all > of nsiocs to set up a GSource, and likewise for teardown. Since an > upcoming patch wants to tweak whether GSource or AioContext is used, > its better to consolidate that into one helper function for fewer > places to edit later. > > Signed-off-by: Eric Blake <[email protected]> > > --- > v2: rebase to changes on the tracepoints earlier in series > --- > io/net-listener.c | 108 ++++++++++++++++++++-------------------------- > 1 file changed, 47 insertions(+), 61 deletions(-)
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 :|
