From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59929) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cS0zF-0002aQ-G5 for qemu-devel@nongnu.org; Fri, 13 Jan 2017 07:29:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cS0zB-0003ss-Jp for qemu-devel@nongnu.org; Fri, 13 Jan 2017 07:29:41 -0500 Received: from mga04.intel.com ([192.55.52.120]:2163) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cS0zB-0003rh-At for qemu-devel@nongnu.org; Fri, 13 Jan 2017 07:29:37 -0500 References: <20170113115651.17607-1-haozhong.zhang@intel.com> From: Xiao Guangrong Message-ID: Date: Fri, 13 Jan 2017 20:20:13 +0800 MIME-Version: 1.0 In-Reply-To: <20170113115651.17607-1-haozhong.zhang@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] hw/i386: check if nvdimm is enabled before plugging List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Haozhong Zhang , qemu-devel@nongnu.org Cc: Paolo Bonzini , Richard Henderson , Eduardo Habkost , "Michael S . Tsirkin" , Stefan Hajnoczi , imammedo@redhat.com On 01/13/2017 07:56 PM, Haozhong Zhang wrote: > The missing of 'nvdimm' in the machine type option '-M' means NVDIMM > is disabled. QEMU should refuse to plug any NVDIMM device in this case > and report the misconfiguration. Thanks for your fix. Reviewed-by: Xiao Guangrong