From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46968) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e2mZi-0007Dm-Rz for qemu-devel@nongnu.org; Thu, 12 Oct 2017 19:07:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e2mZf-0002yx-Fn for qemu-devel@nongnu.org; Thu, 12 Oct 2017 19:07:34 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48182) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e2mZf-0002ya-8w for qemu-devel@nongnu.org; Thu, 12 Oct 2017 19:07:31 -0400 Date: Thu, 12 Oct 2017 19:07:27 -0400 (EDT) From: Pankaj Gupta Message-ID: <1755911209.19947416.1507849647657.JavaMail.zimbra@redhat.com> In-Reply-To: References: <20171012155027.3277-1-pagupta@redhat.com> <1567317495.19940236.1507843517318.JavaMail.zimbra@redhat.com> <1363955128.19944709.1507846719987.JavaMail.zimbra@redhat.com> <1507847249.21121.207.camel@redhat.com> <1111804283.19946669.1507848765955.JavaMail.zimbra@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC 2/2] KVM: add virtio-pmem driver List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Dan Williams Cc: Rik van Riel , linux-kernel@vger.kernel.org, KVM list , Qemu Developers , linux-nvdimm , Linux MM , Jan Kara , Stefan Hajnoczi , Haozhong Zhang , Nitesh Narayan Lal , Kevin Wolf , Paolo Bonzini , Ross Zwisler , David Hildenbrand , Xiao Guangrong > > Dan, > > > > I have a query regarding below patch [*]. My assumption is its halted > > because of memory hotplug restructuring work? Anything I am missing > > here? > > > > [*] https://www.mail-archive.com/linux-nvdimm@lists.01.org/msg02978.html > > It's fallen to the back of my queue since the original driving need of > platform firmware changing offsets from boot-to-boot is no longer an > issue. However, it does mean that you need to arrange for 128MB > aligned devm_memremap_pages() ranges for the foreseeable future. o.k I will provide 128MB aligned pages to devm_memremap_pages() function. Thanks, Pankaj