On Wed, 10 Sep 2025, Penny Zheng wrote: > Arch-specific function arch_get_info_guest() is responsible for > XEN_DOMCTL_getvcpucontext domctl-op, and shall be wrapped with > CONFIG_MGMT_HYPERCALLS > Wrap XEN_DOMCTL_getvcpucontext-case transiently with CONFIG_MGMT_HYPERCALLS, > and it will be removed when introducing CONFIG_MGMT_HYPERCALLS on the > common/domctl.c in the last. > > Signed-off-by: Penny Zheng <penny.zh...@amd.com>
There is arch_get_info_guest under riscv but it is only a stub so: Reviewed-by: Stefano Stabellini <sstabell...@kernel.org>