mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-06 09:06:30 +00:00
Need to call hv_access_memory_region_update() explicitly for DRHD registers to correctly grant access rights for hypervisor. Currently, other hv_access_memory_region_update() calls happen to cover the DRHD addresses for currently supported platforms. Tracked-On: #3194 Signed-off-by: Zide Chen <zide.chen@intel.com> Acked-by: Anthony Xu <anthony.xu@intel.com>