commit | a3bd2f7ead6d915290c4895ca52f8ee3887cd1ab | [log] [tgz] |
---|---|---|
author | Anish Moorthy <amoorthy@google.com> | Thu Feb 15 23:53:53 2024 +0000 |
committer | Sean Christopherson <seanjc@google.com> | Tue Apr 09 14:00:48 2024 -0700 |
tree | 8407a230523b8efbaeb9963681e032570c759cd9 | |
parent | ed2f049fc1445116317c97abb1f2870fb9a14d83 [diff] |
KVM: Add function comments for __kvm_read/write_guest_page() The (gfn, data, offset, len) order of parameters is a little strange since "offset" applies to "gfn" rather than to "data". Add function comments to make things perfectly clear. Signed-off-by: Anish Moorthy <amoorthy@google.com> Link: https://lore.kernel.org/r/20240215235405.368539-3-amoorthy@google.com Signed-off-by: Sean Christopherson <seanjc@google.com>