From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759041AbbCDLeo (ORCPT ); Wed, 4 Mar 2015 06:34:44 -0500 Received: from mx1.redhat.com ([209.132.183.28]:60846 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751690AbbCDLem (ORCPT ); Wed, 4 Mar 2015 06:34:42 -0500 Date: Wed, 4 Mar 2015 08:34:16 -0300 From: Marcelo Tosatti To: Linus Torvalds Cc: linux-kernel , kvm Subject: [GIT PULL] KVM fixes for 4.0-rc2 Message-ID: <20150304113416.GA26089@amt.cnet> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Mutt-Fcc: ~/inbox/sent-mutt-Aug-2012 User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus, Please pull from git://git.kernel.org/pub/scm/virt/kvm/kvm.git master To receive the following KVM bug fixes, including a SVM interrupt injection regression fix, MIPS and ARM bug fixes. James Hogan (1): KVM: MIPS: Fix trace event to save PC directly Jan Kiszka (1): ARM: KVM: Fix size check in __coherent_cache_guest_page Paolo Bonzini (1): KVM: emulate: fix CMPXCHG8B on 32-bit hosts Radim Krčmář (2): KVM: VMX: fix build without CONFIG_SMP KVM: SVM: fix interrupt injection (apic->isr_count always 0) Tapasweni Pathak (1): KVM: MIPS: Enable after disabling interrupt Wei Huang (1): arm/arm64: KVM: Add exit reaons to kvm_exit event tracing arch/arm/include/asm/kvm_mmu.h | 2 +- arch/arm/kvm/arm.c | 2 +- arch/arm/kvm/trace.h | 10 +++++++--- arch/mips/kvm/tlb.c | 1 + arch/mips/kvm/trace.h | 6 +++--- arch/x86/kvm/emulate.c | 3 ++- arch/x86/kvm/lapic.c | 4 ++-- arch/x86/kvm/svm.c | 6 ------ arch/x86/kvm/vmx.c | 23 ++++++++++++++--------- 9 files changed, 31 insertions(+), 26 deletions(-)