From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Ehrhardt Subject: Re: [PATCH] [mq]: fix-kvm-init.diff Date: Mon, 10 Nov 2008 13:56:37 +0100 Message-ID: <49182F85.7020201@linux.vnet.ibm.com> References: <1937973f76cdfeb3e140.1226319813@HelionPrime> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: kvm-ppc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: kvm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, avi-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org Return-path: In-Reply-To: <1937973f76cdfeb3e140.1226319813@HelionPrime> Sender: kvm-ppc-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: kvm.vger.kernel.org sorry - this should actually have some description ... I'll resend it with one as soon as I find the issue why it is missing Ehrhardt Christian wrote: > diff --git a/qemu/target-ppc/helper.c b/qemu/target-ppc/helper.c > --- a/qemu/target-ppc/helper.c > +++ b/qemu/target-ppc/helper.c > @@ -2959,10 +2959,8 @@ > env->cpu_model_str =3D cpu_model; > cpu_ppc_register_internal(env, def); > cpu_ppc_reset(env); > -#ifdef USE_KVM > if (kvm_enabled()) > - kvm_init_new_ap(env->cpu_index, env); > -#endif > + kvm_init_vcpu(env); > return env; > } > > =20 --=20 Gr=FCsse / regards,=20 Christian Ehrhardt IBM Linux Technology Center, Open Virtualization -- To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html