commit | 2e53d63acba75795aa226febd140f67c58c6a353 | [log] [tgz] |
---|---|---|
author | Marcelo Tosatti <mtosatti@redhat.com> | Wed Feb 20 14:47:24 2008 -0500 |
committer | Avi Kivity <avi@qumranet.com> | Sun Apr 27 11:53:25 2008 +0300 |
tree | be4ad4e5b28c737053af78a950d270a657e9f628 | |
parent | 847f0ad8cbfa70c1af6948025836dfbd9ed6da1e [diff] |
KVM: MMU: ignore zapped root pagetables Mark zapped root pagetables as invalid and ignore such pages during lookup. This is a problem with the cr3-target feature, where a zapped root table fools the faulting code into creating a read-only mapping. The result is a lockup if the instruction can't be emulated. Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com> Cc: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Avi Kivity <avi@qumranet.com>