diff options
| author | Jim Mattson <jmattson@google.com> | 2025-10-28 15:30:40 -0700 |
|---|---|---|
| committer | Sean Christopherson <seanjc@google.com> | 2025-11-20 16:19:59 -0800 |
| commit | 2103a8baf5cb7e6169434e5f2cc6c311929f529a (patch) | |
| tree | e8244d58599165e375b43d576ceb2bb151a43850 /tools/testing/selftests/kvm/lib/kvm_util.c | |
| parent | ae5b498b8da96749cdad7b5a013053d17d815a6e (diff) | |
KVM: selftests: Use a loop to walk guest page tables
Walk the guest page tables via a loop when searching for a PTE,
instead of using unique variables for each level of the page tables.
This simplifies the code and makes it easier to support 5-level paging
in the future.
Signed-off-by: Jim Mattson <jmattson@google.com>
Reviewed-by: Yosry Ahmed <yosry.ahmed@linux.dev>
Link: https://patch.msgid.link/20251028225827.2269128-3-jmattson@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
Diffstat (limited to 'tools/testing/selftests/kvm/lib/kvm_util.c')
0 files changed, 0 insertions, 0 deletions