Luiz Capitulino <lcapitul...@redhat.com> wrote: > The Monitor object is passed back and forth within the migration/savevm > code so that it can print errors and progress to the user. > > However, that approach assumes a HMP monitor, being completely invalid > in QMP. > > This commit drops almost every single usage of the Monitor object, all > monitor_printf() calls have been converted into DPRINTF() ones. > > There are a few remaining Monitor objects, those are going to be dropped > by the next commit. > > Signed-off-by: Anthony Liguori <aligu...@us.ibm.com> > Signed-off-by: Luiz Capitulino <lcapitul...@redhat.com>
Basically only block-migration.c uses the monitor at all (rest of code only pass around for block migration). Block migration don't work vey well (to put it midly) at the moment. I agree with removing the parameter, and also the info if that is required. Later, Juan.