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
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