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

2025-04-10 Thread Jan Beulich
On 10.04.2025 01:55, Daniel P. Smith wrote: > On 4/7/25 03:10, Jan Beulich wrote: >> On 05.04.2025 02:04, Daniel P. Smith wrote: >>> On 1/30/25 08:45, Jan Beulich wrote: On 26.12.2024 17:57, Daniel P. Smith wrote: > @@ -596,9 +597,10 @@ int __init dom0_setup_permissions(struct domain *d) >

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

2025-04-09 Thread Daniel P. Smith
On 4/7/25 03:10, Jan Beulich wrote: On 05.04.2025 02:04, Daniel P. Smith wrote: On 1/30/25 08:45, Jan Beulich wrote: On 26.12.2024 17:57, Daniel P. Smith wrote: @@ -596,9 +597,10 @@ int __init dom0_setup_permissions(struct domain *d) return rc; } -int __init construct_dom0(struct

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

2025-04-07 Thread Jan Beulich
On 05.04.2025 02:04, Daniel P. Smith wrote: > On 1/30/25 08:45, Jan Beulich wrote: >> On 26.12.2024 17:57, Daniel P. Smith wrote: >>> @@ -596,9 +597,10 @@ int __init dom0_setup_permissions(struct domain *d) >>> return rc; >>> } >>> >>> -int __init construct_dom0(struct boot_info *bi, str

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

2025-04-04 Thread Daniel P. Smith
On 1/30/25 08:45, Jan Beulich wrote: On 26.12.2024 17:57, Daniel P. Smith wrote: @@ -596,9 +597,10 @@ int __init dom0_setup_permissions(struct domain *d) return rc; } -int __init construct_dom0(struct boot_info *bi, struct domain *d) +int __init construct_dom0(struct boot_domain *bd)

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

2025-01-30 Thread Jan Beulich
On 26.12.2024 17:57, Daniel P. Smith wrote: > @@ -596,9 +597,10 @@ int __init dom0_setup_permissions(struct domain *d) > return rc; > } > > -int __init construct_dom0(struct boot_info *bi, struct domain *d) > +int __init construct_dom0(struct boot_domain *bd) Pointer-to-const? Domain const