commit | e5f3f027960128035a5fa176877b5e9160b35397 | [log] [tgz] |
---|---|---|
author | Xiao Guangrong <xiaoguangrong@cn.fujitsu.com> | Fri Nov 12 14:47:01 2010 +0800 |
committer | Avi Kivity <avi@redhat.com> | Wed Jan 12 11:29:12 2011 +0200 |
tree | 7c8ad1d7cd4d5ab21a71dfe23f0bdf9a0b98caf3 | |
parent | 5054c0de664dbbb47f1e6b69d668b6018df832f6 [diff] |
KVM: MMU: clear apfs if page state is changed If CR0.PG is changed, the page fault cann't be avoid when the prefault address is accessed later And it also fix a bug: it can retry a page enabled #PF in page disabled context if mmu is shadow page This idear is from Gleb Natapov Signed-off-by: Xiao Guangrong <xiaoguangrong@cn.fujitsu.com> Signed-off-by: Avi Kivity <avi@redhat.com>