[GIT PULL] KVM fixes for 2.6.37-rc8

From: Avi Kivity
Date: Sun Jan 02 2011 - 08:39:12 EST


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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/