projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1b4f95
)
x86: PV shim doesn't need GRANT_TABLE
author
Jan Beulich
<jbeulich@suse.com>
Fri, 30 Oct 2020 13:31:00 +0000
(14:31 +0100)
committer
Jan 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
patch
|
blob
|
history
diff --git
a/xen/arch/x86/configs/pvshim_defconfig
b/xen/arch/x86/configs/pvshim_defconfig
index 5478b991ac85edd1d88da5ee878bd9b475f0e6f0..cdf57766109b7712c40be281dee8411a59648843 100644
(file)
--- 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