On 11.09.2025 04:31, Stefano Stabellini wrote: > 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:
As said in reply to other patches, I think those stubs want covering nevertheless. And btw, this is an example of a patch which would have been entirely unnecessary (afaict) if the Kconfig setting didn't have a prompt (yet / anymore). Jan > Reviewed-by: Stefano Stabellini <sstabell...@kernel.org>