mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-30 21:16:03 +00:00
ACRN dumps host registers in case of an exception in root mode operation. This patch adds CR2 register to the dump. It is useful for page-fault debug in HV to know the offending address. Tracked-On: #2969 Signed-off-by: Sainath Grandhi <sainath.grandhi@intel.com> Acked-by: Anthony Xu <anthony.xu@intel.com>