From: Konrad Rzeszutek Wilk Date: Tue, 7 Feb 2017 16:34:02 +0000 (-0500) Subject: xen-config: Enable livepatch, max CPUS is 512, and enable TMEM X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=a181765e4846e7785c0f4df408f4dc13fc138277;p=xentesttools%2Fbootstrap.git xen-config: Enable livepatch, max CPUS is 512, and enable TMEM Signed-off-by: Konrad Rzeszutek Wilk --- diff --git a/xen.config b/xen.config index b740c40..3f5d660 100644 --- a/xen.config +++ b/xen.config @@ -1,4 +1,10 @@ CONFIG_KEXEC=y CONFIG_XSPLICE=y +CONFIG_LIVEPATCH=y CONFIG_XSM=y +CONFIG_FLASK=y CONFIG_BIGMEM=y +CONFIG_TMEM=y +CONFIG_NR_CPUS=512 +CONFIG_SHADOW_PAGING=y +CONFIG_FAST_SYMBOL_LOOKUP=y