qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Luiz Capitulino <lcapitulino@redhat.com>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: qemu-devel@nongnu.org, qemu-stable@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] vl: add missing transition debug->finish_migrate
Date: Fri, 6 Dec 2013 08:57:42 -0500	[thread overview]
Message-ID: <20131206085742.5493eb0e@redhat.com> (raw)
In-Reply-To: <1386072015-1543-1-git-send-email-pbonzini@redhat.com>

On Tue,  3 Dec 2013 13:00:15 +0100
Paolo Bonzini <pbonzini@redhat.com> wrote:

> This fixes an abort if you invoke the "migrate" command while the
> guest is being debugged.
> 
> Cc: qemu-stable@nongnu.org
> Cc: lcapitulino@redhat.com
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

Applied to the qmp branch, thanks.

> ---
>  vl.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/vl.c b/vl.c
> index 8d5d874..31e3411 100644
> --- a/vl.c
> +++ b/vl.c
> @@ -589,6 +589,7 @@ typedef struct {
>  static const RunStateTransition runstate_transitions_def[] = {
>      /*     from      ->     to      */
>      { RUN_STATE_DEBUG, RUN_STATE_RUNNING },
> +    { RUN_STATE_DEBUG, RUN_STATE_FINISH_MIGRATE },
>  
>      { RUN_STATE_INMIGRATE, RUN_STATE_RUNNING },
>      { RUN_STATE_INMIGRATE, RUN_STATE_PAUSED },

      reply	other threads:[~2013-12-06 13:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-03 12:00 [Qemu-devel] [PATCH] vl: add missing transition debug->finish_migrate Paolo Bonzini
2013-12-06 13:57 ` Luiz Capitulino [this message]

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=20131206085742.5493eb0e@redhat.com \
    --to=lcapitulino@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-stable@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).