Re: [PATCH] KVM: powerpc: fix init/exit annotation

2010-06-06 Thread Jean Delvare
Hi Avi, On Wed, 19 May 2010 20:16:35 +0300, Avi Kivity wrote: On 05/18/2010 10:34 AM, Jean Delvare wrote: kvmppc_e500_exit() is a module_exit function, so it should be tagged with __exit, not __init. The incorrect annotation was added by commit 2986b8c72c272ea58edd37903b042c6da985627d.

Re: [PATCH] KVM: powerpc: fix init/exit annotation

2010-05-19 Thread Avi Kivity
On 05/18/2010 10:34 AM, Jean Delvare wrote: kvmppc_e500_exit() is a module_exit function, so it should be tagged with __exit, not __init. The incorrect annotation was added by commit 2986b8c72c272ea58edd37903b042c6da985627d. Applied, thanks. -- Do not meddle in the internals of kernels,

RE: [PATCH] KVM: powerpc: fix init/exit annotation

2010-05-18 Thread Mu Lin
Hi, All, Is there a status summary somewhere about Linux KVM on powerpc? I am interested in KVM on MPC8572 with e500 core, and how about e500mc? Is there bench mark testing results? Thanks Mu From: kvm-ppc-ow...@vger.kernel.org

Re: [PATCH] KVM: powerpc: fix init/exit annotation

2010-05-18 Thread Alexander Graf
On 18.05.2010, at 09:34, Jean Delvare wrote: kvmppc_e500_exit() is a module_exit function, so it should be tagged with __exit, not __init. The incorrect annotation was added by commit 2986b8c72c272ea58edd37903b042c6da985627d. Signed-off-by: Jean Delvare kh...@linux-fr.org Cc: Stephen