Re: [RFC PATCH v5 43/45] *** DO NOT MERGE *** KVM: guest_memfd: Add pre-zap arch hook for shared<=>private conversion
From: Huang, Kai
Date: Fri Feb 13 2026 - 02:23:33 EST
On Wed, 2026-01-28 at 17:15 -0800, Sean Christopherson wrote:
> --- a/virt/kvm/Kconfig
> +++ b/virt/kvm/Kconfig
> @@ -125,3 +125,7 @@ config HAVE_KVM_ARCH_GMEM_INVALIDATE
> config HAVE_KVM_ARCH_GMEM_POPULATE
> bool
> depends on KVM_GUEST_MEMFD
> +
> +config HAVE_KVM_ARCH_GMEM_CONVERT
> + bool
> + depends on KVM_GUEST_MEMFD
> \ No newline at end of file
Just FYI:
It appears something went wrong when editing this file. I got below warning
when playing with this series:
virt/kvm/Kconfig:131:warning: no new line at end of file