KVM: MMU: clear apfs if page state is changed
authorXiao Guangrong <xiaoguangrong@cn.fujitsu.com>
Fri, 12 Nov 2010 06:47:01 +0000 (14:47 +0800)
committerAvi Kivity <avi@redhat.com>
Wed, 12 Jan 2011 09:29:12 +0000 (11:29 +0200)
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>

No differences found