From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37305) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c2VhZ-0002VR-ED for qemu-devel@nongnu.org; Fri, 04 Nov 2016 00:02:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c2VhW-0003RD-DH for qemu-devel@nongnu.org; Fri, 04 Nov 2016 00:02:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39676) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c2VhW-0003Qn-7Z for qemu-devel@nongnu.org; Fri, 04 Nov 2016 00:01:58 -0400 Date: Fri, 4 Nov 2016 06:01:54 +0200 From: "Michael S. Tsirkin" Message-ID: <20161104060029-mutt-send-email-mst@kernel.org> References: <1478198186-45204-1-git-send-email-guangrong.xiao@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH v5 0/5] nvdimm: hotplug support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Xiao Guangrong Cc: pbonzini@redhat.com, imammedo@redhat.com, gleb@kernel.org, mtosatti@redhat.com, stefanha@redhat.com, rth@twiddle.net, ehabkost@redhat.com, dan.j.williams@intel.com, kvm@vger.kernel.org, qemu-devel@nongnu.org On Fri, Nov 04, 2016 at 11:50:19AM +0800, Xiao Guangrong wrote: > > > 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! Igor prefers seeing revert+patches, I prefer seeing a diff. Can you send both? A global diff would be ok for me as it's small and easy enough to generate. -- MST