Change from v1: Use unlazy_fpu() to handle host FPU, avoiding save/restore of host FPU states. Sheng Yang (3): x86: Export FPU API for KVM use KVM: x86: Use unlazy_fpu() for host FPU KVM: x86: Use FPU API arch/x86/include/asm/i387.h | 2 + arch/x86/include/asm/kvm_host.h | 18 +--------- arch/x86/include/asm/xsave.h | 3 ++ arch/x86/kernel/i387.c | 3 +- arch/x86/kernel/process.c | 1 + arch/x86/kvm/x86.c | 70 ++++++++++----------------------------- 6 files changed, 27 insertions(+), 70 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html