From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gleb Natapov Subject: [GIT PULL] KVM fixes for 3.12-rc2 Date: Tue, 17 Sep 2013 19:14:42 +0300 Message-ID: <20130917161441.GA17294@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: pbonzini@redhat.com, kvm@vger.kernel.org To: torvalds@linux-foundation.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:2137 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753217Ab3IQQOp convert rfc822-to-8bit (ORCPT ); Tue, 17 Sep 2013 12:14:45 -0400 Content-Disposition: inline Sender: kvm-owner@vger.kernel.org List-ID: Linus, Please pull KVM fixes. The following changes since commit 272b98c6455f00884f0350f775c5342358eb= b73f: Linux 3.12-rc1 (2013-09-16 16:17:51 -0400) are available in the git repository at: git://git.kernel.org/pub/scm/virt/kvm/kvm.git fixes for you to fetch changes up to 0be9c7a89f75072e091cd079d76194aec8d1fb09= : KVM: VMX: set "blocked by NMI" flag if EPT violation happens during I= RET from NMI (2013-09-17 19:09:47 +0300) ---------------------------------------------------------------- Bruce Rogers (1): KVM: x86 emulator: emulate RETF imm Gleb Natapov (2): KVM: nEPT: reset PDPTR register cache on nested vmentry emulation KVM: VMX: set "blocked by NMI" flag if EPT violation happens duri= ng IRET from NMI Paolo Bonzini (1): KVM: mmu: allow page tables to be in read-only slots Radim Kr=C4=8Dm=C3=A1=C5=99 (1): kvm: free resources after canceling async_pf arch/x86/kvm/emulate.c | 14 +++++++++++++- arch/x86/kvm/paging_tmpl.h | 20 +++++++++++++++++++- arch/x86/kvm/vmx.c | 13 +++++++++++++ include/linux/kvm_host.h | 1 + virt/kvm/async_pf.c | 5 ++++- virt/kvm/kvm_main.c | 14 +++++++++----- 6 files changed, 59 insertions(+), 8 deletions(-) -- Gleb.