]> xenbits.xensource.com Git - people/pauldu/xen.git/commitdiff
x86: PV shim doesn't need GRANT_TABLE
authorJan Beulich <jbeulich@suse.com>
Fri, 30 Oct 2020 13:31:00 +0000 (14:31 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 30 Oct 2020 13:31:00 +0000 (14:31 +0100)
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 <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/configs/pvshim_defconfig

index 5478b991ac85edd1d88da5ee878bd9b475f0e6f0..cdf57766109b7712c40be281dee8411a59648843 100644 (file)
@@ -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