Re: [PATCH v1 03/18] x86: adopt new boot info structures

2022-07-22 Thread Daniel P. Smith
On 7/19/22 09:19, Jan Beulich wrote: > On 06.07.2022 23:04, Daniel P. Smith wrote: >> This commit replaces the use of the multiboot v1 structures starting >> at __start_xen(). The majority of this commit is converting the fields >> being accessed for the startup calculations. While adapting the uco

Re: [PATCH v1 03/18] x86: adopt new boot info structures

2022-07-19 Thread Jan Beulich
On 06.07.2022 23:04, Daniel P. Smith wrote: > This commit replaces the use of the multiboot v1 structures starting > at __start_xen(). The majority of this commit is converting the fields > being accessed for the startup calculations. While adapting the ucode > boot module location logic, this code

[PATCH v1 03/18] x86: adopt new boot info structures

2022-07-06 Thread Daniel P. Smith
This commit replaces the use of the multiboot v1 structures starting at __start_xen(). The majority of this commit is converting the fields being accessed for the startup calculations. While adapting the ucode boot module location logic, this code was refactored to reduce some of the unnecessary co