On 7/18/22 09:58, Smith, Jackson wrote:
> Hi Daniel,
>
> I hope outlook gets this reply right.
Looks good to me, thank you for taking the time to review.
>> -Original Message-
>> Subject: [PATCH v1 04/18] x86: refactor entrypoints to new boot info
>
>> d
Hi Daniel,
I hope outlook gets this reply right.
> -Original Message-
> Subject: [PATCH v1 04/18] x86: refactor entrypoints to new boot info
> diff --git a/xen/arch/x86/guest/xen/pvh-boot.c
> b/xen/arch/x86/guest/xen/pvh-boot.c
> index 834b1ad16b..28cf5df0a3 100644
>
This previous commit added a transition point from multiboot v1 structures to
the new boot info structures at the earliest common point for all the x86
entrypoints. The result is that each of the entrypoints would construct a
multiboot v1 structure from the structures used by each entrypoint. This