commit | 41bc3186b3c92a4ca05e2aa14bb6272fb491e679 | [log] [tgz] |
---|---|---|
author | Zhao Jin <cronozhj@gmail.com> | Mon Sep 19 12:19:51 2011 +0800 |
committer | Avi Kivity <avi@redhat.com> | Sun Sep 25 19:13:25 2011 +0300 |
tree | 43f66f314c1461710db968e7e820d382d094d453 | |
parent | b172e38e435a158cc84169d5b9127a8dd8d21e76 [diff] |
KVM: MMU: fix incorrect return of spte __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>