On 2025-08-26 10:56, Juergen Gross wrote:
Instead of testing the XENFEAT_auto_translated_physmap feature, just use !xen_pv_domain() which is equivalent.This has the advantage that a kernel not built with CONFIG_XEN_PV will be smaller due to dead code elimination. Signed-off-by: Juergen Gross <jgr...@suse.com>
Reviewed-by: Jason Andryuk <jason.andr...@amd.com>