On 10.09.2025 09:38, Penny Zheng wrote: > The following functions are xsm-related and only invoked under arch-specific > domctl-op, so they shall all be wrapped with CONFIG_MGMT_HYPERCALLS: > - xsm_domctl
Doesn't this come too early (reflected by you putting #ifdef inside the function), while ... > - xsm_{bind,unbind}_pt_irq > - xsm_ioport_permission > - xsm_ioport_mapping ... these fix unreachable code issues introduced by the previous patch? Jan