mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-05-17 13:02:51 +00:00
GPA of software SRAM is available only after build_vrtct() function is called and the return value of it is valid(Not NULL). This patch fix bug in create_and_inject_vrtct() function which violates above pre-condition when calling get_software_sram_base_gpa(). Tracked-On: #5973 Signed-off-by: Yonghua Huang <yonghua.huang@intel.com>