On 8/4/25 7:23 AM, Mohamed Mediouni wrote:
This allows edk2 to work, although u-boot is still not functional.
Signed-off-by: Mohamed Mediouni <moha...@unpredictable.fr>
---
accel/whpx/whpx-common.c | 201 ++++++++++++++++++++++++++++-----------
1 file changed, 147 insertions(+), 54 deletions(-)
It's indeed duplicated from hvf.
I would be worth to factorize this, once we identify what is missing to
boot u-boot. In the, it would be nice to have same implementations for
hvf and whpx, with accelerator specific bits extracted. For now, we can
live with the duplication I think.
Reviewed-by: Pierrick Bouvier <pierrick.bouv...@linaro.org>