Re: [PATCH v4 01/13] x86/boot: add cmdline to struct boot_domain

2025-04-23 Thread Alejandro Vallejo
On Fri Apr 18, 2025 at 10:16 PM BST, dmkhn wrote: > On Thu, Apr 17, 2025 at 01:48:23PM +0100, Alejandro Vallejo wrote: >> From: "Daniel P. Smith" >> >> Add a container for the "cooked" command line for a domain. This >> provides for the backing memory to be directly associated with the >> domain

Re: [PATCH v4 01/13] x86/boot: add cmdline to struct boot_domain

2025-04-18 Thread dmkhn
On Thu, Apr 17, 2025 at 01:48:23PM +0100, Alejandro Vallejo wrote: > From: "Daniel P. Smith" > > Add a container for the "cooked" command line for a domain. This > provides for the backing memory to be directly associated with the > domain being constructed. This is done in anticipation that the

Re: [PATCH v4 01/13] x86/boot: add cmdline to struct boot_domain

2025-04-17 Thread Alejandro Vallejo
On Thu Apr 17, 2025 at 3:54 PM BST, Jan Beulich wrote: > On 17.04.2025 14:48, Alejandro Vallejo wrote: >> From: "Daniel P. Smith" >> >> Add a container for the "cooked" command line for a domain. This >> provides for the backing memory to be directly associated with the >> domain being constructe

Re: [PATCH v4 01/13] x86/boot: add cmdline to struct boot_domain

2025-04-17 Thread Jan Beulich
On 17.04.2025 14:48, Alejandro Vallejo wrote: > From: "Daniel P. Smith" > > Add a container for the "cooked" command line for a domain. This > provides for the backing memory to be directly associated with the > domain being constructed. This is done in anticipation that the domain > constructio

[PATCH v4 01/13] x86/boot: add cmdline to struct boot_domain

2025-04-17 Thread Alejandro Vallejo
From: "Daniel P. Smith" Add a container for the "cooked" command line for a domain. This provides for the backing memory to be directly associated with the domain being constructed. This is done in anticipation that the domain construction path may need to be invoked multiple times, thus ensurin