xen/xsm: Add new SILO mode for XSM
authorXin Li <talons.lee@gmail.com>
Tue, 9 Oct 2018 09:33:20 +0000 (17:33 +0800)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 15 Oct 2018 13:34:53 +0000 (14:34 +0100)
commit9acb115f744a73bc69bb3980e10e07b5283e0925
tree750e24542f3dac8346afe91c4f7fc2a707fe554c
parent8e98ca3b17cc79e197c05a639a3ebf4dac9de9bd
xen/xsm: Add new SILO mode for XSM

When SILO is enabled, there would be no page-sharing or event notifications
between unprivileged VMs (no grant tables or event channels).

Signed-off-by: Xin Li <xin.li@citrix.com>
Acked-by: Daniel De Graaf <dgdegra@tycho.nsa.gov>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
docs/misc/xen-command-line.markdown
xen/common/Kconfig
xen/include/xsm/dummy.h
xen/include/xsm/xsm.h
xen/xsm/Makefile
xen/xsm/silo.c [new file with mode: 0644]
xen/xsm/xsm_core.c