Hi ----- Original Message ----- > Marc-André Lureau <marcandre.lur...@redhat.com> wrote: > > Signed-off-by: Marc-André Lureau <marcandre.lur...@redhat.com> > > --- > > migration/migration.c | 3 ++- > > 1 file changed, 2 insertions(+), 1 deletion(-) > > > > diff --git a/migration/migration.c b/migration/migration.c > > index 51ccd1a4c5..3370482637 100644 > > --- a/migration/migration.c > > +++ b/migration/migration.c > > @@ -303,7 +303,8 @@ static void process_incoming_migration_bh(void *opaque) > > migration_incoming_state_destroy(); > > } > > > > -static void process_incoming_migration_co(void *opaque) > > +static void coroutine_fn > > +process_incoming_migration_co(void *opaque) > > { > > QEMUFile *f = opaque; > > MigrationIncomingState *mis = migration_incoming_get_current(); > > Reviewed-by: Juan Quintela <quint...@redhat.com> > > > Should I include it on the next migration PULL or is this entering some > other way?
Not the I know of, feel free to include it next time. Thanks