Vladislav Yasevich <vyase...@redhat.com> wrote: > It is now potentially possible to issue annouce-self command in a tight > loop. Instead of doing nother, we can reset the timeout pararameters,
nother? > static void qemu_announce_self_once(void *opaque) > { > AnnounceTimer *timer = (AnnounceTimer *)opaque; > > + qemu_mutex_lock(&timer->active_lock); > qemu_foreach_nic(qemu_announce_self_iter, NULL); > > - if (--timer->round) { > + if (--timer->round ) { extra space