Project ACRN hypervisor
Go to file
Mingqiang Chi c451f2e4fa add create secure world ept API
This patch is prepared for enabling secure world feature.
this api will create new eptp for secure world, whose PDPT
entries are copied form normal world,the PML4/PDPT for secure
world are separated from Normal World, PD/PT are shared in the
Secure World's EPT and Normal World's EPT.Secure world can
access Normal World's memory, but Normal World can not access
Secure World's memory
This function implemented:
-- Unmap specific memory from guest ept mapping
-- Copy PDPT from Normal world to Secure world
-- Map specific memory for Secure world
-- Unmap specific memory from SOS ept mapping

Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com>
2018-05-15 17:19:36 +08:00
devicemodel vm: Pass uuid from DM commandline to vm as GUID. 2018-05-15 17:19:36 +08:00
doc Getting Started Guide: add instructions for other OSs 2018-05-15 17:19:36 +08:00
hypervisor add create secure world ept API 2018-05-15 17:19:36 +08:00