From ca56b06043bb4241eeb0a41a60daffb1408a08d5 Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Fri, 30 Oct 2020 14:31:00 +0100 Subject: [PATCH] x86: PV shim doesn't need GRANT_TABLE The only reference into the code controlled by this option is from the hypercall table, and that hypercall table entry gets overwritten. Signed-off-by: Jan Beulich Acked-by: Andrew Cooper --- xen/arch/x86/configs/pvshim_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/xen/arch/x86/configs/pvshim_defconfig b/xen/arch/x86/configs/pvshim_defconfig index 5478b991ac..cdf5776610 100644 --- a/xen/arch/x86/configs/pvshim_defconfig +++ b/xen/arch/x86/configs/pvshim_defconfig @@ -9,6 +9,7 @@ CONFIG_EXPERT=y CONFIG_SCHED_NULL=y # Disable features not used by the PV shim # CONFIG_XEN_SHSTK is not set +# CONFIG_GRANT_TABLE is not set # CONFIG_HYPFS is not set # CONFIG_BIGMEM is not set # CONFIG_KEXEC is not set -- 2.30.2