On 19.02.20 23:49, Peter Xu wrote: > On Wed, Feb 12, 2020 at 02:42:48PM +0100, David Hildenbrand wrote: >> We want to populate memory within a reserved memory region. Let's factor >> that out. >> >> Reviewed-by: Richard Henderson <richard.hender...@linaro.org> >> Acked-by: Murilo Opsfelder Araujo <muri...@linux.ibm.com> >> Cc: Igor Kotrasinski <i.kotrasi...@partner.samsung.com> >> Cc: "Michael S. Tsirkin" <m...@redhat.com> >> Cc: Greg Kurz <gr...@kaod.org> >> Cc: Murilo Opsfelder Araujo <muri...@linux.ibm.com> >> Cc: Eduardo Habkost <ehabk...@redhat.com> >> Cc: "Dr. David Alan Gilbert" <dgilb...@redhat.com> >> Cc: Igor Mammedov <imamm...@redhat.com> >> Signed-off-by: David Hildenbrand <da...@redhat.com> > > The naming could be a bit misleading IMO, because we didn't populate > the memory and it's still serviced on demand. However I don't have a > quick and better name of that either...
Right, depends I would say. With enable_mlock it would get serviced right away. I also didn't find a better matching name ... Thanks! > > Reviewed-by: Peter Xu <pet...@redhat.com> > -- Thanks, David / dhildenb