From: Jan Kiszka <jan.kis...@siemens.com> Signed-off-by: Jan Kiszka <jan.kis...@siemens.com> Signed-off-by: Marcelo Tosatti <mtosa...@redhat.com> --- cpus.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/cpus.c b/cpus.c index 0abc009..8232d44 100644 --- a/cpus.c +++ b/cpus.c @@ -603,8 +603,8 @@ static void *kvm_cpu_thread_fn(void *arg) qemu_mutex_lock(&qemu_global_mutex); qemu_thread_self(env->thread); - if (kvm_enabled()) - kvm_init_vcpu(env); + + kvm_init_vcpu(env); kvm_init_ipi(env); -- 1.7.4 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html