Re: [PATCH 01/15] x86/boot: introduce boot domain

2024-12-04 Thread Daniel P. Smith
On 12/2/24 04:57, Jan Beulich wrote: On 23.11.2024 19:20, Daniel P. Smith wrote: To begin moving toward allowing the hypervisor to construct more than one domain at boot, a container is needed for a domain's build information. Introduce a new header, , that contains the initial struct boot_domai

Re: [PATCH 01/15] x86/boot: introduce boot domain

2024-12-02 Thread Jan Beulich
On 23.11.2024 19:20, Daniel P. Smith wrote: > To begin moving toward allowing the hypervisor to construct more than one > domain at boot, a container is needed for a domain's build information. > Introduce a new header, , that contains the initial > struct boot_domain that encapsulate the build inf

[PATCH 01/15] x86/boot: introduce boot domain

2024-11-23 Thread Daniel P. Smith
To begin moving toward allowing the hypervisor to construct more than one domain at boot, a container is needed for a domain's build information. Introduce a new header, , that contains the initial struct boot_domain that encapsulate the build information for a domain. Add a kernel and ramdisk boo