All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anthony Liguori <anthony@codemonkey.ws>
To: Avi Kivity <avi@redhat.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] Fix infinite loop in i386 cpu_post_load()
Date: Tue, 06 Oct 2009 09:16:05 -0500	[thread overview]
Message-ID: <4ACB5125.5010400@codemonkey.ws> (raw)
In-Reply-To: <1254826053-19132-1-git-send-email-avi@redhat.com>

This was fixed by:

commit 1e7fbc6d3cfcffe1d490ab8851e712c6e98fa771
Author: Juan Quintela <quintela@redhat.com>
Date:   Mon Oct 5 20:30:32 2009 +0200

    x86: fix miss merge

Regards,

Anthony Liguori

Avi Kivity wrote:
> Signed-off-by: Avi Kivity <avi@redhat.com>
> ---
>  target-i386/machine.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/target-i386/machine.c b/target-i386/machine.c
> index 5607be3..2ae284b 100644
> --- a/target-i386/machine.c
> +++ b/target-i386/machine.c
> @@ -384,7 +384,7 @@ static int cpu_post_load(void *opaque, int version_id)
>          }
>      }
>  
> -    return cpu_post_load(env, version_id);
> +    return 0;
>  }
>  
>  const VMStateDescription vmstate_cpu = {
>   

      reply	other threads:[~2009-10-06 14:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-06 10:47 [Qemu-devel] [PATCH] Fix infinite loop in i386 cpu_post_load() Avi Kivity
2009-10-06 14:16 ` Anthony Liguori [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=4ACB5125.5010400@codemonkey.ws \
    --to=anthony@codemonkey.ws \
    --cc=avi@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.