]>
xen/sysctl: wrap around XEN_SYSCTL_physinfo
authorPenny Zheng <Penny.Zheng@amd.com>
Mon, 30 Jun 2025 08:03:16 +0000 (10:03 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 30 Jun 2025 08:03:16 +0000 (10:03 +0200)
commit6363d0172fa49999e2ea00ae64c1256e2d2961c2
treef336601fbea4ef2dd54dd06aa6d8bf942a8c9e41
parent8597f8552ea1ac41bb99ee11bd440b7343ef4968
xen/sysctl: wrap around XEN_SYSCTL_physinfo

The following functions are only used to deal with XEN_SYSCTL_physinfo,
then they shall be wrapped:
- arch_do_physinfo()
- get_outstanding_claims()

Signed-off-by: Penny Zheng <Penny.Zheng@amd.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/arm/sysctl.c
xen/arch/riscv/stubs.c
xen/arch/x86/sysctl.c
xen/common/page_alloc.c