projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c5db7c
)
config: disable hypervisor filesystem for pv-shim
author
Juergen Gross
<jgross@suse.com>
Wed, 3 Jun 2020 11:28:52 +0000
(13:28 +0200)
committer
Jan Beulich
<jbeulich@suse.com>
Wed, 3 Jun 2020 11:28:52 +0000
(13:28 +0200)
The pv-shim doesn't need the hypervisor filesystem, so disable it.
Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Jan Beulich <jbeulich@suse.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 9710aa6238bb3cd7a86fa9e1b7cfdf8d44d7bb29..830660e022d4932bf998c2d7f85bd82a70181ae4 100644
(file)
--- 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