commit | e2078318042569682d0496cfd7bd962a766e82b1 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Sun Dec 21 19:36:59 2008 +0200 |
committer | Avi Kivity <avi@redhat.com> | Tue Mar 24 11:02:51 2009 +0200 |
tree | d5f6d2d2c25471f61801f8d0a01a0ddf8d257500 | |
parent | 2f0b3d60b2c43aef7cd10169c425c052169c622a [diff] |
KVM: MMU: Initialize a shadow page's global attribute from cr4.pge If cr4.pge is cleared, we ought to treat any ptes in the page as non-global. This allows us to remove the check from set_spte(). Signed-off-by: Avi Kivity <avi@redhat.com>