Vladislav Yasevich <vyase...@redhat.com> wrote: > We currently create a new announcement timer every time > qemu_announce_self() is called. Since this is now a qmp > command, this can lead to abuse. Limit the number of > timers that are created. Give QMP interface and migration > process 1 timer each. This way, QMP can't abuse the > announce_self mechanism. > > Signed-off-by: Vladislav Yasevich <vyase...@redhat.com>
Reviewed-by: Juan Quintela <quint...@redhat.com>