diff options
author | 2024-10-10 11:23:28 -0700 | |
---|---|---|
committer | 2024-10-25 12:57:59 -0400 | |
commit | 12fac89950996e556a99eb16f0359307ed4c2566 (patch) | |
tree | be9069f038acc5fdf8dab2d2b673a67ac8cec353 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | KVM: nVMX: Add helper to put (unmap) vmcs12 pages (diff) | |
download | wireguard-linux-12fac89950996e556a99eb16f0359307ed4c2566.tar.xz wireguard-linux-12fac89950996e556a99eb16f0359307ed4c2566.zip |
KVM: Use plain "struct page" pointer instead of single-entry array
Use a single pointer instead of a single-entry array for the struct page
pointer in hva_to_pfn_fast(). Using an array makes the code unnecessarily
annoying to read and update.
No functional change intended.
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Tested-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Sean Christopherson <seanjc@google.com>
Tested-by: Dmitry Osipenko <dmitry.osipenko@collabora.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-ID: <20241010182427.1434605-27-seanjc@google.com>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions