aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorDavid Matlack <[email protected]>2022-01-19 23:07:25 +0000
committerPaolo Bonzini <[email protected]>2022-02-10 13:50:37 -0500
commit3e72c791fd33d726ac026505f9c40644ec0afc51 (patch)
tree6972cb440d3eecd4a2deae4c0ca4af6e13df1e4a /tools/perf/scripts/python
parent3255530ab191cf75caa2cfc52fe984f5c4c44c74 (diff)
KVM: x86/mmu: Change tdp_mmu_{set,zap}_spte_atomic() to return 0/-EBUSY
tdp_mmu_set_spte_atomic() and tdp_mmu_zap_spte_atomic() return a bool with true indicating the SPTE modification was successful and false indicating failure. Change these functions to return an int instead since that is the common practice. Opportunistically fix up the kernel-doc style for the Return section above tdp_mmu_set_spte_atomic(). No functional change intended. Suggested-by: Sean Christopherson <[email protected]> Signed-off-by: David Matlack <[email protected]> Message-Id: <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions