On 26.11.2025 11:13, Grygorii Strashko wrote: > On 26.11.25 08:59, Jan Beulich wrote: >> On 26.11.2025 00:00, Grygorii Strashko wrote: >>> --- a/xen/arch/x86/hvm/Kconfig >>> +++ b/xen/arch/x86/hvm/Kconfig >>> @@ -93,4 +93,10 @@ config MEM_SHARING >>> depends on INTEL_VMX >>> depends on MGMT_HYPERCALLS >>> >>> +config HVM_SAVE_RESTORE >>> + depends on MGMT_HYPERCALLS >>> + def_bool y >>> + help >>> + Enables HVM save/load functionality. >>> + >>> endif >> >> This wants to move up some imo; MEM_SHARING is clearing the more niche >> feature. > > Could you clarify preferred place - before which Kconfig option in > hvm/Kconfig?
There's no "ideal" place imo, as the ordering is somewhat clumsy anyway. Before HVM_FEP or after VIRIDIAN, I would say (with a slight preference to the former). Jan
