git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c981b4
)
KVM: disable writeback for 0x0f 0x01 instructions.
author
Aurelien Jarno
<aurelien@aurel32.net>
Wed, 25 Jul 2007 08:19:54 +0000
(10:19 +0200)
committer
Avi Kivity
<avi@qumranet.com>
Wed, 25 Jul 2007 11:31:27 +0000
(14:31 +0300)
0x0f 0x01 instructions (ie lgdt, lidt, smsw, lmsw and invlpg) does
not use writeback. This patch set no_wb=1 when emulating those
instructions.
This fixes a regression booting the FreeBSD kernel on AMD.
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Avi Kivity <avi@qumranet.com>
drivers/kvm/x86_emulate.c
patch
|
blob
|
history
diff --cc
drivers/kvm/x86_emulate.c
Simple merge