mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-04 23:24:56 +00:00
In current code, on uefi platform, vmcs will be overwritten according to uefi context, using the exec_vmwrite directly. This patch use vmx_write_cr<#> interface to init control registers. Signed-off-by: Binbin Wu <binbin.wu@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>