From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: [GIT PULL] KVM fixes for 2.6.37-rc8 Date: Sun, 02 Jan 2011 15:38:50 +0200 Message-ID: <4D207FEA.9080502@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Marcelo Tosatti , linux-kernel , KVM list To: Linus Torvalds Return-path: Received: from mx1.redhat.com ([209.132.183.28]:49437 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752644Ab1ABNi4 (ORCPT ); Sun, 2 Jan 2011 08:38:56 -0500 Sender: kvm-owner@vger.kernel.org List-ID: Linus, please pull a couple of late KVM fixes from git://git.kernel.org/pub/scm/virt/kvm/kvm.git kvm-updates/2.6.37 The first fixes an issue where a guest with cr0.pg=0, accessing an address above 1GB, that is backed by a large host page, triggers a BUG_ON(). The second is a fix for a long standing virtual i8259 bug that was somehow exposed by the first fix. Avi Kivity (2): KVM: MMU: Fix incorrect direct gfn for unpaged mode shadow KVM: i8259: initialize isr_ack arch/x86/kvm/i8259.c | 2 ++ arch/x86/kvm/mmu.c | 3 ++- 2 files changed, 4 insertions(+), 1 deletions(-) -- error compiling committee.c: too many arguments to function