Re: [CFT PATCH 0/2] KVM: support XSAVES usage in the host

From: Paolo Bonzini
Date: Mon Nov 24 2014 - 06:39:27 EST




On 23/11/2014 09:16, Nadav Amit wrote:
> Iâll try to check it tomorrow (I donât have access to the failing machine at the moment).

Thanks, you'll need to squash this in:

diff --git a/arch/x86/kernel/xsave.c b/arch/x86/kernel/xsave.c
index 4c540c4719d8..0de1fae2bdf0 100644
--- a/arch/x86/kernel/xsave.c
+++ b/arch/x86/kernel/xsave.c
@@ -738,3 +738,4 @@ void *get_xsave_addr(struct xsave_struct *xsave, int xstate)

return (void *)xsave + xstate_comp_offsets[feature];
}
+EXPORT_SYMBOL_GPL(get_xsave_addr);

Paolo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/