From: Juergen Gross Date: Wed, 3 Jun 2020 11:28:52 +0000 (+0200) Subject: config: disable hypervisor filesystem for pv-shim X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~105 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d9f58cd54fe2f05e1f05e2fe254684bd1840de8e;p=xen.git config: disable hypervisor filesystem for pv-shim The pv-shim doesn't need the hypervisor filesystem, so disable it. Signed-off-by: Juergen Gross Acked-by: Jan Beulich --- diff --git a/xen/arch/x86/configs/pvshim_defconfig b/xen/arch/x86/configs/pvshim_defconfig index 9710aa6238..830660e022 100644 --- a/xen/arch/x86/configs/pvshim_defconfig +++ b/xen/arch/x86/configs/pvshim_defconfig @@ -6,6 +6,7 @@ CONFIG_PV_SHIM=y CONFIG_PV_SHIM_EXCLUSIVE=y CONFIG_NR_CPUS=32 # Disable features not used by the PV shim +# CONFIG_HYPFS is not set # CONFIG_SHADOW_PAGING is not set # CONFIG_BIGMEM is not set # CONFIG_HVM_FEP is not set