Re: [PATCH v1 09/18] x86: introduce abstractions for domain builder

2022-07-26 Thread Jan Beulich
On 06.07.2022 23:04, Daniel P. Smith wrote: > --- /dev/null > +++ b/xen/arch/x86/include/asm/bootdomain.h > @@ -0,0 +1,30 @@ > +#ifndef __ARCH_X86_BOOTDOMAIN_H__ > +#define __ARCH_X86_BOOTDOMAIN_H__ > + > +struct memsize { > +long nr_pages; > +unsigned int percent; > +bool minus; > +};

[PATCH v1 09/18] x86: introduce abstractions for domain builder

2022-07-06 Thread Daniel P. Smith
This commit expands the new boot info structs to provide the initial abstractions for domain builder. Additionally, it reuses the memory allocation structures previously used for dom0, bring the structures and helper functions under the domain builder. Signed-off-by: Daniel P. Smith Reviewed-by: