Re: [PATCH v1 04/18] x86: refactor entrypoints to new boot info

2022-07-22 Thread Daniel P. Smith
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

RE: [PATCH v1 04/18] x86: refactor entrypoints to new boot info

2022-07-18 Thread Smith, Jackson
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 >

[PATCH v1 04/18] x86: refactor entrypoints to new boot info

2022-07-06 Thread Daniel P. Smith
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