From: Jan Kiszka <jan.kiszka@xxxxxxxxxxx> kvm_arch_reset_vcpu initializes mp_state, and that function is invoked right after kvm_arch_init_vcpu. Signed-off-by: Jan Kiszka <jan.kiszka@xxxxxxxxxxx> --- target-i386/kvm.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/target-i386/kvm.c b/target-i386/kvm.c index 32310fa..dcac3d8 100644 --- a/target-i386/kvm.c +++ b/target-i386/kvm.c @@ -381,8 +381,6 @@ int kvm_arch_init_vcpu(CPUState *env) uint32_t signature[3]; #endif - env->mp_state = KVM_MP_STATE_RUNNABLE; - env->cpuid_features &= kvm_x86_get_supported_cpuid(1, 0, R_EDX); i = env->cpuid_ext_features & CPUID_EXT_HYPERVISOR; -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html