diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2022-02-10 15:30:20 +0300 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2022-04-29 19:49:17 +0300 |
commit | 82ffa13f7933cdc9aa3d22c9bc5c8d9c9f610af1 (patch) | |
tree | 14f9e67e4a7e4208d68bdc210e19fa94ceeb68a3 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | daed87b8767c005cb2b385c80e265edf82a2f64b (diff) | |
download | linux-82ffa13f7933cdc9aa3d22c9bc5c8d9c9f610af1.tar.xz |
KVM: x86/mmu: constify uses of struct kvm_mmu_role_regs
struct kvm_mmu_role_regs is computed just once and then accessed. Use
const to make this clearer, even though the const fields of struct
kvm_mmu_role_regs already prevent (or make it harder...) to modify
the contents of the struct.
Reviewed-by: David Matlack <dmatlack@google.com>
Reviewed-by: Sean Christopherson <seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions