From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 6E3DD2098C211 for ; Thu, 31 May 2018 15:03:43 -0700 (PDT) Date: Thu, 31 May 2018 16:03:42 -0600 From: Ross Zwisler Subject: Re: [qemu PATCH v4 0/4] support NFIT platform capabilities Message-ID: <20180531220342.GH28256@linux.intel.com> References: <20180521163203.26590-1-ross.zwisler@linux.intel.com> <20180525205051-mutt-send-email-mst@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20180525205051-mutt-send-email-mst@kernel.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: linux-nvdimm-bounces@lists.01.org Sender: "Linux-nvdimm" To: "Michael S. Tsirkin" Cc: Eduardo Habkost , linux-nvdimm , qemu-devel@nongnu.org, Stefan Hajnoczi , Igor Mammedov List-ID: On Fri, May 25, 2018 at 08:51:22PM +0300, Michael S. Tsirkin wrote: > On Mon, May 21, 2018 at 10:31:59AM -0600, Ross Zwisler wrote: > > Changes since v3: > > * Updated the text in docs/nvdimm.txt to make it clear that the value > > being passed in on the command line in an integer made up of various > > bit fields. (Rob Elliott) > > > > * Updated the "Highest Valid Capability" byte to be dynamic based on > > the highest valid bit in the user's input. (Rob Elliott) > > Igor could you review pls? I think your comments have been addressed. Ping? Igor, can you pick this up? _______________________________________________ Linux-nvdimm mailing list Linux-nvdimm@lists.01.org https://lists.01.org/mailman/listinfo/linux-nvdimm From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59253) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fOVfh-0006SL-El for qemu-devel@nongnu.org; Thu, 31 May 2018 18:03:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fOVfe-0007xl-Ba for qemu-devel@nongnu.org; Thu, 31 May 2018 18:03:49 -0400 Received: from mga12.intel.com ([192.55.52.136]:27411) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fOVfe-0007w5-31 for qemu-devel@nongnu.org; Thu, 31 May 2018 18:03:46 -0400 Date: Thu, 31 May 2018 16:03:42 -0600 From: Ross Zwisler Message-ID: <20180531220342.GH28256@linux.intel.com> References: <20180521163203.26590-1-ross.zwisler@linux.intel.com> <20180525205051-mutt-send-email-mst@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180525205051-mutt-send-email-mst@kernel.org> Subject: Re: [Qemu-devel] [qemu PATCH v4 0/4] support NFIT platform capabilities List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Ross Zwisler , Igor Mammedov , qemu-devel@nongnu.org, Haozhong Zhang , Stefan Hajnoczi , Eduardo Habkost , linux-nvdimm , "Elliott, Robert (Persistent Memory)" On Fri, May 25, 2018 at 08:51:22PM +0300, Michael S. Tsirkin wrote: > On Mon, May 21, 2018 at 10:31:59AM -0600, Ross Zwisler wrote: > > Changes since v3: > > * Updated the text in docs/nvdimm.txt to make it clear that the value > > being passed in on the command line in an integer made up of various > > bit fields. (Rob Elliott) > > > > * Updated the "Highest Valid Capability" byte to be dynamic based on > > the highest valid bit in the user's input. (Rob Elliott) > > Igor could you review pls? I think your comments have been addressed. Ping? Igor, can you pick this up?