[GIT PULL] KVM fixes for 2.6.37-rc8

Previous thread: [PATCH 2/9 v2] Altera FPGA based CI driver module. by Igor M. Liplianin on Sunday, January 2, 2011 - 5:01 am. (1 message)

Next thread: [PATCH] Fix spelling meassge -> message in comments by Stefan Weil on Sunday, January 2, 2011 - 7:12 am. (1 message)
From: Avi Kivity
Date: Sunday, January 2, 2011 - 6:38 am

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

--

Previous thread: [PATCH 2/9 v2] Altera FPGA based CI driver module. by Igor M. Liplianin on Sunday, January 2, 2011 - 5:01 am. (1 message)

Next thread: [PATCH] Fix spelling meassge -> message in comments by Stefan Weil on Sunday, January 2, 2011 - 7:12 am. (1 message)