Linus, The following changes since commit af8c34ce6ae32addda3788d54a7e340cad22516b: Linux 4.7-rc2 (2016-06-05 14:31:26 -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 a0052191624e9bf8a8f9dc41b92ab5f252566c3c: kvm: vmx: check apicv is active before using VT-d posted interrupt (2016-06-16 09:38:24 +0200) ---------------------------------------------------------------- - Miscellaneous fixes for MIPS and s390 - One new kvm_stat for s390 - Correctly disable VT-d posted interrupts with the rest of posted interrupts - "make randconfig" fix for x86 AMD - Off-by-one in irq route check (the "good" kind that errors out a bit too early!) ---------------------------------------------------------------- Alexander Yarygin (1): KVM: s390: Add stats for PEI events David Hildenbrand (1): KVM: s390: ignore IBC if zero James Hogan (4): MIPS: KVM: Fix modular KVM under QEMU MIPS: KVM: Include bit 31 in segment matches MIPS: KVM: Don't unwind PC when emulating CACHE MIPS: KVM: Fix CACHE triggered exception emulation Paolo Bonzini (2): Merge tag 'kvm-s390-master-4.7-1' of git://git.kernel.org/.../kvms390/linux into HEAD Merge branch 'kvm-mips-fixes' into HEAD Suravee Suthikulpanit (2): kvm: svm: Fix implicit declaration for __default_cpu_present_to_apicid() kvm: svm: Do not support AVIC if not CONFIG_X86_LOCAL_APIC Xiubo Li (1): kvm: Fix irq route entries exceeding KVM_MAX_IRQ_ROUTES Yang Zhang (1): kvm: vmx: check apicv is active before using VT-d posted interrupt arch/mips/include/asm/kvm_host.h | 3 ++- arch/mips/kvm/emulate.c | 19 +++++++++++++------ arch/mips/kvm/interrupt.h | 1 + arch/mips/kvm/locore.S | 1 + arch/mips/kvm/mips.c | 11 ++++++++++- arch/s390/include/asm/kvm_host.h | 1 + arch/s390/kvm/intercept.c | 2 ++ arch/s390/kvm/kvm-s390.c | 3 ++- arch/x86/include/asm/kvm_host.h | 11 +++++++++++ arch/x86/kvm/svm.c | 21 +++++++++++++-------- arch/x86/kvm/vmx.c | 15 ++++++++++----- virt/kvm/kvm_main.c | 2 +- 12 files changed, 67 insertions(+), 23 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