commit | 41074d07c78b086b18fc2af590caef05dbcca568 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Sun Dec 09 17:00:02 2007 +0200 |
committer | Avi Kivity <avi@qumranet.com> | Wed Jan 30 17:53:20 2008 +0200 |
tree | 1e07a3d17d718d61bbb45e427c7e7980f2b7ad2e | |
parent | bedbe4ee86195dcd899577828714cc1413beb571 [diff] |
KVM: MMU: Fix inherited permissions for emulated guest pte updates When we emulate a guest pte write, we fail to apply the correct inherited permissions from the parent ptes. Now that we store inherited permissions in the shadow page, we can use that to update the pte permissions correctly. Signed-off-by: Avi Kivity <avi@qumranet.com>