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

KVM: MMU: Don't cache guest access bits in the shadow page table



This was once used to avoid accessing the guest pte when upgrading
the shadow pte from read-only to read-write.  But usually we need
to set the guest pte dirty or accessed bits anyway, so this wasn't
really exploited.

Signed-off-by: default avatarAvi Kivity <avi@qumranet.com>
parent fd97dc51
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment