aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-sql.py
diff options
context:
space:
mode:
authorPaolo Bonzini <[email protected]>2025-01-08 16:19:28 +0100
committerPaolo Bonzini <[email protected]>2025-01-12 10:35:36 +0100
commite97fbb43fb1b2e909dfd726204af3cdcb971517e (patch)
tree5f31d0f93d77206af60245d98419a2c9436a22df /tools/perf/scripts/python/call-graph-from-sql.py
parent87ecfdbc699cc95fac73291b52650283ddcf929d (diff)
KVM: e500: use shadow TLB entry as witness for writability
kvmppc_e500_ref_setup is returning whether the guest TLB entry is writable, which is than passed to kvm_release_faultin_page. This makes little sense for two reasons: first, because the function sets up the private data for the page and the return value feels like it has been bolted on the side; second, because what really matters is whether the _shadow_ TLB entry is writable. If it is not writable, the page can be released as non-dirty. Shift from using tlbe_is_writable(gtlbe) to doing the same check on the shadow TLB entry. Signed-off-by: Paolo Bonzini <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions