On Mon, Sep 11, 2023, David Stevens wrote: > From: David Stevens <stevensd@xxxxxxxxxxxx> > > Introduce __kvm_follow_pfn, which will replace __gfn_to_pfn_memslot. Please use parantheses when refeferencing functions, i.e. __kvm_follow_pfn(), __gfn_to_pfn_memslot(), etc. > __kvm_follow_pfn refactors the old API's arguments into a struct and, > where possible, combines the boolean arguments into a single flags > argument. This needs a more verbose changelog, but I honestly wouldn't mind doing that myself as a way of refreshing all of this, and to lay out out what the end state will (hopefully) look like when all architectures are converted.