On Mon, 21 Apr 2025, Penny Zheng wrote: > From: Stefano Stabellini <[email protected]> > > Wrap sysctl hypercall def and sysctl.o with CONFIG_SYSCTL, and since > PV_SHIM_EXCLUSIVE needs sorting as a prereq in the future, we move > them out of PV_SHIM_EXCLUSIVE condition at the same time. > > We also need to remove all transient "#ifdef CONFIG_SYSCTL"-s in sysctl.c. > > Signed-off-by: Stefano Stabellini <[email protected]> > Signed-off-by: Sergiy Kibrik <[email protected]> > Signed-off-by: Penny Zheng <[email protected]>
Reviewed-by: Stefano Stabellini <[email protected]> > --- > v1 -> v2: > - remove all transient "#ifdef CONFIG_SYSCTL"-s in sysctl.c > --- > v2 -> v3: > - move out of CONFIG_PV_SHIM_EXCLUSIVE condition > --- > xen/common/Makefile | 2 +- > xen/common/sysctl.c | 12 ------------ > xen/include/hypercall-defs.c | 8 ++++++-- > 3 files changed, 7 insertions(+), 15 deletions(-)
