Re: [PATCH v2 05/17] xen/dom0less: Workaround XSM for evtchn_alloc_unbound

2025-07-17 Thread Stefano Stabellini
On Wed, 16 Jul 2025, Jason Andryuk wrote: > When used with an untargetable domain, xsm_evtchn_unbound fails even > though the idle domain has is_privileged = true. Switch current to the > domain under construction so that event channel creation is allowed as > XSM_TARGET. > > Signed-off-by: Jason

[PATCH v2 05/17] xen/dom0less: Workaround XSM for evtchn_alloc_unbound

2025-07-16 Thread Jason Andryuk
When used with an untargetable domain, xsm_evtchn_unbound fails even though the idle domain has is_privileged = true. Switch current to the domain under construction so that event channel creation is allowed as XSM_TARGET. Signed-off-by: Jason Andryuk --- v2: New This was Jan's suggestion when