Linus, The following changes since commit c5dfd654d0ec0a28fe81e7bd4d4fd984a9855e09: Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (2015-07-22 14:45:25 -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 0da029ed7ee5fdf49a2a0e14160c3e9999be9292: KVM: x86: rename quirk constants to KVM_X86_QUIRK_* (2015-07-23 08:24:42 +0200) ---------------------------------------------------------------- Everything related to the new quirks and memory type features: * small improvements to the quirks API * extending one of the quirks from just AMD to Intel as well, because 4.2 can show the same problem with problematic firmware on Intel too. ---------------------------------------------------------------- Paolo Bonzini (2): KVM: x86: introduce kvm_check_has_quirk KVM: x86: rename quirk constants to KVM_X86_QUIRK_* Xiao Guangrong (3): KVM: MTRR: fix memory type handling if MTRR is completely disabled KVM: MTRR: simplify kvm_mtrr_get_guest_memory_type KVM: vmx: obey KVM_QUIRK_CD_NW_CLEARED arch/x86/include/uapi/asm/kvm.h | 4 ++-- arch/x86/kvm/lapic.c | 2 +- arch/x86/kvm/mtrr.c | 40 ++++++++++++++++++++++++++++++---------- arch/x86/kvm/svm.c | 2 +- arch/x86/kvm/vmx.c | 5 ++++- arch/x86/kvm/x86.h | 5 +++++ 6 files changed, 43 insertions(+), 15 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