Skip to content
Commit 41074d07 authored by Avi Kivity's avatar Avi Kivity
Browse files

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: default avatarAvi Kivity <avi@qumranet.com>
parent bedbe4ee
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment