Re: [Xen-devel] [PATCH v3 17/35] OvmfPkg/XenPlatformPei: Reinit XenHypercallLib

2019-07-08 Thread Laszlo Ersek
On 07/04/19 16:42, Anthony PERARD wrote: > The XenPlatformPei needs to make hypercalls, but the XenHypercallLib was > initialised before the HyperPage was ready. Now that XenPlatformPei has > initialised the HyperPage, reinitialise the XenHypercallLib. > > Ref: https://bugzilla.tianocore.org/show_

[Xen-devel] [PATCH v3 17/35] OvmfPkg/XenPlatformPei: Reinit XenHypercallLib

2019-07-04 Thread Anthony PERARD
The XenPlatformPei needs to make hypercalls, but the XenHypercallLib was initialised before the HyperPage was ready. Now that XenPlatformPei has initialised the HyperPage, reinitialise the XenHypercallLib. Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=1689 Signed-off-by: Anthony PERARD ---