From: Juan Quintela <quintela@redhat.com>
To: qemu-devel@nongnu.org
Cc: amit.shah@redhat.com, dgilbert@redhat.com
Subject: Re: [Qemu-devel] [PATCH] migration: yet more possible state transitions
Date: Tue, 28 Jul 2015 17:19:49 +0200 [thread overview]
Message-ID: <87a8ugtilm.fsf@neno.neno> (raw)
In-Reply-To: <1438090233-5800-1-git-send-email-quintela@redhat.com> (Juan Quintela's message of "Tue, 28 Jul 2015 15:30:33 +0200")
Juan Quintela <quintela@redhat.com> wrote:
> On destination, we move from INMIGRATE to FINISH_MIGRATE. Add that to
> the list of allowed states.
>
> Signed-off-by: Juan Quintela <quintela@redhat.com>
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 },
next prev parent reply other threads:[~2015-07-28 15:19 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-28 13:30 [Qemu-devel] [PATCH] migration: yet more possible state transitions Juan Quintela
2015-07-28 15:19 ` Juan Quintela [this message]
2015-07-28 16:16 ` Paolo Bonzini
2015-07-28 16:47 ` Juan Quintela
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87a8ugtilm.fsf@neno.neno \
--to=quintela@redhat.com \
--cc=amit.shah@redhat.com \
--cc=dgilbert@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.