Re: [PATCH 3/4] xen: Drop CONFIG_XEN_AUTO_XLATE

From: Jan Beulich

Date: Wed Aug 05 2026 - 04:43:49 EST


On 05.08.2026 10:21, Juergen Gross wrote:
> --- a/drivers/xen/Kconfig
> +++ b/drivers/xen/Kconfig
> @@ -309,12 +309,6 @@ config XEN_EFI
> def_bool y
> depends on (ARM || ARM64 || X86_64) && EFI
>
> -config XEN_AUTO_XLATE
> - def_bool y
> - depends on ARM || ARM64 || X86

Yet is/was X86 correct here? Shouldn't that exclude PV-only configs?

Jan