acrn-hypervisor/hypervisor/bsp
Jack Ren ec1cbbb660 UEFI: get the guest entry address explicitly
Previously with the help from gcc, __builtin_return_address(0) is
used as the guest entry address, but it can't work well with gcc 7.3
and leads to the guest unable to return to UEFI correctly.
Let's get it explicitly.

Signed-off-by: Jack Ren <jack.ren@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-05-15 17:25:25 +08:00
..
include initial import 2018-05-11 14:44:28 +08:00
ld retpoline: add indirect thunk support 2018-05-15 17:19:36 +08:00
sbl retpoline: add indirect thunk support 2018-05-15 17:19:36 +08:00
uefi UEFI: get the guest entry address explicitly 2018-05-15 17:25:25 +08:00