From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54464) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fUrlS-00089u-Rh for qemu-devel@nongnu.org; Mon, 18 Jun 2018 06:52:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fUrlP-0005Cc-Qs for qemu-devel@nongnu.org; Mon, 18 Jun 2018 06:52:02 -0400 References: <20180615140448.32234-1-david@redhat.com> <20180615140448.32234-11-david@redhat.com> <20180618004950.GH25461@umbus.fritz.box> From: David Hildenbrand Message-ID: Date: Mon, 18 Jun 2018 12:51:56 +0200 MIME-Version: 1.0 In-Reply-To: <20180618004950.GH25461@umbus.fritz.box> Content-Type: text/plain; charset=windows-1252 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 10/13] nvdimm: convert nvdimm_mr into a pointer List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: qemu-devel@nongnu.org, qemu-ppc@nongnu.org, Eduardo Habkost , Igor Mammedov , "Michael S . Tsirkin" , Marcel Apfelbaum , Paolo Bonzini , Richard Henderson , Xiao Guangrong , Alexander Graf On 18.06.2018 02:49, David Gibson wrote: > On Fri, Jun 15, 2018 at 04:04:45PM +0200, David Hildenbrand wrote: >> This way we can easily check if the region has already been inititalized >> without having to rely on the size of an uninitialized region being 0. >> >> Signed-off-by: David Hildenbrand > > I'm not terribly convinced that this is a worthwhile change, but in > the sense that the patch appears to be technically correct: > Igor requested this, and as I had no strong feelings about it, I included it. At least we are not able to hand out "uninitialized regions" this way anymore. Thanks! -- Thanks, David / dhildenb