]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'kvm-3.6-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 11 Sep 2012 01:30:08 +0000 (09:30 +0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 11 Sep 2012 01:30:08 +0000 (09:30 +0800)
commit010fbc25d9a22af85c665be2deb9bd60eb91a1d1
treefeb6f702ecfa473d9c5545b7163b7b8dd3a3d721
parentec29eb58329da0dcc066b3bc3282a21fbeee099e
parentf280fc34ab3125b85a15e27868e68b4878015c29
Merge tag 'kvm-3.6-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm

Pull KVM updates from Avi Kivity:
 "A trio of KVM fixes: incorrect lookup of guest cpuid, an uninitialized
  variable fix, and error path cleanup fix."

* tag 'kvm-3.6-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm:
  KVM: fix error paths for failed gfn_to_page() calls
  KVM: x86: Check INVPCID feature bit in EBX of leaf 7
  KVM: PIC: fix use of uninitialised variable.