From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56300) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aay4H-0000vj-5c for qemu-devel@nongnu.org; Tue, 01 Mar 2016 23:07:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aay4D-0008U5-3b for qemu-devel@nongnu.org; Tue, 01 Mar 2016 23:07:21 -0500 Received: from mga14.intel.com ([192.55.52.115]:11538) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aay4C-0008Tw-UI for qemu-devel@nongnu.org; Tue, 01 Mar 2016 23:07:17 -0500 References: <1456829771-71553-1-git-send-email-guangrong.xiao@linux.intel.com> <20160301183558-mutt-send-email-mst@redhat.com> From: Xiao Guangrong Message-ID: <56D666CA.2000307@linux.intel.com> Date: Wed, 2 Mar 2016 12:06:34 +0800 MIME-Version: 1.0 In-Reply-To: <20160301183558-mutt-send-email-mst@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 0/9] NVDIMM ACPI: introduce the framework of QEMU emulated 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/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.