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:
b172e38
)
KVM: MMU: fix incorrect return of spte
author
Zhao Jin
<cronozhj@gmail.com>
Mon, 19 Sep 2011 04:19:51 +0000
(12:19 +0800)
committer
Avi Kivity
<avi@redhat.com>
Sun, 25 Sep 2011 16:13:25 +0000
(19:13 +0300)
__update_clear_spte_slow should return original spte while the
current code returns low half of original spte combined with high
half of new spte.
Signed-off-by: Zhao Jin <cronozhj@gmail.com>
Reviewed-by: Xiao Guangrong <xiaoguangrong@cn.fujitsu.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
No differences found