From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36507) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c2VdU-0001Az-52 for qemu-devel@nongnu.org; Thu, 03 Nov 2016 23:57:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c2VdP-0001sr-SQ for qemu-devel@nongnu.org; Thu, 03 Nov 2016 23:57:47 -0400 Received: from mga05.intel.com ([192.55.52.43]:9473) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c2VdP-0001sN-Ki for qemu-devel@nongnu.org; Thu, 03 Nov 2016 23:57:43 -0400 References: <1478198186-45204-1-git-send-email-guangrong.xiao@linux.intel.com> From: Xiao Guangrong Message-ID: Date: Fri, 4 Nov 2016 11:50:19 +0800 MIME-Version: 1.0 In-Reply-To: <1478198186-45204-1-git-send-email-guangrong.xiao@linux.intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v5 0/5] nvdimm: hotplug support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: pbonzini@redhat.com, imammedo@redhat.com Cc: gleb@kernel.org, mtosatti@redhat.com, stefanha@redhat.com, mst@redhat.com, rth@twiddle.net, ehabkost@redhat.com, dan.j.williams@intel.com, kvm@vger.kernel.org, qemu-devel@nongnu.org On 11/04/2016 02:36 AM, Xiao Guangrong wrote: > Hi Michael, > > This patchset can replace the patches from [PULL 36/47] to [PULL 39/47] > in your pull request: > [PULL 36/47] nvdimm acpi: prebuild nvdimm devices for available slots > [PULL 37/47] nvdimm acpi: introduce fit buffer > [PULL 38/47] nvdimm acpi: introduce _FIT > [PULL 39/47] pc: memhp: enable nvdimm device hotplug > > Thanks for your patience also thank Igor and Stefan for their review. Hi, As the pull request has been upstream (Cool! :)), i will post diff changes based on that. Thanks!