From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52165) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aiZmG-0001nP-E9 for qemu-devel@nongnu.org; Tue, 22 Mar 2016 23:48:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aiZmC-0007OZ-EX for qemu-devel@nongnu.org; Tue, 22 Mar 2016 23:48:12 -0400 Received: from mga11.intel.com ([192.55.52.93]:64368) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aiZmC-0007OT-8c for qemu-devel@nongnu.org; Tue, 22 Mar 2016 23:48:08 -0400 References: <1458203581-59143-1-git-send-email-guangrong.xiao@linux.intel.com> <20160322131626-mutt-send-email-mst@redhat.com> From: Xiao Guangrong Message-ID: <56F211C8.8020602@linux.intel.com> Date: Wed, 23 Mar 2016 11:47:20 +0800 MIME-Version: 1.0 In-Reply-To: <20160322131626-mutt-send-email-mst@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 00/15] NVDIMM: introduce nvdimm label support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: ehabkost@redhat.com, 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 03/22/2016 07:17 PM, Michael S. Tsirkin wrote: > On Thu, Mar 17, 2016 at 04:32:46PM +0800, Xiao Guangrong wrote: >> This patchset is against commit d4207b223eef3 (fw-cfg: support writeable >> blobs) on pci branch of Michael's git tree and can be found at: >> https://github.com/xiaogr/qemu.git nvdimm-label-v1 > > I see there have been comments, so feel free to iterate on-list, but > please also remember to repost after 2.6 is out. Okay. Thank you, Michael!