qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 14/35] migration: mark coroutine_fn


From: Marc-André Lureau
Subject: Re: [Qemu-devel] [PATCH 14/35] migration: mark coroutine_fn
Date: Tue, 18 Jul 2017 12:21:07 -0400 (EDT)

Hi

----- Original Message -----
> Marc-André Lureau <address@hidden> wrote:
> > Signed-off-by: Marc-André Lureau <address@hidden>
> > ---
> >  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 <address@hidden>
> 
> 
> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]