Re: [PATCH 19/27] Export symbols for KVM module

2009-10-31 Thread Alexander Graf
Am 31.10.2009 um 05:37 schrieb Stephen Rothwell s...@canb.auug.org.au: Hi Alexander, On Fri, 30 Oct 2009 16:47:19 +0100 Alexander Graf ag...@suse.de wrote: diff --git a/arch/powerpc/kernel/ppc_ksyms.c b/arch/powerpc/kernel/ ppc_ksyms.c index c8b27bb..baf778c 100644 ---

Re: [PATCH 19/27] Export symbols for KVM module

2009-10-31 Thread Alexander Graf
Am 31.10.2009 um 05:37 schrieb Stephen Rothwell s...@canb.auug.org.au: Hi Alexander, On Fri, 30 Oct 2009 16:47:19 +0100 Alexander Graf ag...@suse.de wrote: diff --git a/arch/powerpc/kernel/ppc_ksyms.c b/arch/powerpc/kernel/ ppc_ksyms.c index c8b27bb..baf778c 100644 ---

[PATCH 19/27] Export symbols for KVM module

2009-10-30 Thread Alexander Graf
We want to be able to build KVM as a module. To enable us doing so, we need some more exports from core Linux parts. This patch exports all functions and variables that are required for KVM. Signed-off-by: Alexander Graf ag...@suse.de --- v3 - v4: - don't export switch_slb - don't export

Re: [PATCH 19/27] Export symbols for KVM module

2009-10-30 Thread Stephen Rothwell
Hi Alexander, On Fri, 30 Oct 2009 16:47:19 +0100 Alexander Graf ag...@suse.de wrote: diff --git a/arch/powerpc/kernel/ppc_ksyms.c b/arch/powerpc/kernel/ppc_ksyms.c index c8b27bb..baf778c 100644 --- a/arch/powerpc/kernel/ppc_ksyms.c +++ b/arch/powerpc/kernel/ppc_ksyms.c @@ -163,11 +163,12 @@

Re: [PATCH 19/27] Export symbols for KVM module

2009-10-28 Thread Benjamin Herrenschmidt
On Wed, 2009-10-21 at 17:03 +0200, Alexander Graf wrote: We want to be able to build KVM as a module. To enable us doing so, we need some more exports from core Linux parts. This patch exports all functions and variables that are required for KVM. Signed-off-by: Alexander Graf

Re: [PATCH 19/27] Export symbols for KVM module

2009-10-28 Thread Alexander Graf
On 29.10.2009, at 03:46, Benjamin Herrenschmidt wrote: On Wed, 2009-10-21 at 17:03 +0200, Alexander Graf wrote: We want to be able to build KVM as a module. To enable us doing so, we need some more exports from core Linux parts. This patch exports all functions and variables that are

[PATCH 19/27] Export symbols for KVM module

2009-10-21 Thread Alexander Graf
We want to be able to build KVM as a module. To enable us doing so, we need some more exports from core Linux parts. This patch exports all functions and variables that are required for KVM. Signed-off-by: Alexander Graf ag...@suse.de --- v3 - v4: - don't export switch_slb - don't export