From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gleb Natapov Subject: [GIT PULL] more KVM changes for 3.11 Date: Mon, 8 Jul 2013 10:51:41 +0300 Message-ID: <20130708075141.GA9165@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-kernel , kvm@vger.kernel.org, pbonzini@redhat.com 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 tags/kvm-3.11-2 to receive more KVM updates for the 3.11 merge window. There is a fix for a bug that prevents some guests from working on old Intel CPUs and a patch that integrates ARM64 KVM, merged via ARM64 tree, into Kconfig. ---------------------------------------------------------------- Gleb Natapov (1): KVM: VMX: mark unusable segment as nonpresent Marc Zyngier (1): arm64: KVM: Kconfig integration arch/arm64/Kconfig | 2 ++ arch/arm64/kernel/asm-offsets.c | 1 + arch/arm64/kvm/Kconfig | 51 +++++++++++++++++++++++++++++++++++++++ arch/x86/kvm/vmx.c | 11 +++++++-- 4 files changed, 63 insertions(+), 2 deletions(-) create mode 100644 arch/arm64/kvm/Kconfig -- Gleb.