Re: [PATCH v10 08/41] KVM: Consolidate private memory and guest_memfd ifdeffery in kvm_host.h
"David Hildenbrand (Arm)" <[email protected]>
| Newsgroups | org.kernel.vger.linux-kselftest,dev.linux.lists.linux-coco,org.kernel.vger.kvm,org.kernel.vger.linux-doc,org.kernel.vger.linux-kernel,org.kernel.vger.linux-trace-kernel,org.kvack.linux-mm |
|---|---|
| Message-ID | <[email protected]> |
On 8/7/26 23:52, Ackerley Tng via B4 Relay wrote: > From: Sean Christopherson <[email protected]> > > Move the kvm_arch_has_private_mem() stub and a few guest_memfd function > definitions/declarations "down" in kvm_host.h to utilize existing #ifdefs, > and so that related code is clustered together. > > No functional change intended. > > Signed-off-by: Sean Christopherson <[email protected]> > Reviewed-by: Xiaoyao Li <[email protected]> > Reviewed-by: Binbin Wu <[email protected]> > Reviewed-by: Fuad Tabba <[email protected]> > Tested-by: Shivank Garg <[email protected]> > Signed-off-by: Ackerley Tng <[email protected]> > --- Reviewed-by: David Hildenbrand (Arm) <[email protected]> -- Cheers, David