Re: [PATCH] PPC: KVM: Book E doesn't have __end_interrupts.

2010-10-19 Thread Marcelo Tosatti
On Tue, Oct 19, 2010 at 12:57:29AM +0200, Alexander Graf wrote: On 19.10.2010, at 00:35, Scott Wood wrote: Fix an unresolved symbol with CONFIG_KVM_GUEST plus CONFIG_RELOCATABLE on Book E. Thanks, applied to the kvm-ppc-next tree. Avi, could you please pull my tree asap? That

Re: [PATCH] PPC: KVM: Book E doesn't have __end_interrupts.

2010-10-19 Thread Alexander Graf
Am 19.10.2010 um 16:06 schrieb Marcelo Tosatti mtosa...@redhat.com: On Tue, Oct 19, 2010 at 12:57:29AM +0200, Alexander Graf wrote: On 19.10.2010, at 00:35, Scott Wood wrote: Fix an unresolved symbol with CONFIG_KVM_GUEST plus CONFIG_RELOCATABLE on Book E. Thanks, applied to the

Re: [PATCH] PPC: KVM: Book E doesn't have __end_interrupts.

2010-10-19 Thread Avi Kivity
On 10/19/2010 05:26 PM, Alexander Graf wrote: have no way to test it. Wait for it to be merged in linux-2.6.git, then send the patch (specifying which kernel it applies to) to sta...@kernel.org. Ah, there is no need to backport it, the code is not in linux-2.6.git. It didn't make it there

Re: [PATCH] PPC: KVM: Book E doesn't have __end_interrupts.

2010-10-19 Thread Marcelo Tosatti
On Tue, Oct 19, 2010 at 12:57:29AM +0200, Alexander Graf wrote: On 19.10.2010, at 00:35, Scott Wood wrote: Fix an unresolved symbol with CONFIG_KVM_GUEST plus CONFIG_RELOCATABLE on Book E. Thanks, applied to the kvm-ppc-next tree. Avi, could you please pull my tree asap? That

Re: [PATCH] PPC: KVM: Book E doesn't have __end_interrupts.

2010-10-19 Thread Alexander Graf
Am 19.10.2010 um 16:06 schrieb Marcelo Tosatti mtosa...@redhat.com: On Tue, Oct 19, 2010 at 12:57:29AM +0200, Alexander Graf wrote: On 19.10.2010, at 00:35, Scott Wood wrote: Fix an unresolved symbol with CONFIG_KVM_GUEST plus CONFIG_RELOCATABLE on Book E. Thanks, applied to the

Re: [PATCH] PPC: KVM: Book E doesn't have __end_interrupts.

2010-10-18 Thread Alexander Graf
On 19.10.2010, at 00:35, Scott Wood wrote: Fix an unresolved symbol with CONFIG_KVM_GUEST plus CONFIG_RELOCATABLE on Book E. Thanks, applied to the kvm-ppc-next tree. Avi, could you please pull my tree asap? That breakage is pretty bad and all my fault :(. It might be good if we could have

[PATCH] PPC: KVM: Book E doesn't have __end_interrupts.

2010-10-18 Thread Scott Wood
Fix an unresolved symbol with CONFIG_KVM_GUEST plus CONFIG_RELOCATABLE on Book E. Signed-off-by: Scott Wood scottw...@freescale.com --- arch/powerpc/kernel/kvm.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/powerpc/kernel/kvm.c b/arch/powerpc/kernel/kvm.c index

Re: [PATCH] PPC: KVM: Book E doesn't have __end_interrupts.

2010-10-18 Thread Alexander Graf
On 19.10.2010, at 00:35, Scott Wood wrote: Fix an unresolved symbol with CONFIG_KVM_GUEST plus CONFIG_RELOCATABLE on Book E. Thanks, applied to the kvm-ppc-next tree. Avi, could you please pull my tree asap? That breakage is pretty bad and all my fault :(. It might be good if we could have