On 12.12.2025 05:01, Penny Zheng wrote: > The enabling bit (d->arch.hvm.mem_sharing.enabled) for memory sharing could > only be enabled via domctl-op, so we shall make memory sharing feature > depend on MGMT_HYPERCALLS. > > Signed-off-by: Penny Zheng <[email protected]>
Tamas, this is something that rather you should ack (or reject). (Penny, you would have wanted to Cc Tamas here right away, no matter what F: entries in ./MAINTAINERS would say.) Thanks, Jan > --- a/xen/arch/x86/hvm/Kconfig > +++ b/xen/arch/x86/hvm/Kconfig > @@ -79,5 +79,6 @@ config MEM_PAGING > config MEM_SHARING > bool "Xen memory sharing support (UNSUPPORTED)" if UNSUPPORTED > depends on INTEL_VMX > + depends on MGMT_HYPERCALLS > > endif
