From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xiao Guangrong Subject: Re: [PATCH v4 0/9] NVDIMM ACPI: introduce the framework of QEMU emulated Date: Wed, 2 Mar 2016 12:06:34 +0800 Message-ID: <56D666CA.2000307@linux.intel.com> References: <1456829771-71553-1-git-send-email-guangrong.xiao@linux.intel.com> <20160301183558-mutt-send-email-mst@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit 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 To: "Michael S. Tsirkin" Return-path: Received: from mga03.intel.com ([134.134.136.65]:8161 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751127AbcCBEHG (ORCPT ); Tue, 1 Mar 2016 23:07:06 -0500 In-Reply-To: <20160301183558-mutt-send-email-mst@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On 03/02/2016 12:36 AM, Michael S. Tsirkin wrote: > On Tue, Mar 01, 2016 at 06:56:02PM +0800, Xiao Guangrong wrote: >> This patchset is against commit 2212ef27b342b98b220fe9 (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-acpi-v4 > > BTW, in the future pls version all patches. > E.g. git format-patch -v4 will put PATCH v4 on all subjects. I always manually made the version info. Thank you for sharing the tip, it is very useful to me.