From: Avi Kivity <avi@redhat.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH] Fix infinite loop in i386 cpu_post_load()
Date: Tue, 6 Oct 2009 12:47:33 +0200 [thread overview]
Message-ID: <1254826053-19132-1-git-send-email-avi@redhat.com> (raw)
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 = {
--
1.6.2.5
next reply other threads:[~2009-10-06 10:47 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-06 10:47 Avi Kivity [this message]
2009-10-06 14:16 ` [Qemu-devel] [PATCH] Fix infinite loop in i386 cpu_post_load() Anthony Liguori
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=1254826053-19132-1-git-send-email-avi@redhat.com \
--to=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 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).