Linus, The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754: Linux 4.2-rc1 (2015-07-05 11:01:52 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-linus for you to fetch changes up to ee4100da1616d6d151f97862b87e8a4e43d14b4c: kvm: x86: fix load xsave feature warning (2015-07-10 13:26:45 +0200) ---------------------------------------------------------------- * Fix FPU refactoring ("kvm: x86: fix load xsave feature warning") * Fix eager FPU mode (Cc stable). * AMD bits of MTRR virtualization. ---------------------------------------------------------------- Jan Kiszka (1): KVM: SVM: Sync g_pat with guest-written PAT value Paolo Bonzini (5): x86: hyperv: add CPUID bit for crash handlers KVM: x86: reintroduce kvm_is_mmio_pfn KVM: count number of assigned devices KVM: SVM: use NPT page attributes KVM: x86: apply guest MTRR virtualization on host reserved pages Radim Krčmář (1): KVM: VMX: fix vmwrite to invalid VMCS Wanpeng Li (1): kvm: x86: fix load xsave feature warning arch/x86/include/asm/kvm_host.h | 2 + arch/x86/include/uapi/asm/hyperv.h | 2 + arch/x86/kvm/cpuid.c | 2 + arch/x86/kvm/iommu.c | 2 + arch/x86/kvm/mmu.c | 10 +++- arch/x86/kvm/svm.c | 108 +++++++++++++++++++++++++++++++++++-- arch/x86/kvm/vmx.c | 11 ++-- arch/x86/kvm/x86.c | 26 ++++++--- include/linux/kvm_host.h | 18 +++++++ virt/kvm/vfio.c | 5 ++ 10 files changed, 165 insertions(+), 21 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