Re: [PATCH] tools/init-dom0less: Fix cpus > 1 and xenstore entries

2025-03-11 Thread Jason Andryuk
On 2025-03-06 05:29, Orzel, Michal wrote: On 05/03/2025 22:58, Jason Andryuk wrote: The trailing / in the path is incorrect and generates an error when writing to xenstore: Checking domid: 1 Init dom0less domain: 1 init-dom0less: writing to xenstore: No error information init-dom0less exits

Re: [PATCH] tools/init-dom0less: Fix cpus > 1 and xenstore entries

2025-03-11 Thread Orzel, Michal
On 05/03/2025 22:58, Jason Andryuk wrote: > > > The trailing / in the path is incorrect and generates an error when > writing to xenstore: > Checking domid: 1 > Init dom0less domain: 1 > init-dom0less: writing to xenstore: No error information > > init-dom0less exits without finishing initial

[PATCH] tools/init-dom0less: Fix cpus > 1 and xenstore entries

2025-03-05 Thread Jason Andryuk
The trailing / in the path is incorrect and generates an error when writing to xenstore: Checking domid: 1 Init dom0less domain: 1 init-dom0less: writing to xenstore: No error information init-dom0less exits without finishing initialization. vcpu_max_id is an inclusive value, so it should be incl