From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35788) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c4H28-000370-Pv for qemu-devel@nongnu.org; Tue, 08 Nov 2016 19:46:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c4H24-0002oD-Pl for qemu-devel@nongnu.org; Tue, 08 Nov 2016 19:46:32 -0500 Received: from mga14.intel.com ([192.55.52.115]:39390) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c4H24-0002mx-Hh for qemu-devel@nongnu.org; Tue, 08 Nov 2016 19:46:28 -0500 Date: Wed, 9 Nov 2016 08:46:24 +0800 From: Haozhong Zhang Message-ID: <20161109004624.23rhaezhpc2kfyls@hz-desktop> References: <20161108124614.31355-1-haozhong.zhang@intel.com> <20161108165004.GA2593@work-vm> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20161108165004.GA2593@work-vm> Subject: Re: [Qemu-devel] [PATCH] docs: add document to explain the usage of vNVDIMM List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert" Cc: qemu-devel@nongnu.org, Xiao Guangrong On 11/08/16 16:50 +0000, Dr. David Alan Gilbert wrote: >* Haozhong Zhang (haozhong.zhang@intel.com) wrote: [..] >> +Label >> +----- >> + >> +QEMU v2.7.0 and later implement the label support for vNVDIMM devices. >> +To enable label on vNVDIMM devices, users can simply add >> +"label-size=$SZ" option to "-device nvdimm", e.g. >> + >> + -device nvdimm,id=nvdimm1,memdev=mem1,label_size=128K > >Is that label-size rather than label_size ? > label-size. I'll update in the next version. Thanks, Haozhong [..]