All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christian Ehrhardt <ehrhardt@linux.vnet.ibm.com>
To: kvm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	avi-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org
Cc: kvm-ppc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH] [mq]: fix-kvm-init.diff
Date: Mon, 10 Nov 2008 12:56:37 +0000	[thread overview]
Message-ID: <49182F85.7020201@linux.vnet.ibm.com> (raw)
In-Reply-To: <1937973f76cdfeb3e140.1226319813@HelionPrime>

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 = 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;
>  }
>
>   


-- 

Grüsse / regards, 
Christian Ehrhardt
IBM Linux Technology Center, Open Virtualization


WARNING: multiple messages have this Message-ID (diff)
From: Christian Ehrhardt <ehrhardt-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
To: kvm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	avi-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org
Cc: kvm-ppc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH] [mq]: fix-kvm-init.diff
Date: Mon, 10 Nov 2008 13:56:37 +0100	[thread overview]
Message-ID: <49182F85.7020201@linux.vnet.ibm.com> (raw)
In-Reply-To: <1937973f76cdfeb3e140.1226319813@HelionPrime>

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 = 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;
>  }
>
>   


-- 

Grüsse / regards, 
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

  reply	other threads:[~2008-11-10 12:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-10 12:23 [PATCH] [mq]: fix-kvm-init.diff Ehrhardt Christian
2008-11-10 12:23 ` Ehrhardt Christian
2008-11-10 12:56 ` Christian Ehrhardt [this message]
2008-11-10 12:56   ` Christian Ehrhardt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49182F85.7020201@linux.vnet.ibm.com \
    --to=ehrhardt@linux.vnet.ibm.com \
    --cc=avi-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
    --cc=kvm-ppc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=kvm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.