[PATCH] KVM: fix exception entry / build bug, on 64-bit

2008-07-22 Thread Avi Kivity
From: Ingo Molnar [EMAIL PROTECTED] x86 -tip testing found this build bug: arch/x86/kvm/built-in.o:(.text.fixup+0x1): relocation truncated to fit: R_X86_64_32 against `.text' arch/x86/kvm/built-in.o:(.text.fixup+0xb): relocation truncated to fit: R_X86_64_32 against `.text'

[patch] KVM: fix exception entry / build bug, on 64-bit

2008-07-21 Thread Ingo Molnar
hi Avi, * Avi Kivity [EMAIL PROTECTED] wrote: KVM: Handle virtualization instruction #UD faults during reboot -tip testing found a build failure on 64-bit x86, caused by this commit. Find the fix below. Thanks, Ingo commit

Re: [patch] KVM: fix exception entry / build bug, on 64-bit

2008-07-21 Thread Avi Kivity
Ingo Molnar wrote: hi Avi, * Avi Kivity [EMAIL PROTECTED] wrote: KVM: Handle virtualization instruction #UD faults during reboot -tip testing found a build failure on 64-bit x86, caused by this commit. Find the fix below. Thanks. Applied this and will push to Linus