mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-10-08 18:03:38 +00:00
Check whether the address area pointed by the guest cr3 is valid or not before loading pdptrs. Inject #GP(0) to guest if there are any invalid cases. Tracked-On: #3572 Signed-off-by: Jie Deng <jie.deng@intel.com> Reviewed-by: Jason Chen CJ <jason.cj.chen@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>