Re: [PATCH v5 44/44] x86/boot: convert dom0_construct_pvh to struct boot_domain

2024-10-09 Thread Daniel P. Smith
On 10/8/24 15:56, Jason Andryuk wrote: On 2024-10-06 17:49, Daniel P. Smith wrote: With construct_dom0 consuming struct boot_domain, continue passing the structure down to dom0_construct_pvh. Signed-off-by: Daniel P. Smith diff --git a/xen/arch/x86/hvm/dom0_build.c b/xen/arch/x86/hvm/dom0_b

Re: [PATCH v5 44/44] x86/boot: convert dom0_construct_pvh to struct boot_domain

2024-10-08 Thread Jason Andryuk
On 2024-10-06 17:49, Daniel P. Smith wrote: With construct_dom0 consuming struct boot_domain, continue passing the structure down to dom0_construct_pvh. Signed-off-by: Daniel P. Smith diff --git a/xen/arch/x86/hvm/dom0_build.c b/xen/arch/x86/hvm/dom0_build.c index a3fd5e762dc4..755e257cdf30

[PATCH v5 44/44] x86/boot: convert dom0_construct_pvh to struct boot_domain

2024-10-06 Thread Daniel P. Smith
With construct_dom0 consuming struct boot_domain, continue passing the structure down to dom0_construct_pvh. Signed-off-by: Daniel P. Smith --- xen/arch/x86/dom0_build.c | 2 +- xen/arch/x86/hvm/dom0_build.c | 31 +-- xen/arch/x86/include/asm/dom0_bui