From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38436) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zz9ah-00023l-8m for qemu-devel@nongnu.org; Wed, 18 Nov 2015 15:44:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zz9ae-0006hX-3u for qemu-devel@nongnu.org; Wed, 18 Nov 2015 15:44:31 -0500 Received: from mx1.redhat.com ([209.132.183.28]:54824) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zz9ad-0006hB-VW for qemu-devel@nongnu.org; Wed, 18 Nov 2015 15:44:28 -0500 Date: Wed, 18 Nov 2015 22:44:21 +0200 From: "Michael S. Tsirkin" Message-ID: <20151118224253-mutt-send-email-mst@redhat.com> References: <1447671063-92665-1-git-send-email-guangrong.xiao@linux.intel.com> <564BDB86.6060404@linux.intel.com> <20151118191817.GK20436@thinpad.lan.raisama.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151118191817.GK20436@thinpad.lan.raisama.net> Subject: Re: [Qemu-devel] [PATCH v8 0/5] implement vNVDIMM List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost Cc: Xiao Guangrong , kvm@vger.kernel.org, gleb@kernel.org, mtosatti@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com, imammedo@redhat.com, pbonzini@redhat.com, dan.j.williams@intel.com, rth@twiddle.net On Wed, Nov 18, 2015 at 05:18:17PM -0200, Eduardo Habkost wrote: > On Wed, Nov 18, 2015 at 09:59:34AM +0800, Xiao Guangrong wrote: > > > > Ping... > > > > Do you have any comment on this patchset? Could it be applied to somewhere > > if it is okay for you? > > I have no additional comments, as the memory-backend patches I > was reviewing are not included in this version. I didn't take the > time to review the TYPE_NVDIMM and ACPI changes. No, I don't think the way guest memory is allocated here is ok. I'm sorry, I'm busy with 2.5 now, and this is clearly not 2.5 material. Once that's out, I'll post some suggestions. Thanks! > -- > Eduardo