Re: [PATCH v1 15/18] x86: rework domain page allocation

2022-07-27 Thread Jan Beulich
On 06.07.2022 23:04, Daniel P. Smith wrote: > This reworks all the dom0 page allocation functions for general domain > construction. Where possible, common logic between the two was split into a > separate function for reuse by the two functions. You absolutely need to mention what behavioral / fu

[PATCH v1 15/18] x86: rework domain page allocation

2022-07-06 Thread Daniel P. Smith
This reworks all the dom0 page allocation functions for general domain construction. Where possible, common logic between the two was split into a separate function for reuse by the two functions. Signed-off-by: Daniel P. Smith Reviewed-by: Christopher Clark --- xen/arch/x86/dom0_build.c