From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: [GIT PULL] KVM fixes for 4.0-rc5 Date: Tue, 24 Mar 2015 08:47:34 -0300 Message-ID: <20150324114734.GA27887@amt.cnet> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: linux-kernel , kvm , Gleb Natapov To: Linus Torvalds Return-path: Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org Linus, Please pull from git://git.kernel.org/pub/scm/virt/kvm/kvm.git master To receive the following: fix for higher-order page allocation failures, fix Xen-on-KVM with x2apic,=20 L1 crash with unrestricted guest mode (nested VMX). Igor Mammedov (1): kvm: avoid page allocation failure in kvm_set_memory_region() Radim Kr=C4=8Dm=C3=A1=C5=99 (2): KVM: nVMX: mask unrestricted_guest if disabled on L0 KVM: x86: call irq notifiers with directed EOI arch/x86/kvm/ioapic.c | 4 +++- arch/x86/kvm/lapic.c | 3 +-- arch/x86/kvm/vmx.c | 7 +++++-- virt/kvm/kvm_main.c | 14 +++++++------- 4 files changed, 16 insertions(+), 12 deletions(-)