From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: [GIT PULL] KVM updates for 3.6-rc5 Date: Mon, 10 Sep 2012 18:34:25 +0300 Message-ID: <504E0881.7030101@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: KVM list , linux-kernel , Marcelo Tosatti To: Linus Torvalds Return-path: Received: from mx1.redhat.com ([209.132.183.28]:34986 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753650Ab2IJPe2 (ORCPT ); Mon, 10 Sep 2012 11:34:28 -0400 Sender: kvm-owner@vger.kernel.org List-ID: Linus, please pull from the repo and branch at: git://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/kvm-3.6-2 to receive a trio of KVM fixes: incorrect lookup of guest cpuid, an uninitialized variable fix, and error path cleanup fix. Shortlog/diffstat follow. ---------------------------------------------------------------- KVM updates for 3.6-rc5 ---------------------------------------------------------------- Jamie Iles (1): KVM: PIC: fix use of uninitialised variable. Ren, Yongjie (1): KVM: x86: Check INVPCID feature bit in EBX of leaf 7 Xiao Guangrong (1): KVM: fix error paths for failed gfn_to_page() calls arch/x86/kvm/i8259.c | 2 +- arch/x86/kvm/vmx.c | 23 ++++++++++++++++++----- arch/x86/kvm/x86.c | 13 ++++++++++--- 3 files changed, 29 insertions(+), 9 deletions(-) -- error compiling committee.c: too many arguments to function