KVM-VMI / kvm

Fork of KVM with Virtual Machine Introspection patches
Other
33 stars 27 forks source link

kvm: introspection: ignore permissions during address translation #65

Closed rageagainsthepc closed 10 months ago

rageagainsthepc commented 11 months ago

If PFEC bits are present, address translations for userspace addresses will fail. It doesn't make sense to honor permission bits during introspection of a guest. This patch will ignore those permissions for the introspection API.

rageagainsthepc commented 10 months ago

@adlazar I don't have permission to merge myself (just in case you are not aware of that). ;)