KVM-VMI / kvm

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

kvm: introspection: ignore permissions during address translation #65

Closed rageagainsthepc closed 1 year ago

rageagainsthepc commented 1 year 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 1 year ago

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