qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] migration: yet more possible state transitions


From: Juan Quintela
Subject: Re: [Qemu-devel] [PATCH] migration: yet more possible state transitions
Date: Tue, 28 Jul 2015 17:19:49 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Juan Quintela <address@hidden> wrote:
> On destination, we move from INMIGRATE to FINISH_MIGRATE.  Add that to
> the list of allowed states.
>
> Signed-off-by: Juan Quintela <address@hidden>

Self-NAK.

Somewhere I was able to test old + new qemu given this weird behaviour.
behaviour makes no sense, and I am not able to reproduce anymore.

Sorry for the noise.

> ---
>  vl.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/vl.c b/vl.c
> index 0adbbd6..45eb9ea 100644
> --- a/vl.c
> +++ b/vl.c
> @@ -582,6 +582,7 @@ static const RunStateTransition 
> runstate_transitions_def[] = {
>      { RUN_STATE_INMIGRATE, RUN_STATE_SUSPENDED },
>      { RUN_STATE_INMIGRATE, RUN_STATE_WATCHDOG },
>      { RUN_STATE_INMIGRATE, RUN_STATE_GUEST_PANICKED },
> +    { RUN_STATE_INMIGRATE, RUN_STATE_FINISH_MIGRATE },
>
>      { RUN_STATE_INTERNAL_ERROR, RUN_STATE_PAUSED },
>      { RUN_STATE_INTERNAL_ERROR, RUN_STATE_FINISH_MIGRATE },



reply via email to

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