]> xenbits.xensource.com Git - people/sstabellini/xen-unstable.git/.git/commitdiff
config: disable hypervisor filesystem for pv-shim
authorJuergen Gross <jgross@suse.com>
Wed, 3 Jun 2020 11:28:52 +0000 (13:28 +0200)
committerJan 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

index 9710aa6238bb3cd7a86fa9e1b7cfdf8d44d7bb29..830660e022d4932bf998c2d7f85bd82a70181ae4 100644 (file)
@@ -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