From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42881) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSr4U-00066w-TE for qemu-devel@nongnu.org; Tue, 03 Mar 2015 12:57:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YSr4P-0002Sh-Od for qemu-devel@nongnu.org; Tue, 03 Mar 2015 12:57:30 -0500 Received: from mx1.redhat.com ([209.132.183.28]:55360) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSr4P-0002SN-I2 for qemu-devel@nongnu.org; Tue, 03 Mar 2015 12:57:25 -0500 Date: Tue, 3 Mar 2015 12:57:22 -0500 From: Luiz Capitulino Message-ID: <20150303125722.224d679a@redhat.com> In-Reply-To: <54F5F207.1030109@redhat.com> References: <1425334488-28123-1-git-send-email-lcapitulino@redhat.com> <1425334488-28123-3-git-send-email-lcapitulino@redhat.com> <54F5F207.1030109@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/2] docs: add memory-hotplug.txt List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: imammedo@redhat.com, pkrempa@redhat.com, qemu-devel@nongnu.org, paulo.vital@profitbricks.com On Tue, 03 Mar 2015 10:40:23 -0700 Eric Blake wrote: > On 03/02/2015 03:14 PM, Luiz Capitulino wrote: > > This document describes how to use memory hotplug in QEMU. > > > > Signed-off-by: Luiz Capitulino > > --- > > docs/memory-hotplug.txt | 76 +++++++++++++++++++++++++++++++++++++++++++++++++ > > 1 file changed, 76 insertions(+) > > create mode 100644 docs/memory-hotplug.txt > > > > diff --git a/docs/memory-hotplug.txt b/docs/memory-hotplug.txt > > new file mode 100644 > > index 0000000..70bac79 > > --- /dev/null > > +++ b/docs/memory-hotplug.txt > > @@ -0,0 +1,76 @@ > > +QEMU memory hotplug > > +=================== > > + > > Is it worth having an explicit copyright/license blurb (this defaults to > GPLv2+ per the top-level if you don't make it explicit). That's fine with me.