Re: [PATCH] xen/domain: Initialise the domain handle before inserting into the domlist

2025-03-11 Thread Andrew Cooper
On 10/03/2025 8:23 am, Jan Beulich wrote: > On 07.03.2025 17:46, Andrew Cooper wrote: >> As soon as the the domain is in the domlist, it can be queried via various >> means, ahead of being fully constructed. Ensure it the UUID give by the >> toolstack is in place ahead of this. > Nit: The latter s

Re: [PATCH] xen/domain: Initialise the domain handle before inserting into the domlist

2025-03-10 Thread Jan Beulich
On 07.03.2025 17:46, Andrew Cooper wrote: > As soon as the the domain is in the domlist, it can be queried via various > means, ahead of being fully constructed. Ensure it the UUID give by the > toolstack is in place ahead of this. Nit: The latter sentence is a little bumpy to read. > Signed-off

[PATCH] xen/domain: Initialise the domain handle before inserting into the domlist

2025-03-07 Thread Andrew Cooper
As soon as the the domain is in the domlist, it can be queried via various means, ahead of being fully constructed. Ensure it the UUID give by the toolstack is in place ahead of this. Signed-off-by: Andrew Cooper --- CC: Anthony PERARD CC: Michal Orzel CC: Jan Beulich CC: Julien Grall CC: Ro