From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43712) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aMEad-0002Av-GF for qemu-devel@nongnu.org; Thu, 21 Jan 2016 07:43:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aMEaZ-0002Wr-Jp for qemu-devel@nongnu.org; Thu, 21 Jan 2016 07:43:51 -0500 Received: from mx1.redhat.com ([209.132.183.28]:35556) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aMEaZ-0002Wj-EZ for qemu-devel@nongnu.org; Thu, 21 Jan 2016 07:43:47 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id 6B4A98F279 for ; Thu, 21 Jan 2016 12:43:46 +0000 (UTC) Date: Thu, 21 Jan 2016 13:43:39 +0100 From: Igor Mammedov Message-ID: <20160121134339.7b8f2f69@igors-macbook-pro.local> In-Reply-To: <569FB864.4050208@redhat.com> References: <1453208789-42479-1-git-send-email-imammedo@redhat.com> <1453208789-42479-3-git-send-email-imammedo@redhat.com> <569FB864.4050208@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v17 2/9] docs: vm generation id device's description List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: ehabkost@redhat.com, mst@redhat.com, ghammer@redhat.com, qemu-devel@nongnu.org, lcapitulino@redhat.com, pbonzini@redhat.com, lersek@redhat.com On Wed, 20 Jan 2016 09:40:04 -0700 Eric Blake wrote: > On 01/19/2016 06:06 AM, Igor Mammedov wrote: > > From: Gal Hammer > > > > Signed-off-by: Gal Hammer > > Signed-off-by: Igor Mammedov > > --- > > docs/specs/vmgenid.txt | 36 ++++++++++++++++++++++++++++++++++++ > > 1 file changed, 36 insertions(+) > > create mode 100644 docs/specs/vmgenid.txt > > > > diff --git a/docs/specs/vmgenid.txt b/docs/specs/vmgenid.txt > > new file mode 100644 > > index 0000000..718850a > > --- /dev/null > > +++ b/docs/specs/vmgenid.txt > > @@ -0,0 +1,36 @@ > > +VIRTUAL MACHINE GENERATION ID > > +============================= > > + > > +Copyright (C) 2014 Red Hat, Inc. > > Do you want to add 2016? Sure, I'll fix it up. > > Otherwise, > Reviewed-by: Eric Blake >