From 4b164d6f4191ed149ccd37926904093c38ae13af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Benn=C3=A9e?= Date: Fri, 23 Oct 2020 16:20:39 +0100 Subject: xen: enable IOREQ feature --- xen/common/Kconfig | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/xen/common/Kconfig b/xen/common/Kconfig index c971dedd0c..fd4005f17e 100644 --- a/xen/common/Kconfig +++ b/xen/common/Kconfig @@ -140,7 +140,13 @@ config HYPFS_CONFIG want to hide the .config contents from dom0. config IOREQ_SERVER - bool + bool "Provide virtual machine I/O emulation" + default y + ---help--- + Provide an in-Xen IOREQ server to support VirtIO. + + If unsure, say Y. + config KEXEC bool "kexec support" -- cgit v1.2.3