]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] KVM: Fix vmx hardware_enable() on macbooks
authorAvi Kivity <avi@qumranet.com>
Wed, 13 Dec 2006 08:34:16 +0000 (00:34 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Wed, 13 Dec 2006 17:05:48 +0000 (09:05 -0800)
commit54ec3bb0715fa57df2502dfd48363a77e483c913
tree6c7a3ee533f9f163393e61efa3e57e3e72bddf82
parentad0ee00994ac92d32931b204adbfc717aa71ee94
[PATCH] KVM: Fix vmx hardware_enable() on macbooks

It seems macbooks set bit 2 but not bit 0, which is an "enabled but vmxon will
fault" setting.

Signed-off-by: Avi Kivity <avi@qumranet.com>
Tested-by: Alex Larsson (sometimes testing helps)
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/kvm/vmx.c