KVM-VMI / kvm

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

kvm: introspection: KVMI_VCPU_CHANGE_GFN support for unmapped new pages #61

Closed thomasdangl closed 1 year ago

thomasdangl commented 1 year ago

This PR avoids the error case of an unmapped new page during kvm_mmu_change_gfn by creating the mapping on-the-fly. Supposed to make the use of #60 a lot easier.