]> xenbits.xensource.com Git - xen.git/commit
x86/shadow: Rework trace_shadow_emulate_other() as sh_trace_gfn_va()
authorAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 22 May 2024 13:05:13 +0000 (14:05 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 24 Jun 2024 15:22:59 +0000 (16:22 +0100)
commit8765783434e903fa8be628de25f9941b0204502d
tree92af8a7686257743e89115e9ba9f3714e70ebdff
parent578066d82b2b96e949ff46e6c142a33231b1ae2d
x86/shadow: Rework trace_shadow_emulate_other() as sh_trace_gfn_va()

sh_trace_gfn_va() is very similar to sh_trace_gl1e_va(), and a rather shorter
name than trace_shadow_emulate_other().

It's only referenced in CONFIG_HVM=y builds, so give it a __maybe_unused to
placate randconfig builds.

No functional change.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
Release-Acked-By: Oleksii Kurochko <oleksii.kurochko@gmail.com>
xen/arch/x86/mm/shadow/multi.c