The purpose of this patch is to add a possibility for user
to be able to select IOREQ support on Arm (which is disabled
by default) with retaining the current behaviour on x86
(is selected by HVM and it's prompt is not visible).
Also make the IOREQ be depended on CONFIG_EXPERT on Arm since
it is considered as Technological Preview feature and
update SUPPORT.md.
Signed-off-by: Oleksandr Tyshchenko <oleksandr_tyshchenko@epam.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Julien Grall <jgrall@amazon.com>
Status: Experimental
+### ARM/IOREQ servers
+
+ Status: Tech Preview
+
### ARM/Non-PCI device passthrough
Status: Supported, not security supported
want to hide the .config contents from dom0.
config IOREQ_SERVER
- bool
+ bool "IOREQ support (EXPERT)" if EXPERT && !X86
+ default X86
+ depends on HVM
+ ---help---
+ Enables generic mechanism for providing emulated devices to the guests.
+
+ If unsure, say N.
config KEXEC
bool "kexec support"