qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] Fix infinite loop in i386 cpu_post_load()


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH] Fix infinite loop in i386 cpu_post_load()
Date: Tue, 06 Oct 2009 09:16:05 -0500
User-agent: Thunderbird 2.0.0.23 (X11/20090825)

This was fixed by:

commit 1e7fbc6d3cfcffe1d490ab8851e712c6e98fa771
Author: Juan Quintela <address@hidden>
Date:   Mon Oct 5 20:30:32 2009 +0200

   x86: fix miss merge

Regards,

Anthony Liguori

Avi Kivity wrote:
Signed-off-by: Avi Kivity <address@hidden>
---
 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 via email to

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