On 06/14/2009 01:52 PM, Gleb Natapov wrote:
Signed-off-by: Gleb Natapov<[email protected]>
---
  qemu-kvm.c |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/qemu-kvm.c b/qemu-kvm.c
index 2aeb17c..ec911ef 100644
--- a/qemu-kvm.c
+++ b/qemu-kvm.c
@@ -412,7 +412,7 @@ static int kvm_main_loop_cpu(CPUState *env)
            if (env->kvm_cpu_state.sipi_needed)
                update_regs_for_sipi(env);
      }
-       if (!env->halted&&  !env->kvm_cpu_state.init)
+       if (!env->halted)
            kvm_cpu_exec(env);
        env->exit_request = 0;
          env->exception_index = EXCP_INTERRUPT;

Are you sure?  Can't a reset reenable it?


--
error compiling committee.c: too many arguments to function

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to