qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] migration: Add state records for migration inco


From: Juan Quintela
Subject: Re: [Qemu-devel] [PATCH] migration: Add state records for migration incoming
Date: Wed, 18 Nov 2015 11:51:51 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

zhanghailiang <address@hidden> wrote:
> For migration destination, sometimes we need to know its state,
> and it is also useful for tracing migration incoming process.
>
> Here we add a new member 'state' for MigrationIncomingState,
> and also use migrate_set_state() to modify its value.
> We fix the first parameter of migrate_set_state(), and make it
> public.
>
> Signed-off-by: zhanghailiang <address@hidden>
> Reviewed-by: Dr. David Alan Gilbert <address@hidden>

1st: split the patch about the change in migrate_set_state prototype,
and the rest.

Once there, if we are going to do this, at least show it on info migrate
on destination?

If we are going this way, I think it is going to be better to reuse
MigrationState?  That way, we could make the info migrate statistics
easier to understand?

Thanks, Juan.



reply via email to

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